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-24T03:39:05.616Z||main|||||INFO|500||The following profiles are active: basic
2023-01-24T03:39:38.272Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-24T03:39:38.274Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-24T03:39:38.541Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-24T03:39:48.850Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-24T03:39:50.050Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-24T03:39:51.816Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-24T03:39:51.908Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-24T03:39:52.509Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-24T03:39:53.093Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-24T03:39:54.670Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-24T03:40:01.374Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-24T03:40:05.746Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-24T03:40:05.905Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-24T03:40:07.131Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-24T03:40:07.562Z||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-24T03:40:10.092Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-24T03:40:12.302Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-24T03:40:12.339Z||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$$30e71889.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-24T03:40:12.341Z||main|||||WARN|500||The sdc end point is not alive
2023-01-24T03:40:19.282Z||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-24T03:40:25.254Z||main|||||WARN|500||---
2023-01-24T03:40:25.255Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-24T03:40:25.256Z||main|||||WARN|500||---
2023-01-24T03:40:26.403Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-24T03:40:35.600Z||main|||||INFO|500||Started Application in 99.398 seconds (JVM running for 109.094)
2023-01-24T03:40:35.646Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-24T03:40:35.656Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-24T03:40:35.695Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-24T03:40:35.763Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-24T03:40:35.887Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e9580023-4d2c-4b96-8bb0-69ca6a051829 url= /sdc/v1/artifactTypes
2023-01-24T03:40:35.888Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-24T03:40:36.579Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-24T03:40:36.625Z||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-24T03:40:36.659Z||scheduling-1|||||DEBUG|500||create keys
2023-01-24T03:40:36.670Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-24T03:40:36.731Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:40:36.772Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 438050c0-e4ae-4bf7-a7cb-47fb2c4a8d7e url= /sdc/v1/registerForDistribution
2023-01-24T03:40:36.902Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 438050c0-e4ae-4bf7-a7cb-47fb2c4a8d7e url= /sdc/v1/registerForDistribution
2023-01-24T03:40:36.904Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-24T03:40:36.944Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:40:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:40:36.966Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-24T03:40:36.975Z||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-24T03:40:36.976Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:40:36.990Z||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-24T03:40:36.991Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:40:47.729Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:40:47.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:41:36.927Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:41:36.930Z||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-24T03:41:36.932Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:41:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:41:36.948Z||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-24T03:41:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:41:46.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:41:46.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:42:36.927Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:42:36.929Z||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-24T03:42:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:42:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:42:36.946Z||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-24T03:42:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:42:46.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:42:46.509Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:43:36.927Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:43:36.929Z||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-24T03:43:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:43:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:43:36.946Z||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-24T03:43:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:43:46.526Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:43:46.543Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:44:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:44:36.928Z||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-24T03:44:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:44:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:44:36.946Z||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-24T03:44:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:44:46.513Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:44:46.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:45:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:45:36.927Z||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-24T03:45:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:45:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:45:36.946Z||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-24T03:45:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:45:46.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:45:46.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:46:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:46:36.928Z||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-24T03:46:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:46:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:46:36.947Z||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-24T03:46:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:46:46.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:46:46.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:47:36.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:47:36.930Z||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-24T03:47:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:47:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:47:36.947Z||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-24T03:47:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:47:46.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:47:46.521Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:48:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:48:36.928Z||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-24T03:48:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:48:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:48:36.947Z||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-24T03:48:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:48:46.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:48:46.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:49:09.602Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-24T03:49:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:49:36.928Z||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-24T03:49:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:49:36.946Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:49:36.948Z||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-24T03:49:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:49:46.513Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:49:46.579Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:50:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:50:36.928Z||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-24T03:50:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:50:36.946Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:50:36.947Z||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-24T03:50:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:50:46.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:50:46.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:51:36.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:51:36.930Z||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-24T03:51:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:51:36.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:51:36.947Z||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-24T03:51:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:51:46.520Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:51:46.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:52:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:52:36.928Z||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-24T03:52:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:52:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:52:36.947Z||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-24T03:52:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:52:46.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:52:46.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:53:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:53:36.928Z||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-24T03:53:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:53:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:53:36.947Z||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-24T03:53:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:53:46.511Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:53:46.512Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:54:36.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:54:36.929Z||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-24T03:54:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:54:36.946Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:54:36.949Z||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-24T03:54:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:54:46.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:54:46.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:55:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:55:36.927Z||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-24T03:55:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:55:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:55:36.949Z||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-24T03:55:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:55:46.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:55:46.510Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:56:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:56:36.928Z||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-24T03:56:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:56:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:56:36.947Z||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-24T03:56:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:56:46.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:56:46.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:57:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:57:36.930Z||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-24T03:57:36.932Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:57:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:57:36.947Z||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-24T03:57:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:57:46.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:57:46.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:58:36.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:58:36.930Z||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-24T03:58:36.931Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:58:36.946Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:58:36.949Z||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-24T03:58:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:58:46.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:58:46.613Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:59:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:59:36.928Z||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-24T03:59:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:59:36.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:59:36.947Z||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-24T03:59:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:59:46.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T03:59:46.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:00:36.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:00:36.930Z||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-24T04:00:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:00:36.946Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:00:36.947Z||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-24T04:00:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:00:46.520Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:00:46.532Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:01:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:01:36.928Z||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-24T04:01:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:01:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:01:36.946Z||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-24T04:01:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:01:46.500Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:01:46.512Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:02:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:02:36.927Z||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-24T04:02:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:02:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:02:36.946Z||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-24T04:02:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:02:46.496Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:02:46.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:03:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:03:36.927Z||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-24T04:03:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:03:36.950Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:03:36.951Z||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-24T04:03:36.952Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:03:46.513Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:03:46.522Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:04:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:04:36.927Z||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-24T04:04:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:04:36.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:04:36.948Z||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-24T04:04:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:04:46.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:04:46.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:05:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:05:36.927Z||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-24T04:05:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:05:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:05:36.947Z||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-24T04:05:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:05:46.506Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:05:46.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:06:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:06:36.928Z||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-24T04:06:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:06:36.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:06:36.947Z||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-24T04:06:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:06:46.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:06:46.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:07:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:07:36.928Z||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-24T04:07:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:07:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:07:36.946Z||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-24T04:07:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:07:46.493Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:07:46.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:08:36.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:08:36.929Z||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-24T04:08:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:08:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:08:36.947Z||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-24T04:08:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:08:46.572Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:08:46.574Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:09:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:09:36.928Z||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-24T04:09:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:09:36.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:09:36.946Z||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-24T04:09:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:09:46.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:09:46.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:10:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:10:36.928Z||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-24T04:10:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:10:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:10:36.946Z||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-24T04:10:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:10:46.559Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:10:46.613Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:11:36.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:11:36.930Z||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-24T04:11:36.931Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:11:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:11:36.946Z||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-24T04:11:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:11:46.507Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:11:46.512Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:12:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:12:36.928Z||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-24T04:12:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:12:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:12:36.946Z||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-24T04:12:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:12:46.506Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:12:46.508Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:13:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:13:36.927Z||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-24T04:13:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:13:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:13:36.946Z||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-24T04:13:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:13:46.493Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:13:46.504Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:14:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:14:36.928Z||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-24T04:14:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:14:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:14:36.947Z||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-24T04:14:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:14:46.506Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:14:46.517Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:15:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:15:36.927Z||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-24T04:15:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:15:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:15:36.946Z||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-24T04:15:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:15:46.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:15:46.507Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:16:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:16:36.929Z||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-24T04:16:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:16:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:16:36.948Z||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-24T04:16:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:16:46.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:16:46.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:17:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:17:36.930Z||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-24T04:17:36.931Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:17:36.948Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:17:36.950Z||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-24T04:17:36.951Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:17:46.504Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:17:46.515Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:18:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:18:36.927Z||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-24T04:18:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:18:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:18:36.949Z||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-24T04:18:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:18:46.505Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:18:46.507Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:19:36.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:19:36.928Z||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-24T04:19:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:19:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:19:36.946Z||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-24T04:19:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:19:46.495Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:19:46.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:20:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:20:36.927Z||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-24T04:20:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:20:36.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:20:36.946Z||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-24T04:20:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:20:46.494Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:20:46.514Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:21:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:21:36.929Z||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-24T04:21:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:21:36.955Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:21:36.956Z||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-24T04:21:36.957Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:21:46.520Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:21:46.525Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:22:36.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:22:36.938Z||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-24T04:22:36.938Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:22:36.947Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:22:36.949Z||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-24T04:22:36.950Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:22:46.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:22:46.734Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:23:36.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:23:36.929Z||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-24T04:23:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:23:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:23:36.946Z||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-24T04:23:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:23:46.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:23:46.559Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:24:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:24:36.929Z||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-24T04:24:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:24:36.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:24:36.948Z||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-24T04:24:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:24:46.492Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:24:46.521Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:25:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:25:36.927Z||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-24T04:25:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:25:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:25:36.947Z||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-24T04:25:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:25:46.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:25:46.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:26:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:26:36.927Z||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-24T04:26:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:26:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:26:36.946Z||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-24T04:26:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:26:46.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:26:46.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:27:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:27:36.927Z||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-24T04:27:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:27:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:27:36.946Z||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-24T04:27:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:27:46.495Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:27:46.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:28:36.929Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:28:36.932Z||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-24T04:28:36.933Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:28:36.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:28:36.946Z||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-24T04:28:36.950Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:28:46.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:28:46.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:29:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:29:36.928Z||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-24T04:29:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:29:36.946Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:29:36.951Z||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-24T04:29:36.951Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:29:46.510Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:29:46.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:30:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:30:36.928Z||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-24T04:30:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:30:36.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:30:36.946Z||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-24T04:30:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:30:46.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:30:46.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:31:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:31:36.929Z||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-24T04:31:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:31:36.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:31:36.946Z||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-24T04:31:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:31:46.526Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:31:46.544Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:32:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:32:36.927Z||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-24T04:32:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:32:36.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:32:36.947Z||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-24T04:32:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:32:46.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:32:46.507Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:33:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:33:36.927Z||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-24T04:33:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:33:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:33:36.946Z||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-24T04:33:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:33:46.504Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:33:46.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:34:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:34:36.929Z||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-24T04:34:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:34:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:34:36.946Z||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-24T04:34:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:34:46.514Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:34:46.515Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:35:36.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:35:36.929Z||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-24T04:35:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:35:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:35:36.946Z||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-24T04:35:36.952Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:35:46.523Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:35:46.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:36:36.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:36:36.927Z||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-24T04:36:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:36:36.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:36:36.946Z||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-24T04:36:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:36:46.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:36:46.512Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:37:36.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:37:36.927Z||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-24T04:37:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:37:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:37:36.947Z||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-24T04:37:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:37:46.492Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:37:46.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:38:36.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:38:36.927Z||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-24T04:38:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:38:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:38:36.947Z||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-24T04:38:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:38:46.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:38:46.507Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:39:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:39:36.927Z||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-24T04:39:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:39:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:39:36.946Z||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-24T04:39:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:39:46.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:39:46.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:40:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:40:36.927Z||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-24T04:40:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:40:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:40:36.947Z||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-24T04:40:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:40:46.507Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:40:46.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:41:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:41:36.929Z||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-24T04:41:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:41:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:41:36.948Z||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-24T04:41:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:41:46.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:41:46.526Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:42:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:42:36.928Z||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-24T04:42:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:42:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:42:36.947Z||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-24T04:42:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:42:46.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:42:46.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:43:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:43:36.927Z||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-24T04:43:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:43:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:43:36.946Z||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-24T04:43:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:43:46.521Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:43:46.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:44:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:44:36.928Z||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-24T04:44:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:44:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:44:36.947Z||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-24T04:44:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:44:46.512Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:44:46.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:45:36.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:45:36.928Z||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-24T04:45:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:45:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:45:36.950Z||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-24T04:45:36.950Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:45:46.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:45:46.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:46:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:46:36.927Z||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-24T04:46:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:46:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:46:36.946Z||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-24T04:46:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:46:46.516Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:46:46.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:47:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:47:36.930Z||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-24T04:47:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:47:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:47:36.953Z||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-24T04:47:36.953Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:47:46.510Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:47:46.568Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:48:36.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:48:36.929Z||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-24T04:48:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:48:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:48:36.947Z||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-24T04:48:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:48:46.512Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:48:46.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:49:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:49:36.927Z||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-24T04:49:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:49:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:49:36.946Z||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-24T04:49:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:49:46.525Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:49:46.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:50:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:50:36.927Z||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-24T04:50:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:50:36.946Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:50:36.947Z||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-24T04:50:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:50:46.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:50:46.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:51:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:51:36.927Z||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-24T04:51:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:51:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:51:36.947Z||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-24T04:51:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:51:46.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:51:46.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:52:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:52:36.931Z||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-24T04:52:36.932Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:52:36.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:52:36.947Z||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-24T04:52:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:52:46.518Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:52:46.518Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:53:36.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:53:36.929Z||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-24T04:53:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:53:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:53:36.946Z||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-24T04:53:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:53:46.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:53:46.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:54:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:54:36.929Z||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-24T04:54:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:54:36.946Z||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-24T04:54:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:42.403Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:54:42.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-24T04:54:42.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ed31426-4159-4b50-8d0a-ff15e6805373","serviceName":"vFW 2023-01-24 04-53-24","serviceVersion":"1.0","serviceUUID":"07a7de05-634a-4b76-a654-7cff2e0c41cf","serviceDescription":"catalog service description","serviceInvariantUUID":"500b16ed-205e-4b04-aa81-a53dc8448bfa","resources":[{"resourceInstanceName":"vFW ff980067-1ebd 0","resourceName":"vFW ff980067-1ebd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d71f77ad-bc34-4a6c-a76c-c87735706bae","resourceInvariantUUID":"ae56b4f0-edc9-496c-87b7-4aed29d8c715","resourceCustomizationUUID":"157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vf-license-model.xml","artifactChecksum":"NjYyODlkNzAwYmQ1MTk5ZTI4OTVkZWE0ODRhYmMwYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6de231bd-d199-40f0-9ca0-45295e4b59dc","artifactVersion":"1"},{"artifactName":"vfwff9800671ebd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json","artifactChecksum":"Yjk2ZmVhZDZkODIwZTQ5YmE2YWE0ZDI5MWY3NTU0NWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc7d2044-ef3a-4d97-a2b4-123f669ed50a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"332de7bc-e47b-426d-9ab4-9fcdc3adc553","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vendor-license-model.xml","artifactChecksum":"NjNhNDNiN2NmZjU4YWQ0ZWYwNDUxZmRiNjQwMjIzYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17993c30-e375-4f7a-a367-734e27f90bb9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"daeede17-4707-422a-ae5b-5a92d093987b","artifactVersion":"2","generatedFromUUID":"332de7bc-e47b-426d-9ab4-9fcdc3adc553"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230124045324-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-template.yml","artifactChecksum":"ZjNiYzljZTY0NDczNjBmMjg2YzE1NzM5MjY0ZjIzZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c2f26be-b8a9-48de-95da-1073e68d428f","artifactVersion":"1"},{"artifactName":"service-Vfw20230124045324-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar","artifactChecksum":"ZmYwZTdhYTZkNzdmZGI0OWM1NTk5ODAxOGE3ODgzYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ed7dae6-bde5-4317-a1dc-2c75f7c32982","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T04:54:42.436Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T04:54:42.450Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:42.464Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:42.465Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536076926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:54:42.566Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2023-01-24T04:54:42.577Z||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-24T04:54:42.578Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:42.609Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:54:42.611Z||pool-3-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2023-01-24T04:54:42.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:54:42.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:54:42.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536073034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:54:42.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:54:43.476Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T04:54:43.477Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:43.481Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:43.482Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536076926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
"status": "NOTIFIED"
}
2023-01-24T04:54:43.583Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T04:54:43.584Z||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-24T04:54:43.584Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:43.602Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:54:43.603Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:54:44.482Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T04:54:44.483Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:44.487Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:44.488Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536076926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-24T04:54:44.588Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T04:54:44.589Z||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-24T04:54:44.589Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:44.615Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:54:44.616Z||pool-5-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:54:45.489Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T04:54:45.498Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:45.501Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:45.501Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536076926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:54:45.602Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T04:54:45.604Z||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-24T04:54:45.605Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:45.673Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:54:45.673Z||pool-6-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":1,"count":1}
2023-01-24T04:54:46.502Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T04:54:46.503Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:46.506Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:46.506Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536076926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-24T04:54:46.608Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-24T04:54:46.610Z||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-24T04:54:46.611Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:46.637Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:54:46.638Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2023-01-24T04:54:47.507Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T04:54:47.509Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:47.512Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:47.512Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536076926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:54:47.613Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T04:54:47.615Z||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-24T04:54:47.615Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:47.634Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:54:47.635Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:54:48.514Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T04:54:48.516Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:48.518Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:48.519Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536076926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T04:54:48.619Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T04:54:48.620Z||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-24T04:54:48.620Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:48.674Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:54:48.675Z||pool-9-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2023-01-24T04:54:49.522Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"serviceName": "vFW 2023-01-24 04-53-24",
"serviceVersion": "1.0",
"serviceUUID": "07a7de05-634a-4b76-a654-7cff2e0c41cf",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "500b16ed-205e-4b04-aa81-a53dc8448bfa",
"resources": [
{
"resourceInstanceName": "vFW ff980067-1ebd 0",
"resourceCustomizationUUID": "157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4",
"resourceName": "vFW ff980067-1ebd",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d71f77ad-bc34-4a6c-a76c-c87735706bae",
"resourceInvariantUUID": "ae56b4f0-edc9-496c-87b7-4aed29d8c715",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwff9800671ebd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
"artifactChecksum": "Yjk2ZmVhZDZkODIwZTQ5YmE2YWE0ZDI5MWY3NTU0NWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dc7d2044-ef3a-4d97-a2b4-123f669ed50a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "332de7bc-e47b-426d-9ab4-9fcdc3adc553",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "daeede17-4707-422a-ae5b-5a92d093987b",
"generatedFromUUID": "332de7bc-e47b-426d-9ab4-9fcdc3adc553"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "daeede17-4707-422a-ae5b-5a92d093987b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230124045324-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"artifactChecksum": "ZmYwZTdhYTZkNzdmZGI0OWM1NTk5ODAxOGE3ODgzYzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1ed7dae6-bde5-4317-a1dc-2c75f7c32982"
}
],
"workloadContext": "Production"
}
2023-01-24T04:54:49.524Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T04:54:49.525Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07a7de05-634a-4b76-a654-7cff2e0c41cf ASDC
2023-01-24T04:54:49.725Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4ed31426-4159-4b50-8d0a-ff15e6805373
ServiceName:vFW 2023-01-24 04-53-24
ServiceVersion:1.0
ServiceUUID:07a7de05-634a-4b76-a654-7cff2e0c41cf
ServiceInvariantUUID:500b16ed-205e-4b04-aa81-a53dc8448bfa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230124045324-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar
ArtifactUUID:1ed7dae6-bde5-4317-a1dc-2c75f7c32982
ArtifactChecksum:ZmYwZTdhYTZkNzdmZGI0OWM1NTk5ODAxOGE3ODgzYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ff980067-1ebd 0
ResourceCustomizationUUID:157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4
ResourceInvariantUUID:ae56b4f0-edc9-496c-87b7-4aed29d8c715
ResourceName:vFW ff980067-1ebd
ResourceType:VF
ResourceUUID:d71f77ad-bc34-4a6c-a76c-c87735706bae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwff9800671ebd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json
ArtifactUUID:dc7d2044-ef3a-4d97-a2b4-123f669ed50a
ArtifactChecksum:Yjk2ZmVhZDZkODIwZTQ5YmE2YWE0ZDI5MWY3NTU0NWI=
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/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml
ArtifactUUID:332de7bc-e47b-426d-9ab4-9fcdc3adc553
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/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env
ArtifactUUID:daeede17-4707-422a-ae5b-5a92d093987b
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/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env
ArtifactUUID:daeede17-4707-422a-ae5b-5a92d093987b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-24T04:54:49.726Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07a7de05-634a-4b76-a654-7cff2e0c41cf 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-24T04:54:50.144Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T04:54:50.146Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-24T04:54:50.148Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-24T04:54:50.149Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1ed7dae6-bde5-4317-a1dc-2c75f7c32982 from URL: /sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:50.149Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T04:54:50.151Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:50.345Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T04:54:50.383Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar 1ed7dae6-bde5-4317-a1dc-2c75f7c32982 100718
2023-01-24T04:54:50.385Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar ASDC sendASDCNotification
2023-01-24T04:54:50.386Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:50.387Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T04:54:50.389Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:50.392Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:50.392Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536090384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T04:54:50.494Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T04:54:50.495Z||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-24T04:54:50.495Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:50.526Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:54:50.527Z||pool-10-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2023-01-24T04:54:51.394Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T04:54:51.398Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-24T04:54:51.399Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1ed7dae6-bde5-4317-a1dc-2c75f7c32982, URL: /sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar to file: /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:51.400Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230124045324-csar.csar
2023-01-24T04:54:51.562Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:51.563Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:52.669Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15098196989983793871/Definitions/service-Vfw20230124045324-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-24T04:54:58.979Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T04:54:58.989Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-24T04:54:58.989Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.990Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-24T04:54:58.990Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.991Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.992Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.992Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.992Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.992Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.993Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.994Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.996Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.998Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.998Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ff980067-1ebd 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-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.998Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-24T04:54:59.010Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:54:59.012Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:54:59.017Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:54:59.018Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-24T04:54:59.021Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T04:54:59.023Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:54:59.024Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:54:59.025Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:54:59.025Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-24T04:54:59.025Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T04:54:59.026Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:54:59.026Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:54:59.036Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:54:59.037Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is not matching search criteria
2023-01-24T04:54:59.038Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T04:54:59.038Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T04:54:59.038Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.039Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.039Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T04:54:59.039Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.040Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T04:54:59.040Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T04:54:59.040Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T04:54:59.041Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.041Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.042Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T04:54:59.042Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.042Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T04:54:59.043Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.045Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-24T04:54:59.045Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:54:59.046Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T04:54:59.051Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:54:59.051Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:54:59.052Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T04:54:59.053Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:54:59.053Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:54:59.053Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T04:54:59.054Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:54:59.055Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:54:59.055Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T04:54:59.056Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:54:59.056Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is not matching search criteria
2023-01-24T04:54:59.056Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T04:54:59.056Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-24T04:54:59.057Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T04:54:59.057Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T04:54:59.057Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T04:54:59.057Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.058Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.058Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T04:54:59.058Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.058Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T04:54:59.061Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.061Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c79620a3-ccbf-4185-bff6-fd27f8e7f5de
2023-01-24T04:54:59.062Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:54:59.062Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is not matching search criteria
2023-01-24T04:54:59.062Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T04:54:59.063Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T04:54:59.063Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.064Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.065Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T04:54:59.065Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.065Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T04:54:59.065Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-24T04:54:59.065Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T04:54:59.065Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.066Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T04:54:59.066Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.066Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f504bc46-8a92-4b94-a432-05605f6244b1
2023-01-24T04:54:59.067Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:54:59.067Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is not matching search criteria
2023-01-24T04:54:59.067Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T04:54:59.068Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T04:54:59.068Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.068Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.069Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T04:54:59.069Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.069Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T04:54:59.070Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T04:54:59.070Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T04:54:59.070Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.070Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.071Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-24T04:54:59.071Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=76c3c26d-88e9-40a5-ad3e-16b4211ba5dc
2023-01-24T04:54:59.071Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:54:59.071Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:54:59.072Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:54:59.072Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:54:59.072Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:54:59.072Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:54:59.073Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:54:59.073Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:54:59.073Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-24 04-53-24
Description:catalog service description
Model UUID:07a7de05-634a-4b76-a654-7cff2e0c41cf
Model Version:NULL
Model InvariantUuid:500b16ed-205e-4b04-aa81-a53dc8448bfa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ff980067-1ebd
Model UUID:1edb058e-bff2-4462-9b98-0e241438543c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ae56b4f0-edc9-496c-87b7-4aed29d8c715
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:761380ae-ca43-4cc7-8216-56eebb184b64
ModelName:VfwFf9800671ebd..base_vfw..module-0
ModelUuid:ac4c5b93-c2df-4901-ad23-2cd84be0aec2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c79620a3-ccbf-4185-bff6-fd27f8e7f5de
ModelInvariantUuid:b97cd11c-edc8-4971-b83b-dfcb5e83cb53
ModelName:vFW ff980067-1ebd-nodes.vfwCvfc
ModelUuid:a76b547f-d078-4713-b935-0d73c55532e1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:54205b0b-4e6d-4114-8249-d68e0971e303
ModelInvariantUuid:c1f2ad03-9b6e-4555-be4f-79512acaf65d
ModelName:VfwFf9800671ebd.compute.nodes.heat.vfw
ModelUuid:ab170f0a-26a7-460f-9915-b0ffcdda8d4d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f504bc46-8a92-4b94-a432-05605f6244b1
ModelInvariantUuid:5dc03114-8eab-49e1-a36e-279fbfa5653f
ModelName:vFW ff980067-1ebd-nodes.vsnCvfc
ModelUuid:1fb0454c-91f3-425c-be60-094f735dbd9a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7705be06-85c7-42da-aa98-1b1f54201278
ModelInvariantUuid:ba39a94e-6bef-4a12-bffd-5c1ead3882e8
ModelName:VfwFf9800671ebd.compute.nodes.heat.vsn
ModelUuid:42706f23-c188-4769-b38b-430c2fec8d8c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:76c3c26d-88e9-40a5-ad3e-16b4211ba5dc
ModelInvariantUuid:acaf2d45-1fe4-4664-84cb-5471efe77c9d
ModelName:vFW ff980067-1ebd-nodes.vpgCvfc
ModelUuid:bea14b22-5dda-4f93-8272-53bb820e60fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:012d8805-f28e-4515-a131-7082eee15e97
ModelInvariantUuid:e5159248-00ac-44bd-a729-f397b8f8944e
ModelName:VfwFf9800671ebd.compute.nodes.heat.vpg
ModelUuid:1240debb-7fd2-4733-a3a8-faceead5b097
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-24T04:54:59.167Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d71f77ad-bc34-4a6c-a76c-c87735706bae
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-24T04:54:59.350Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||vFW ff980067-1ebd 0
2023-01-24T04:54:59.361Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d71f77ad-bc34-4a6c-a76c-c87735706bae
2023-01-24T04:54:59.361Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dc7d2044-ef3a-4d97-a2b4-123f669ed50a from URL: /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json
2023-01-24T04:54:59.362Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T04:54:59.362Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json
2023-01-24T04:54:59.476Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T04:54:59.477Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json dc7d2044-ef3a-4d97-a2b4-123f669ed50a 785
2023-01-24T04:54:59.477Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json ASDC sendASDCNotification
2023-01-24T04:54:59.477Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json
2023-01-24T04:54:59.477Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T04:54:59.478Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:59.480Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:59.480Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536099477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-24T04:54:59.581Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T04:54:59.582Z||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-24T04:54:59.583Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:59.610Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:54:59.611Z||pool-11-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2023-01-24T04:55:00.482Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFf9800671ebd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "761380ae-ca43-4cc7-8216-56eebb184b64",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ac4c5b93-c2df-4901-ad23-2cd84be0aec2",
"vfModuleModelCustomizationUUID": "f790fbbc-d4d8-4eb6-97be-c16f509845e6",
"isBase": true,
"artifacts": [
"332de7bc-e47b-426d-9ab4-9fcdc3adc553",
"daeede17-4707-422a-ae5b-5a92d093987b"
],
"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-24T04:55:00.523Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFf9800671ebd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ac4c5b93-c2df-4901-ad23-2cd84be0aec2
VfModuleModelInvariantUUID:761380ae-ca43-4cc7-8216-56eebb184b64
VfModuleModelDescription:NULL
Artifacts UUID List:{
332de7bc-e47b-426d-9ab4-9fcdc3adc553
,
daeede17-4707-422a-ae5b-5a92d093987b
}
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-24T04:55:00.542Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFf9800671ebd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "761380ae-ca43-4cc7-8216-56eebb184b64",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ac4c5b93-c2df-4901-ad23-2cd84be0aec2",
"vfModuleModelCustomizationUUID": "f790fbbc-d4d8-4eb6-97be-c16f509845e6",
"isBase": true,
"artifacts": [
"332de7bc-e47b-426d-9ab4-9fcdc3adc553",
"daeede17-4707-422a-ae5b-5a92d093987b"
],
"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-24T04:55:00.542Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFf9800671ebd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ac4c5b93-c2df-4901-ad23-2cd84be0aec2
VfModuleModelInvariantUUID:761380ae-ca43-4cc7-8216-56eebb184b64
VfModuleModelDescription:NULL
Artifacts UUID List:{
332de7bc-e47b-426d-9ab4-9fcdc3adc553
,
daeede17-4707-422a-ae5b-5a92d093987b
}
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-24T04:55:00.543Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 332de7bc-e47b-426d-9ab4-9fcdc3adc553 from URL: /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml
2023-01-24T04:55:00.543Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T04:55:00.543Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml
2023-01-24T04:55:00.617Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T04:55:00.627Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml 332de7bc-e47b-426d-9ab4-9fcdc3adc553 20368
2023-01-24T04:55:00.628Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-24T04:55:00.628Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml
2023-01-24T04:55:00.629Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T04:55:00.629Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:55:00.632Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:55:00.633Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536100628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-24T04:55:00.733Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T04:55:00.734Z||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-24T04:55:00.734Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:55:00.752Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:55:00.753Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:55:01.634Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: daeede17-4707-422a-ae5b-5a92d093987b from URL: /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env
2023-01-24T04:55:01.634Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T04:55:01.635Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env
2023-01-24T04:55:01.730Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T04:55:01.732Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env daeede17-4707-422a-ae5b-5a92d093987b 2098
2023-01-24T04:55:01.733Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-24T04:55:01.734Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env
2023-01-24T04:55:01.734Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T04:55:01.736Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:55:01.746Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:55:01.747Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536101733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-24T04:55:01.848Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T04:55:01.849Z||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-24T04:55:01.849Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:55:01.871Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:55:01.872Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:55:02.748Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 07a7de05-634a-4b76-a654-7cff2e0c41cf
2023-01-24T04:55:02.758Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ff980067-1ebd 0 d71f77ad-bc34-4a6c-a76c-c87735706bae 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-24T04:55:02.862Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@796061aa, org.onap.sdc.toscaparser.api.parameters.Input@1e1d03bf, org.onap.sdc.toscaparser.api.parameters.Input@6fb6fc1b, org.onap.sdc.toscaparser.api.parameters.Input@3b58726c, org.onap.sdc.toscaparser.api.parameters.Input@41cf399c]
2023-01-24T04:55:02.867Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.868Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:55:02.868Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2023-01-24T04:55:02.869Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4
2023-01-24T04:55:02.869Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4 matches Tosca VF Customization UUID: 157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4
2023-01-24T04:55:02.869Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4 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-24T04:55:02.881Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.882Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:55:02.884Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-24T04:55:02.885Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46d6081b
2023-01-24T04:55:02.885Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.885Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T04:55:02.886Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f790fbbc-d4d8-4eb6-97be-c16f509845e6
2023-01-24T04:55:02.887Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f790fbbc-d4d8-4eb6-97be-c16f509845e6
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-24T04:55:02.896Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.897Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:55:02.897Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T04:55:02.899Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.900Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:55:02.900Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T04:55:02.901Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.901Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is not matching search criteria
2023-01-24T04:55:02.901Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T04:55:02.901Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-24T04:55:02.902Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T04:55:02.902Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T04:55:02.902Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T04:55:02.903Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:55:02.903Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T04:55:02.903Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T04:55:02.903Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T04:55:02.904Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T04:55:02.904Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:55:02.904Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c79620a3-ccbf-4185-bff6-fd27f8e7f5de
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-24T04:55:02.920Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.921Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:55:02.921Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T04:55:02.922Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.922Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is not matching search criteria
2023-01-24T04:55:02.923Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T04:55:02.923Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T04:55:02.923Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T04:55:02.923Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:55:02.923Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T04:55:02.924Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:55:02.924Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T04:55:02.924Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-24T04:55:02.924Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T04:55:02.924Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T04:55:02.925Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T04:55:02.925Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:55:02.925Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f504bc46-8a92-4b94-a432-05605f6244b1
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-24T04:55:02.928Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.929Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:55:02.929Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T04:55:02.933Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.934Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is not matching search criteria
2023-01-24T04:55:02.934Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T04:55:02.935Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T04:55:02.935Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T04:55:02.935Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:55:02.935Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T04:55:02.936Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:55:02.936Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T04:55:02.936Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T04:55:02.936Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T04:55:02.936Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:55:02.937Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T04:55:02.937Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-24T04:55:02.937Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=76c3c26d-88e9-40a5-ad3e-16b4211ba5dc
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-24T04:55:02.973Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.976Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:55:02.977Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T04:55:02.980Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.980Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:55:02.981Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4
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-24T04:55:02.985Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.985Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:55:02.986Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 07a7de05-634a-4b76-a654-7cff2e0c41cf: vFW ff980067-1ebd
2023-01-24T04:55:02.986Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.987Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:55:02.988Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.988Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:55:02.989Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.989Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:55:02.989Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.990Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:55:02.990Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T04:55:02.990Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:55:02.990Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-01-24 04-53-24
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-24T04:55:03.589Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ff980067-1ebd d71f77ad-bc34-4a6c-a76c-c87735706bae 1 ASDC deployResourceStructure
2023-01-24T04:55:03.590Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json ASDC sendASDCNotification
2023-01-24T04:55:03.590Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json
2023-01-24T04:55:03.590Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T04:55:03.591Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:55:03.593Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:55:03.593Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536103590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-24T04:55:03.694Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T04:55:03.695Z||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-24T04:55:03.695Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:55:03.720Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:55:03.721Z||pool-14-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:55:04.604Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-24T04:55:04.604Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml
2023-01-24T04:55:04.608Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T04:55:04.609Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:55:04.612Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:55:04.612Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536104604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-24T04:55:04.714Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T04:55:04.715Z||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-24T04:55:04.715Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:55:04.735Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:55:04.736Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-24T04:55:05.615Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-24T04:55:05.616Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env
2023-01-24T04:55:05.616Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T04:55:05.617Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:55:05.630Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:55:05.630Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536105615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-24T04:55:05.729Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-24T04:55:05.736Z||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-24T04:55:05.736Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:55:05.782Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:55:05.783Z||pool-16-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:55:06.631Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar ASDC sendASDCNotification
2023-01-24T04:55:06.632Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar
2023-01-24T04:55:06.633Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T04:55:06.633Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:55:06.637Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:55:06.637Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536106631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T04:55:06.737Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T04:55:06.738Z||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-24T04:55:06.738Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:55:06.791Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:55:06.793Z||pool-17-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:55:07.638Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
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-24T04:55:07.685Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
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-24T04:55:07.701Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T04:55:07.702Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T04:55:07.702Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T04:55:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:55:36.947Z||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-24T04:55:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:55:36.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:55:36.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:55:36.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536075322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:55:36.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:55:37.703Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
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-24T04:55:37.716Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
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-24T04:55:37.719Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T04:55:37.719Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T04:55:37.720Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T04:56:07.720Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
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-24T04:56:07.736Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
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-24T04:56:07.740Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T04:56:07.740Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T04:56:07.740Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T04:56:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:56:36.947Z||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-24T04:56:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:56:36.987Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:56:36.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:56:36.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536076926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:56:36.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:56:37.741Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
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-24T04:56:37.752Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
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-24T04:56:37.755Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T04:56:37.756Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T04:56:37.756Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T04:57:07.756Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
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-24T04:57:07.785Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
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-24T04:57:07.790Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T04:57:07.791Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T04:57:07.791Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T04:57:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:57:36.946Z||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-24T04:57:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:57:37.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:57:37.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "aai-ml",
"timestamp": 1674536082833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536073034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536076926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
"status": "NOTIFIED"
}
2023-01-24T04:57:37.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536075322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
"status": "NOTIFIED"
}
2023-01-24T04:57:37.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "aai-ml",
"timestamp": 1674536082833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536073034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536076926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-24T04:57:37.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536075322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-24T04:57:37.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "aai-ml",
"timestamp": 1674536082833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536073034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536076926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536075322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "cds",
"timestamp": 1674536084818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "aai-ml",
"timestamp": 1674536082833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536073034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536076926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-24T04:57:37.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536075322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-24T04:57:37.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "cds",
"timestamp": 1674536084818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "aai-ml",
"timestamp": 1674536082833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536073034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536076926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536075322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "cds",
"timestamp": 1674536084818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "aai-ml",
"timestamp": 1674536082833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536073034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T04:57:37.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536076926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T04:57:37.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "cds",
"timestamp": 1674536084818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536075322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T04:57:37.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "ves-openapi-manager",
"timestamp": 1674536088288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "aai-ml",
"timestamp": 1674536082833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T04:57:37.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "cds",
"timestamp": 1674536084818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "ves-openapi-manager",
"timestamp": 1674536088288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536090471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536090019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "aai-ml",
"timestamp": 1674536090927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536090384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "cds",
"timestamp": 1674536084818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "ves-openapi-manager",
"timestamp": 1674536088288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536091189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "cds",
"timestamp": 1674536084818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T04:57:37.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "ves-openapi-manager",
"timestamp": 1674536088288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536092262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "cds",
"timestamp": 1674536092774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.520Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "ves-openapi-manager",
"timestamp": 1674536088288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536093498,
"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-24T04:57:37.535Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ed31426-4159-4b50-8d0a-ff15e6805373
2023-01-24T04:57:37.536Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ed31426-4159-4b50-8d0a-ff15e6805373 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-24T04:57:37.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "cds",
"timestamp": 1674536093834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-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-24T04:57:37.565Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ed31426-4159-4b50-8d0a-ff15e6805373
2023-01-24T04:57:37.565Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ed31426-4159-4b50-8d0a-ff15e6805373 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-24T04:57:37.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "ves-openapi-manager",
"timestamp": 1674536088288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536094527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-24T04:57:37.584Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "ves-openapi-manager",
"timestamp": 1674536088288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T04:57:37.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536099477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.586Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536100628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.587Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536101733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536102514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T04:57:37.590Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536103521,
"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-24T04:57:37.616Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ed31426-4159-4b50-8d0a-ff15e6805373
2023-01-24T04:57:37.616Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ed31426-4159-4b50-8d0a-ff15e6805373 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-24T04:57:37.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536103590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-24T04:57:37.633Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536104604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-24T04:57:37.634Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536105615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-24T04:57:37.636Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536106631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T04:57:37.636Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "aai-ml",
"timestamp": 1674536116381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T04:57:37.637Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "aai-ml",
"timestamp": 1674536117394,
"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-24T04:57:37.653Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ed31426-4159-4b50-8d0a-ff15e6805373
2023-01-24T04:57:37.654Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ed31426-4159-4b50-8d0a-ff15e6805373 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-24T04:57:37.792Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
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-24T04:57:37.838Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
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-24T04:57:37.846Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T04:57:37.846Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T04:57:37.846Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T04:57:37.847Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T04:57:37.847Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T04:57:37.847Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T04:57:37.847Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T04:57:37.847Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T04:57:37.848Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T04:57:37.848Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T04:57:37.868Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T04:58:07.869Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373 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-24T04:58:07.894Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ed31426-4159-4b50-8d0a-ff15e6805373 and serviceModelVersionId: 07a7de05-634a-4b76-a654-7cff2e0c41cf
2023-01-24T04:58:07.894Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 500b16ed-205e-4b04-aa81-a53dc8448bfa
2023-01-24T04:58:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:58:36.946Z||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-24T04:58:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:58:41.662Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?depth=0
2023-01-24T04:58:42.013Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T04:58:43.102Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?depth=0|INFO|500||Invoke
2023-01-24T04:58:43.125Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4ed31426-4159-4b50-8d0a-ff15e6805373], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b2b447a3-73cf-4c83-90ec-1669fe9aeec6], X-ECOMP-RequestID=[4ed31426-4159-4b50-8d0a-ff15e6805373], X-TransactionId=[], X-ONAP-RequestID=[4ed31426-4159-4b50-8d0a-ff15e6805373], Content-Type=[application/merge-patch+json]}
2023-01-24T04:58:43.519Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-24T04:58:43.870Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?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/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 04:58:44 GMT], content-length=[0], vertex-id=[172160], x-aai-txid=[1-aai-resources-230124-04:58:44:484-57145], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T04:58:43.873Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-24T04:58:43.874Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?depth=0|INFO|500||InvokeReturn
2023-01-24T04:58:43.880Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T04:58:43.883Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T04:58:43.898Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T04:58:43.900Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ed31426-4159-4b50-8d0a-ff15e6805373 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T04:58:43.901Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T04:58:43.902Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:58:43.906Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:58:43.906Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536323900,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T04:58:44.006Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T04:58:44.008Z||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-24T04:58:44.008Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:58:44.037Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:58:44.038Z||pool-18-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:58:44.682Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:58:44.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:58:44.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536323900,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T04:58:44.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-24T04:58:44.945Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:58:44.945Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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-24T04:58:44.946Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:58:55.516Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:58:55.517Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:58:55.518Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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-24T04:58:55.518Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:59:05.100Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:59:05.101Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:59:05.101Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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-24T04:59:05.101Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:59:14.693Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:59:14.694Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:59:14.694Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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-24T04:59:14.695Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:59:24.272Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:59:36.926Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:59:36.927Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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-24T04:59:36.927Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:59:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:59:36.946Z||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-24T04:59:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:59:46.542Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T04:59:46.572Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:36.927Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:00:36.930Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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-24T05:00:36.930Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:00:36.951Z||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-24T05:00:36.952Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:37.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:37.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "ves-openapi-manager",
"timestamp": 1674536388288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536395322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536395322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
"status": "NOTIFIED"
}
2023-01-24T05:00:37.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "ves-openapi-manager",
"timestamp": 1674536388288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "ves-openapi-manager",
"timestamp": 1674536388288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536395322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-24T05:00:37.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "cds",
"timestamp": 1674536399818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "ves-openapi-manager",
"timestamp": 1674536388288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536395322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "cds",
"timestamp": 1674536399818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536395322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-24T05:00:37.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "ves-openapi-manager",
"timestamp": 1674536388288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "cds",
"timestamp": 1674536399818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536395322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "ves-openapi-manager",
"timestamp": 1674536388288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536403034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "cds",
"timestamp": 1674536399818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "ves-openapi-manager",
"timestamp": 1674536388288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536395322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:00:37.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536403034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "cds",
"timestamp": 1674536399818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536403034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536405348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:00:37.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "cds",
"timestamp": 1674536399818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536403034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536406455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:00:37.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "cds",
"timestamp": 1674536399818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:00:37.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536403034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536407559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:00:37.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "cds",
"timestamp": 1674536407830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:00:37.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536403034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536408598,
"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-24T05:00:37.676Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:37.678Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.678Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1422d07f-1a4d-406b-93f9-84f7ce506609","serviceName":"basic_onboard_ZyMWqx","serviceVersion":"1.0","serviceUUID":"b63b25a6-b66b-46d7-b520-9a64ba563069","serviceDescription":"service","serviceInvariantUUID":"7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d","resources":[{"resourceInstanceName":"basic_onboard_ZyMWqx 0","resourceName":"basic_onboard_ZyMWqx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"66f44efd-3cd3-4ca3-98fc-5907141e7768","resourceInvariantUUID":"e22ca599-1829-4688-a31e-9eaa8a1f692c","resourceCustomizationUUID":"be622a6f-274d-42c8-8230-61e23d712c55","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vf-license-model.xml","artifactChecksum":"ODgxZThmOTZjMzljOTZlNjVkYWZlNzI0ZTdhODE5OTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a404d82a-3c9d-4508-bbbd-2f9dca9e4ad1","artifactVersion":"1"},{"artifactName":"basic_onboard_zymwqx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json","artifactChecksum":"OTE0ZGVmZTRiYzNlOGU1YTE5ODM3MTYwZGVkNWJiOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"88f67326-d86f-4950-afda-f6d2a028ce21","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"72925d9b-24e1-455a-8144-8eeb1f82fd5e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8cf6e97b-e31b-4bda-ac81-d34f6193d06c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"167c388b-b153-451c-8da2-c1c44fa0bbb5","artifactVersion":"2","generatedFromUUID":"72925d9b-24e1-455a-8144-8eeb1f82fd5e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZymwqx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-template.yml","artifactChecksum":"ZDA4ZTFmNDVlMjczYzQ3MDdjYjNiODZkMzYwOTA3YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4ea5ced-d356-4e51-83f3-38676c57a5d5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZymwqx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar","artifactChecksum":"MjAxMjY1MWVhOWY5NmE2NmM1MDE4YWViZWU1YzE4ZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65ba5ea5-0930-46e3-8cde-47a330c38c4c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T05:00:37.683Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:00:37.684Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:37.688Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:37.689Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536436926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
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-24T05:00:37.726Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1422d07f-1a4d-406b-93f9-84f7ce506609
2023-01-24T05:00:37.727Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1422d07f-1a4d-406b-93f9-84f7ce506609 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-24T05:00:37.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "cds",
"timestamp": 1674536408851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-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-24T05:00:37.761Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1422d07f-1a4d-406b-93f9-84f7ce506609
2023-01-24T05:00:37.762Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1422d07f-1a4d-406b-93f9-84f7ce506609 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-24T05:00:37.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536403034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:00:37.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536409605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-24T05:00:37.788Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536410922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:00:37.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "aai-ml",
"timestamp": 1674536412833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "aai-ml",
"timestamp": 1674536412833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536414773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T05:00:37.803Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2023-01-24T05:00:37.803Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "aai-ml",
"timestamp": 1674536412833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536415781,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2023-01-24T05:00:37.806Z||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-24T05:00:37.806Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
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-24T05:00:37.834Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1422d07f-1a4d-406b-93f9-84f7ce506609
2023-01-24T05:00:37.835Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1422d07f-1a4d-406b-93f9-84f7ce506609 and ComponentName SDNC
2023-01-24T05:00:37.838Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:37.839Z||pool-19-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
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-24T05:00:37.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "aai-ml",
"timestamp": 1674536412833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "aai-ml",
"timestamp": 1674536412833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "aai-ml",
"timestamp": 1674536412833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "aai-ml",
"timestamp": 1674536412833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:00:37.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:00:37.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "aai-ml",
"timestamp": 1674536420776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:00:37.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "aai-ml",
"timestamp": 1674536435921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T05:00:37.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "aai-ml",
"timestamp": 1674536436926,
"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-24T05:00:37.907Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1422d07f-1a4d-406b-93f9-84f7ce506609
2023-01-24T05:00:37.911Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1422d07f-1a4d-406b-93f9-84f7ce506609 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-24T05:00:38.689Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:00:38.691Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:38.698Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:38.699Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536436926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
"status": "NOTIFIED"
}
2023-01-24T05:00:38.802Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-24T05:00:38.805Z||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-24T05:00:38.805Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:38.845Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:38.846Z||pool-20-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:39.700Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:00:39.702Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:39.707Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:39.708Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536436926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-24T05:00:39.807Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:00:39.809Z||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-24T05:00:39.809Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:39.826Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:39.827Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:40.708Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:00:40.709Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:40.712Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:40.713Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536436926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:40.819Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2023-01-24T05:00:40.822Z||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-24T05:00:40.823Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:40.855Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:40.857Z||pool-22-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:00:41.718Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:00:41.719Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:41.723Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:41.723Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536436926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-24T05:00:41.822Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-24T05:00:41.824Z||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-24T05:00:41.824Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:41.859Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:41.860Z||pool-23-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:42.724Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:00:42.725Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:42.729Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:42.729Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536436926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:00:42.829Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:00:42.830Z||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-24T05:00:42.831Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:42.850Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:42.856Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:43.731Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:00:43.731Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:43.735Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:43.736Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536436926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:00:43.837Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T05:00:43.839Z||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-24T05:00:43.839Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:43.871Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:43.872Z||pool-25-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:00:44.740Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"serviceName": "basic_onboard_ZyMWqx",
"serviceVersion": "1.0",
"serviceUUID": "b63b25a6-b66b-46d7-b520-9a64ba563069",
"serviceDescription": "service",
"serviceInvariantUUID": "7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d",
"resources": [
{
"resourceInstanceName": "basic_onboard_ZyMWqx 0",
"resourceCustomizationUUID": "be622a6f-274d-42c8-8230-61e23d712c55",
"resourceName": "basic_onboard_ZyMWqx",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "66f44efd-3cd3-4ca3-98fc-5907141e7768",
"resourceInvariantUUID": "e22ca599-1829-4688-a31e-9eaa8a1f692c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zymwqx0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
"artifactChecksum": "OTE0ZGVmZTRiYzNlOGU1YTE5ODM3MTYwZGVkNWJiOGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "88f67326-d86f-4950-afda-f6d2a028ce21",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "72925d9b-24e1-455a-8144-8eeb1f82fd5e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "167c388b-b153-451c-8da2-c1c44fa0bbb5",
"generatedFromUUID": "72925d9b-24e1-455a-8144-8eeb1f82fd5e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "167c388b-b153-451c-8da2-c1c44fa0bbb5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZymwqx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"artifactChecksum": "MjAxMjY1MWVhOWY5NmE2NmM1MDE4YWViZWU1YzE4ZWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "65ba5ea5-0930-46e3-8cde-47a330c38c4c"
}
],
"workloadContext": "Production"
}
2023-01-24T05:00:44.741Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T05:00:44.741Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b63b25a6-b66b-46d7-b520-9a64ba563069 ASDC
2023-01-24T05:00:44.741Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1422d07f-1a4d-406b-93f9-84f7ce506609
ServiceName:basic_onboard_ZyMWqx
ServiceVersion:1.0
ServiceUUID:b63b25a6-b66b-46d7-b520-9a64ba563069
ServiceInvariantUUID:7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZymwqx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar
ArtifactUUID:65ba5ea5-0930-46e3-8cde-47a330c38c4c
ArtifactChecksum:MjAxMjY1MWVhOWY5NmE2NmM1MDE4YWViZWU1YzE4ZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZyMWqx 0
ResourceCustomizationUUID:be622a6f-274d-42c8-8230-61e23d712c55
ResourceInvariantUUID:e22ca599-1829-4688-a31e-9eaa8a1f692c
ResourceName:basic_onboard_ZyMWqx
ResourceType:VF
ResourceUUID:66f44efd-3cd3-4ca3-98fc-5907141e7768
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zymwqx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json
ArtifactUUID:88f67326-d86f-4950-afda-f6d2a028ce21
ArtifactChecksum:OTE0ZGVmZTRiYzNlOGU1YTE5ODM3MTYwZGVkNWJiOGU=
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/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:72925d9b-24e1-455a-8144-8eeb1f82fd5e
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/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env
ArtifactUUID:167c388b-b153-451c-8da2-c1c44fa0bbb5
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/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env
ArtifactUUID:167c388b-b153-451c-8da2-c1c44fa0bbb5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-24T05:00:44.741Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b63b25a6-b66b-46d7-b520-9a64ba563069 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-24T05:00:44.883Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:00:44.884Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-24T05:00:44.884Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-24T05:00:44.885Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 65ba5ea5-0930-46e3-8cde-47a330c38c4c from URL: /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:44.885Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T05:00:44.886Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:45.040Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T05:00:45.051Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar 65ba5ea5-0930-46e3-8cde-47a330c38c4c 75324
2023-01-24T05:00:45.052Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar ASDC sendASDCNotification
2023-01-24T05:00:45.052Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:45.052Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:00:45.054Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:45.058Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:45.058Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536445051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:00:45.157Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-24T05:00:45.160Z||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-24T05:00:45.161Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:45.203Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:45.205Z||pool-26-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:46.060Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:00:46.061Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-24T05:00:46.062Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 65ba5ea5-0930-46e3-8cde-47a330c38c4c, URL: /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar to file: /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:46.062Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:46.063Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:46.063Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:46.440Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5295339992400044092/Definitions/service-BasicOnboardZymwqx-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-24T05:00:49.578Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T05:00:49.580Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-24T05:00:49.580Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:49.580Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-24T05:00:49.581Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:49.581Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:49.581Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZyMWqx 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-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:49.581Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:49.583Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:49.583Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:49.583Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:49.583Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-24T05:00:49.584Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:49.584Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:49.584Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:49.585Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-24T05:00:49.585Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:00:49.585Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:49.585Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:49.586Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:49.586Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-24T05:00:49.586Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:00:49.586Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:49.587Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:49.588Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:49.588Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is not matching search criteria
2023-01-24T05:00:49.588Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-24T05:00:49.589Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-24T05:00:49.589Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-24T05:00:49.590Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-24T05:00:49.590Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-24T05:00:49.591Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:49.591Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T05:00:49.591Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:49.591Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:49.592Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:00:49.592Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:49.593Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:49.593Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:00:49.593Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:49.593Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:49.593Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:00:49.594Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:49.596Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is not matching search criteria
2023-01-24T05:00:49.596Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-24T05:00:49.596Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-24T05:00:49.597Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=35405e8d-d23d-41d5-9ddf-fb19edca142a
2023-01-24T05:00:49.597Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:49.597Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:49.597Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:49.598Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:49.598Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:49.598Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:49.598Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:49.599Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:49.599Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ZyMWqx
Description:service
Model UUID:b63b25a6-b66b-46d7-b520-9a64ba563069
Model Version:NULL
Model InvariantUuid:7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ZyMWqx
Model UUID:2ee06595-9d91-4301-bb64-ca800bda0770
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e22ca599-1829-4688-a31e-9eaa8a1f692c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:be622a6f-274d-42c8-8230-61e23d712c55
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:54a7b624-5998-4031-8cf2-c8c716f593dc
ModelName:BasicOnboardZymwqx..base_ubuntu18..module-0
ModelUuid:bb49db6f-4fd2-4570-9cf7-0fd3fa8ded32
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:35405e8d-d23d-41d5-9ddf-fb19edca142a
ModelInvariantUuid:a792648c-e1e3-4b7e-bdb9-d1a7e96bf832
ModelName:basic_onboard_ZyMWqx-nodes.ubuntu18Cvfc
ModelUuid:39e03a47-18bf-4020-a8fa-18860f760038
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:a1fd3bd9-6d68-4fee-8a18-b1353d8b626d
ModelInvariantUuid:cb4e750b-16c7-4dae-9b2a-f31bf606833e
ModelName:BasicOnboardZymwqx.compute.nodes.heat.ubuntu18
ModelUuid:daaec118-44cd-498f-83a8-f3680f74479f
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-24T05:00:49.637Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 66f44efd-3cd3-4ca3-98fc-5907141e7768
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-24T05:00:49.658Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||basic_onboard_ZyMWqx 0
2023-01-24T05:00:49.658Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 66f44efd-3cd3-4ca3-98fc-5907141e7768
2023-01-24T05:00:49.659Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 88f67326-d86f-4950-afda-f6d2a028ce21 from URL: /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json
2023-01-24T05:00:49.659Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T05:00:49.660Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json
2023-01-24T05:00:49.717Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T05:00:49.718Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json 88f67326-d86f-4950-afda-f6d2a028ce21 798
2023-01-24T05:00:49.718Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json ASDC sendASDCNotification
2023-01-24T05:00:49.718Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json
2023-01-24T05:00:49.719Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:00:49.719Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:49.726Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:49.726Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536449718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:00:49.823Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-01-24T05:00:49.824Z||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-24T05:00:49.824Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:49.843Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:49.844Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:00:50.728Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZymwqx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "54a7b624-5998-4031-8cf2-c8c716f593dc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb49db6f-4fd2-4570-9cf7-0fd3fa8ded32",
"vfModuleModelCustomizationUUID": "e6634829-e114-4a72-af94-30c76e557826",
"isBase": true,
"artifacts": [
"72925d9b-24e1-455a-8144-8eeb1f82fd5e",
"167c388b-b153-451c-8da2-c1c44fa0bbb5"
],
"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-24T05:00:50.739Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZymwqx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb49db6f-4fd2-4570-9cf7-0fd3fa8ded32
VfModuleModelInvariantUUID:54a7b624-5998-4031-8cf2-c8c716f593dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
72925d9b-24e1-455a-8144-8eeb1f82fd5e
,
167c388b-b153-451c-8da2-c1c44fa0bbb5
}
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-24T05:00:50.759Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZymwqx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "54a7b624-5998-4031-8cf2-c8c716f593dc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb49db6f-4fd2-4570-9cf7-0fd3fa8ded32",
"vfModuleModelCustomizationUUID": "e6634829-e114-4a72-af94-30c76e557826",
"isBase": true,
"artifacts": [
"72925d9b-24e1-455a-8144-8eeb1f82fd5e",
"167c388b-b153-451c-8da2-c1c44fa0bbb5"
],
"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-24T05:00:50.761Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZymwqx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb49db6f-4fd2-4570-9cf7-0fd3fa8ded32
VfModuleModelInvariantUUID:54a7b624-5998-4031-8cf2-c8c716f593dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
72925d9b-24e1-455a-8144-8eeb1f82fd5e
,
167c388b-b153-451c-8da2-c1c44fa0bbb5
}
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-24T05:00:50.762Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 72925d9b-24e1-455a-8144-8eeb1f82fd5e from URL: /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml
2023-01-24T05:00:50.762Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T05:00:50.762Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml
2023-01-24T05:00:50.836Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T05:00:50.837Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml 72925d9b-24e1-455a-8144-8eeb1f82fd5e 5033
2023-01-24T05:00:50.838Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-24T05:00:50.838Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml
2023-01-24T05:00:50.838Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:00:50.839Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:50.843Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:50.843Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536450838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:00:50.943Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:00:50.944Z||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-24T05:00:50.944Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:50.960Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:50.961Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:51.844Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 167c388b-b153-451c-8da2-c1c44fa0bbb5 from URL: /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env
2023-01-24T05:00:51.845Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T05:00:51.846Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env
2023-01-24T05:00:52.011Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T05:00:52.020Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env 167c388b-b153-451c-8da2-c1c44fa0bbb5 909
2023-01-24T05:00:52.021Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-24T05:00:52.022Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env
2023-01-24T05:00:52.023Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:00:52.024Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:52.029Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:52.030Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536452021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:00:52.129Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:00:52.132Z||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-24T05:00:52.132Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:52.172Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:52.173Z||pool-29-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":2,"count":1}
2023-01-24T05:00:53.031Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b63b25a6-b66b-46d7-b520-9a64ba563069
2023-01-24T05:00:53.032Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZyMWqx 0 66f44efd-3cd3-4ca3-98fc-5907141e7768 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-24T05:00:53.137Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e86e847, org.onap.sdc.toscaparser.api.parameters.Input@3de4b12e, org.onap.sdc.toscaparser.api.parameters.Input@7b81f504, org.onap.sdc.toscaparser.api.parameters.Input@5e74840e, org.onap.sdc.toscaparser.api.parameters.Input@57b98b57]
2023-01-24T05:00:53.141Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:53.142Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:53.143Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2023-01-24T05:00:53.144Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= be622a6f-274d-42c8-8230-61e23d712c55
2023-01-24T05:00:53.145Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: be622a6f-274d-42c8-8230-61e23d712c55 matches Tosca VF Customization UUID: be622a6f-274d-42c8-8230-61e23d712c55
2023-01-24T05:00:53.159Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: be622a6f-274d-42c8-8230-61e23d712c55 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-24T05:00:53.178Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:53.179Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:53.181Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id be622a6f-274d-42c8-8230-61e23d712c55: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-24T05:00:53.181Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@413f7fff
2023-01-24T05:00:53.181Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:53.182Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T05:00:53.182Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6634829-e114-4a72-af94-30c76e557826
2023-01-24T05:00:53.182Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6634829-e114-4a72-af94-30c76e557826
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-24T05:00:53.201Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:53.203Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:53.204Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:00:53.205Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:53.206Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:53.206Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:00:53.207Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:53.207Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is not matching search criteria
2023-01-24T05:00:53.208Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-24T05:00:53.210Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-24T05:00:53.210Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=35405e8d-d23d-41d5-9ddf-fb19edca142a
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-24T05:00:53.221Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:53.222Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:53.222Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:00:53.223Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:53.223Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:53.224Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0] matching following query criteria: sdcType=VF, customizationUUID=be622a6f-274d-42c8-8230-61e23d712c55
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-24T05:00:53.243Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:53.244Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:53.245Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b63b25a6-b66b-46d7-b520-9a64ba563069: basic_onboard_ZyMWqx
2023-01-24T05:00:53.251Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:53.251Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:53.252Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:53.254Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:53.269Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:53.271Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:53.271Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:53.273Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:53.273Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:00:53.275Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:53.276Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_ZyMWqx
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-24T05:00:53.708Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZyMWqx 66f44efd-3cd3-4ca3-98fc-5907141e7768 1 ASDC deployResourceStructure
2023-01-24T05:00:53.711Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json ASDC sendASDCNotification
2023-01-24T05:00:53.712Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json
2023-01-24T05:00:53.712Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:00:53.713Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:53.721Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:53.722Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536453711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-24T05:00:53.817Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-24T05:00:53.819Z||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-24T05:00:53.819Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:53.855Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:53.856Z||pool-30-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:54.725Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-24T05:00:54.726Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml
2023-01-24T05:00:54.726Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:00:54.727Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:54.731Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:54.731Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536454725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-24T05:00:54.833Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T05:00:54.835Z||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-24T05:00:54.836Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:54.877Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:54.878Z||pool-31-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:55.735Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-24T05:00:55.736Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env
2023-01-24T05:00:55.736Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:00:55.737Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:55.746Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:55.747Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536455735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-24T05:00:55.841Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-24T05:00:55.843Z||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-24T05:00:55.843Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:55.880Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:55.882Z||pool-32-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:00:56.749Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar ASDC sendASDCNotification
2023-01-24T05:00:56.749Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:56.749Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:00:56.750Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:56.757Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:56.757Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536456748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T05:00:56.856Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-24T05:00:56.858Z||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-24T05:00:56.859Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:56.883Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:00:56.884Z||pool-33-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:57.761Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1422d07f-1a4d-406b-93f9-84f7ce506609
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-24T05:00:57.790Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1422d07f-1a4d-406b-93f9-84f7ce506609
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-24T05:00:57.798Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:00:57.802Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T05:00:57.804Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T05:00:57.804Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T05:00:57.804Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T05:00:57.805Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T05:00:57.805Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T05:00:57.805Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T05:00:57.806Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T05:00:57.806Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T05:00:57.825Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T05:01:27.827Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1422d07f-1a4d-406b-93f9-84f7ce506609 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-24T05:01:27.849Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1422d07f-1a4d-406b-93f9-84f7ce506609 and serviceModelVersionId: b63b25a6-b66b-46d7-b520-9a64ba563069
2023-01-24T05:01:27.849Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d
2023-01-24T05:01:27.851Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d/model-vers/model-ver/b63b25a6-b66b-46d7-b520-9a64ba563069?depth=0
2023-01-24T05:01:27.858Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T05:01:27.977Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d/model-vers/model-ver/b63b25a6-b66b-46d7-b520-9a64ba563069?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-24T05:01:27.980Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d/model-vers/model-ver/b63b25a6-b66b-46d7-b520-9a64ba563069?depth=0|INFO|500||Invoke
2023-01-24T05:01:28.027Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d/model-vers/model-ver/b63b25a6-b66b-46d7-b520-9a64ba563069?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-24T05:01:28.483Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d/model-vers/model-ver/b63b25a6-b66b-46d7-b520-9a64ba563069?depth=0|INFO|500||InvokeReturn
2023-01-24T05:01:28.484Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d/model-vers/model-ver/b63b25a6-b66b-46d7-b520-9a64ba563069?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 05:01:29 GMT], content-length=[0], vertex-id=[229464], x-aai-txid=[0-aai-resources-230124-05:01:29:006-19714], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T05:01:28.484Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-01-24T05:01:28.508Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T05:01:28.509Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T05:01:28.548Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T05:01:28.549Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1422d07f-1a4d-406b-93f9-84f7ce506609 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T05:01:28.549Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T05:01:28.556Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:01:28.560Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:01:28.560Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536488549,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T05:01:28.663Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-24T05:01:28.665Z||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-24T05:01:28.665Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:01:28.780Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:01:28.781Z||pool-34-thread-1|||||INFO|500||cambria reply ok (117 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-24T05:01:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:01:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T05:01:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:01:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:01:36.947Z||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-24T05:01:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:01:37.091Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:01:37.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:01:37.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536436926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:01:37.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:01:46.522Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:02:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:02:36.929Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T05:02:36.929Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:02:36.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:02:36.950Z||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-24T05:02:36.950Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:02:37.500Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:02:37.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536436926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
"status": "NOTIFIED"
}
2023-01-24T05:02:37.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:02:37.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536436926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-24T05:02:37.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:02:37.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536436926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:02:37.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:02:37.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536436926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-24T05:02:37.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:02:37.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536436926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:02:37.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:02:37.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536436926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:02:37.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:02:37.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536445051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:02:37.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:37.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536449718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:02:37.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:37.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536450838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:02:37.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:37.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536452021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:02:37.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:37.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536453711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-24T05:02:37.521Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:37.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536454725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-24T05:02:37.522Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:37.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536455735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-24T05:02:37.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:37.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536456748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T05:02:37.526Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:37.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536488549,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T05:02:37.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:46.546Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:03:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:03:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T05:03:36.929Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:03:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:03:36.946Z||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-24T05:03:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:03:46.500Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:03:46.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:04:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:04:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T05:04:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:04:36.947Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:04:36.949Z||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-24T05:04:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:04:46.547Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:04:46.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:05:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:05:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T05:05:36.930Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:05:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:05:36.946Z||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-24T05:05:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:05:46.522Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:05:46.528Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:06:36.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:06:36.928Z||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-24T05:06:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:06:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:06:36.948Z||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-24T05:06:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:06:46.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:06:46.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:07:36.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:07:36.927Z||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-24T05:07:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:07:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:07:36.946Z||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-24T05:07:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:07:46.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:07:46.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:08:36.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:08:36.927Z||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-24T05:08:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:08:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:08:36.947Z||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-24T05:08:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:08:46.589Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:08:46.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:09:36.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:09:36.927Z||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-24T05:09:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:09:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:09:36.946Z||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-24T05:09:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:09:37.587Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:09:37.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbaa36ea-5550-4faf-ae26-70538b287649","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"63fb78c4-9335-41ab-83cd-0b8eba9bc1ca","serviceDescription":"service","serviceInvariantUUID":"0a1a4c03-6427-4a05-b24f-a6bc31da7a7a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f0d657e4-f550-4743-bf25-5ab6d742cb4c","resourceInvariantUUID":"9a595b7c-5de4-4dc0-8522-a0d807b4510f","resourceCustomizationUUID":"77815503-5c67-4d39-8669-4e11a4488e48","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":"OGMzMWQxZDg1NmJjYmEzNDQzYjE1NGUyMjBlYmNkYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e517249a-117d-4bbd-bb5f-563885cda107","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGM2ZTVmMmFlY2JjMTgxZjk2YWYyNjY4MjY2NzA3YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"20791367-50a3-4c6f-9881-3235d8bf3115","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T05:09:37.599Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:09:37.600Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:09:37.606Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:09:37.606Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536976926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:09:37.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:09:37.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536955322,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:09:37.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T05:09:37.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "aai-ml",
"timestamp": 1674536952834,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:09:37.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T05:09:37.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "cds",
"timestamp": 1674536954818,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:09:37.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T05:09:37.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536955322,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:09:37.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T05:09:37.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "aai-ml",
"timestamp": 1674536952834,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:09:37.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T05:09:37.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "cds",
"timestamp": 1674536954818,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:09:37.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T05:09:37.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "aai-ml",
"timestamp": 1674536963884,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:09:37.627Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:09:37.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "cds",
"timestamp": 1674536963267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:09:37.628Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:09:37.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "cds",
"timestamp": 1674536964287,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T05:09:37.660Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbaa36ea-5550-4faf-ae26-70538b287649
2023-01-24T05:09:37.661Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbaa36ea-5550-4faf-ae26-70538b287649 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-24T05:09:37.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "ves-openapi-manager",
"timestamp": 1674536968288,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:09:37.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T05:09:37.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "ves-openapi-manager",
"timestamp": 1674536968288,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:09:37.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T05:09:37.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "aai-ml",
"timestamp": 1674536970823,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T05:09:37.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:09:37.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "aai-ml",
"timestamp": 1674536971836,
"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-24T05:09:37.693Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbaa36ea-5550-4faf-ae26-70538b287649
2023-01-24T05:09:37.694Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbaa36ea-5550-4faf-ae26-70538b287649 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-24T05:09:37.706Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:09:37.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536973034,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:09:37.708Z||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-24T05:09:37.708Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:09:37.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T05:09:37.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536973034,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:09:37.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-24T05:09:37.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536976166,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:09:37.710Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:09:37.732Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:09:37.733Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:09:38.613Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:09:38.614Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:09:38.617Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:09:38.618Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536976926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:09:38.718Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:09:38.719Z||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-24T05:09:38.719Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:09:38.739Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:09:38.740Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:09:39.622Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "63fb78c4-9335-41ab-83cd-0b8eba9bc1ca",
"serviceDescription": "service",
"serviceInvariantUUID": "0a1a4c03-6427-4a05-b24f-a6bc31da7a7a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "77815503-5c67-4d39-8669-4e11a4488e48",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "f0d657e4-f550-4743-bf25-5ab6d742cb4c",
"resourceInvariantUUID": "9a595b7c-5de4-4dc0-8522-a0d807b4510f",
"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": "MGM2ZTVmMmFlY2JjMTgxZjk2YWYyNjY4MjY2NzA3YmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "20791367-50a3-4c6f-9881-3235d8bf3115"
}
],
"workloadContext": "Production"
}
2023-01-24T05:09:39.622Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T05:09:39.623Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 63fb78c4-9335-41ab-83cd-0b8eba9bc1ca ASDC
2023-01-24T05:09:39.624Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bbaa36ea-5550-4faf-ae26-70538b287649
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:63fb78c4-9335-41ab-83cd-0b8eba9bc1ca
ServiceInvariantUUID:0a1a4c03-6427-4a05-b24f-a6bc31da7a7a
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:20791367-50a3-4c6f-9881-3235d8bf3115
ArtifactChecksum:MGM2ZTVmMmFlY2JjMTgxZjk2YWYyNjY4MjY2NzA3YmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:77815503-5c67-4d39-8669-4e11a4488e48
ResourceInvariantUUID:9a595b7c-5de4-4dc0-8522-a0d807b4510f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f0d657e4-f550-4743-bf25-5ab6d742cb4c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-24T05:09:39.625Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 63fb78c4-9335-41ab-83cd-0b8eba9bc1ca 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-24T05:09:39.684Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:09:39.686Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:09:39.686Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:09:39.686Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 20791367-50a3-4c6f-9881-3235d8bf3115 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-24T05:09:39.686Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-24T05:09:39.687Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-24T05:09:39.779Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-24T05:09:39.785Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 20791367-50a3-4c6f-9881-3235d8bf3115 57666
2023-01-24T05:09:39.785Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||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-24T05:09:39.786Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||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-24T05:09:39.786Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:09:39.786Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:09:39.790Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:09:39.792Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536979785,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:09:39.890Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-24T05:09:39.892Z||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-24T05:09:39.892Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:09:39.913Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:09:39.914Z||pool-37-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:09:40.793Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:09:40.794Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:09:40.794Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 20791367-50a3-4c6f-9881-3235d8bf3115, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:40.799Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-24T05:09:40.800Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:40.800Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:41.020Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12562356006155933085/Definitions/service-BasicNetwork-template.yml
2023-01-24T05:09:41.972Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T05:09:41.973Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-24T05:09:41.973Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:41.973Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-24T05:09:41.973Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||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-24T05:09:41.974Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||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-24T05:09:41.974Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||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-24T05:09:41.975Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||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-24T05:09:41.975Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:41.975Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||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-24T05:09:41.975Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||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-24T05:09:41.976Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||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-24T05:09:41.976Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-24T05:09:41.976Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:09:41.976Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:41.977Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-24T05:09:41.977Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-24T05:09:41.978Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:09:41.978Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:09:41.978Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:41.979Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-24T05:09:41.979Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-24T05:09:41.979Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:09:41.979Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:09:41.979Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:41.980Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:09:41.980Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:41.980Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:09:41.980Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:41.981Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:09:41.981Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:41.981Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:09:41.981Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:41.981Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:63fb78c4-9335-41ab-83cd-0b8eba9bc1ca
Model Version:NULL
Model InvariantUuid:0a1a4c03-6427-4a05-b24f-a6bc31da7a7a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9a595b7c-5de4-4dc0-8522-a0d807b4510f
Model UUID:1a081a00-bc5c-40b0-9755-c44fa66282d5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:77815503-5c67-4d39-8669-4e11a4488e48
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-24T05:09:41.997Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: f0d657e4-f550-4743-bf25-5ab6d742cb4c
2023-01-24T05:09:41.997Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||No resources found for Service: 63fb78c4-9335-41ab-83cd-0b8eba9bc1ca
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-24T05:09:42.005Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||
2023-01-24T05:09:42.006Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-24T05:09:42.007Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 63fb78c4-9335-41ab-83cd-0b8eba9bc1ca
2023-01-24T05:09:42.007Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 63fb78c4-9335-41ab-83cd-0b8eba9bc1ca
2023-01-24T05:09:42.008Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-24T05:09:42.008Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||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-24T05:09:42.017Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e38b494, org.onap.sdc.toscaparser.api.parameters.Input@153b2b35, org.onap.sdc.toscaparser.api.parameters.Input@7194eabd, org.onap.sdc.toscaparser.api.parameters.Input@698e1eae, org.onap.sdc.toscaparser.api.parameters.Input@62999b1f]
2023-01-24T05:09:42.020Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:09:42.020Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:42.020Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:09:42.021Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:42.021Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 63fb78c4-9335-41ab-83cd-0b8eba9bc1ca: Generic NeutronNet
2023-01-24T05:09:42.021Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:09:42.021Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:42.022Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:09:42.022Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||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-24T05:09:42.105Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:09:42.106Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:42.106Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:09:42.107Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:42.107Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:09:42.107Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:42.107Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||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-24T05:09:42.239Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-24T05:09:42.239Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||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-24T05:09:42.240Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||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-24T05:09:42.240Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:09:42.241Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:09:42.244Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:09:42.245Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536982239,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T05:09:42.344Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:09:42.345Z||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-24T05:09:42.345Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:09:42.361Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:09:42.362Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:09:43.246Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
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-24T05:09:43.264Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
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-24T05:09:43.273Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:09:43.273Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T05:09:43.274Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T05:09:43.274Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T05:10:13.274Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
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-24T05:10:13.291Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
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-24T05:10:13.297Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:10:13.297Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T05:10:13.297Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T05:10:13.297Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T05:10:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:10:36.946Z||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-24T05:10:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:10:37.108Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:10:37.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:10:37.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536976926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:10:37.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-24T05:10:43.298Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
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-24T05:10:43.317Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
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-24T05:10:43.323Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:10:43.324Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T05:10:43.324Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T05:10:43.324Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T05:11:13.325Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
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-24T05:11:13.338Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
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-24T05:11:13.346Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:11:13.347Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T05:11:13.347Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T05:11:13.348Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T05:11:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:11:36.946Z||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-24T05:11:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:11:37.010Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:11:37.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536978798,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T05:11:37.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536976926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:11:37.015Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674536979813,
"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-24T05:11:37.022Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbaa36ea-5550-4faf-ae26-70538b287649
2023-01-24T05:11:37.022Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbaa36ea-5550-4faf-ae26-70538b287649 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-24T05:11:37.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536979785,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:11:37.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674536982239,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T05:11:37.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536995322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "cds",
"timestamp": 1674536999818,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674537003034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536995322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674537003034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "cds",
"timestamp": 1674536999818,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536995322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "cds",
"timestamp": 1674536999818,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674537003034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536995322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "cds",
"timestamp": 1674536999818,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674537003034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536995322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "cds",
"timestamp": 1674536999818,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674537003034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537008288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536995322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "cds",
"timestamp": 1674536999818,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674537003034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537008288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536995322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "cds",
"timestamp": 1674536999818,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674537003034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537008288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674536995322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:11:37.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "cds",
"timestamp": 1674536999818,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:11:37.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674537003034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:11:37.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537008288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "cds",
"timestamp": 1674537012589,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:11:37.055Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674537013264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:11:37.056Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537008288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "aai-ml",
"timestamp": 1674537012833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "cds",
"timestamp": 1674537013613,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T05:11:37.078Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c64c134-ad58-4566-8dc2-2e5981661d8a
2023-01-24T05:11:37.078Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c64c134-ad58-4566-8dc2-2e5981661d8a 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-24T05:11:37.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537008288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-01-24T05:11:37.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "aai-ml",
"timestamp": 1674537012833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537008288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "aai-ml",
"timestamp": 1674537012833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.103Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674537015993,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T05:11:37.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537008288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "aai-ml",
"timestamp": 1674537012833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674537017003,
"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-24T05:11:37.122Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c64c134-ad58-4566-8dc2-2e5981661d8a
2023-01-24T05:11:37.123Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c64c134-ad58-4566-8dc2-2e5981661d8a 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-24T05:11:37.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "aai-ml",
"timestamp": 1674537012833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537017266,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:11:37.143Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "aai-ml",
"timestamp": 1674537012833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537018686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-01-24T05:11:37.144Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "aai-ml",
"timestamp": 1674537012833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537019696,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T05:11:37.153Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9c64c134-ad58-4566-8dc2-2e5981661d8a
2023-01-24T05:11:37.153Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c64c134-ad58-4566-8dc2-2e5981661d8a and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T05:11:37.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "aai-ml",
"timestamp": 1674537012833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:11:37.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "aai-ml",
"timestamp": 1674537021716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:11:37.173Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537028288,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "aai-ml",
"timestamp": 1674537029744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537028288,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "aai-ml",
"timestamp": 1674537030750,
"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-24T05:11:37.191Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c64c134-ad58-4566-8dc2-2e5981661d8a
2023-01-24T05:11:37.191Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c64c134-ad58-4566-8dc2-2e5981661d8a 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-24T05:11:37.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "cds",
"timestamp": 1674537029818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537028288,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "cds",
"timestamp": 1674537029818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537028288,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "cds",
"timestamp": 1674537029818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537028288,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674537033034,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "cds",
"timestamp": 1674537029818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537028288,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674537033034,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "cds",
"timestamp": 1674537029818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1674537028288,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674537033034,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "cds",
"timestamp": 1674537029818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674537035322,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674537033034,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "cds",
"timestamp": 1674537029818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:11:37.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:37.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1674537035322,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-01-24T05:11:37.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-24T05:11:43.348Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
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-24T05:11:43.365Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
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-24T05:11:43.368Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:11:43.368Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T05:11:43.369Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T05:11:43.369Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T05:11:43.369Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T05:11:43.369Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T05:11:43.370Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T05:11:43.370Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T05:11:43.370Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T05:11:43.378Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T05:12:13.390Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649 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-24T05:12:13.410Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbaa36ea-5550-4faf-ae26-70538b287649 and serviceModelVersionId: 63fb78c4-9335-41ab-83cd-0b8eba9bc1ca
2023-01-24T05:12:13.411Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a1a4c03-6427-4a05-b24f-a6bc31da7a7a
2023-01-24T05:12:13.414Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?depth=0
2023-01-24T05:12:13.435Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T05:12:13.539Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?depth=0|INFO|500||Invoke
2023-01-24T05:12:13.539Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bbaa36ea-5550-4faf-ae26-70538b287649], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[be6934b0-3a9d-4581-8851-7b4fc6e563e9], X-ECOMP-RequestID=[bbaa36ea-5550-4faf-ae26-70538b287649], X-TransactionId=[], X-ONAP-RequestID=[bbaa36ea-5550-4faf-ae26-70538b287649], Content-Type=[application/merge-patch+json]}
2023-01-24T05:12:13.578Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-24T05:12:13.742Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?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/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 05:12:14 GMT], content-length=[0], vertex-id=[163880], x-aai-txid=[1-aai-resources-230124-05:12:14:541-11889], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T05:12:13.743Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-24T05:12:13.744Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?depth=0|INFO|500||InvokeReturn
2023-01-24T05:12:13.744Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T05:12:13.744Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T05:12:13.759Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T05:12:13.759Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbaa36ea-5550-4faf-ae26-70538b287649 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T05:12:13.762Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T05:12:13.763Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:13.768Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:13.768Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674537133762,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T05:12:13.868Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:12:13.869Z||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-24T05:12:13.870Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:13.907Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:12:13.909Z||pool-39-thread-1|||||INFO|500||cambria reply ok (41 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-24T05:12:14.792Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:12:14.793Z|bbaa36ea-5550-4faf-ae26-70538b287649|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-24T05:12:14.793Z|bbaa36ea-5550-4faf-ae26-70538b287649|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:19.649Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:12:19.651Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T05:12:19.651Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c64c134-ad58-4566-8dc2-2e5981661d8a","serviceName":"Demo_pNF_3oW8UaoXJxoNPdXoncUk","serviceVersion":"1.0","serviceUUID":"6d279e1d-28b3-4177-bf7e-72cadc226a62","serviceDescription":"catalog service description","serviceInvariantUUID":"2aefbfc9-5148-4efd-b23e-30079f536888","resources":[{"resourceInstanceName":"pNF 7ec5b204-ab8b 0","resourceName":"pNF 7ec5b204-ab8b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d46dc923-334e-41fb-8fd7-5cdeee00d7cc","resourceInvariantUUID":"5cd22d9b-2df6-4c1f-8979-409c50feaa65","resourceCustomizationUUID":"8ee010ba-ce0d-4320-8a95-0f7ea8e4c39e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vf-license-model.xml","artifactChecksum":"NGFhMGQ0MGQwOTliYmU0MThlYmEzZmNlNDM4MDE1MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fcb8fc3d-a064-4bc0-9f33-f5d0e48f6084","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/pNF.csar","artifactChecksum":"OTJhZGNiYWQ2YmQ3ZjM1YjFlNjE0YWE5MzRkNmIyOWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"878e5bea-4433-40b9-9973-2e75e7cc0a65","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"961fbae8-42ba-49db-9335-fbceb266423b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTcxODc0NzdiZWU2YTFiY2Y4ZjQ3Zjc5MWMwMjljOWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a9155cd-8117-4476-8bfe-2e50734727d1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2b8a93b-71bb-48ce-bc2e-559090bb68b4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17791afe-96bd-4545-8fa6-e3a91cc94df3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml","artifactChecksum":"MTU0MGUwZGY0ZWJiYWFmOGNlNDRlMzZkOTQ2NDZiYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42528295-d329-4f72-bcd9-ee48bf138a05","artifactVersion":"1"},{"artifactName":"service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar","artifactChecksum":"NWJlYjIxNmM4ODVhNTU5NjdhNWRhMWNlZmM5NjNhZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0966d989-7778-4fa4-abc3-a838bf14b910","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T05:12:19.656Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:12:19.657Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:19.660Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:19.661Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674537134792,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:12:19.777Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2023-01-24T05:12:19.783Z||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-24T05:12:19.783Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:19.829Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:12:19.830Z||pool-40-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:12:20.661Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:12:20.662Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:20.664Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:20.664Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674537134792,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:12:20.764Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:12:20.766Z||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-24T05:12:20.766Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:20.786Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:12:20.787Z||pool-41-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:12:21.665Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:12:21.666Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:21.670Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:21.670Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674537134792,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:12:21.770Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:12:21.771Z||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-24T05:12:21.771Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:21.797Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:12:21.798Z||pool-42-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:12:22.670Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:12:22.672Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:22.676Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:22.676Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674537134792,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:12:22.780Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-24T05:12:22.782Z||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-24T05:12:22.783Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:22.828Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:12:22.829Z||pool-43-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:12:23.678Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:12:23.679Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:23.681Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:23.681Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674537134792,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:12:23.784Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-24T05:12:23.785Z||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-24T05:12:23.785Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:23.815Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:12:23.816Z||pool-44-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:12:24.686Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:12:24.686Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:24.690Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:24.690Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674537134792,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:12:24.790Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:12:24.791Z||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-24T05:12:24.791Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:24.808Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:12:24.810Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:12:25.691Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:12:25.692Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:25.696Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:25.696Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674537134792,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T05:12:25.797Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T05:12:25.798Z||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-24T05:12:25.799Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:25.823Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:12:25.825Z||pool-46-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:12:26.697Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:12:26.699Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:26.707Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:26.707Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674537134792,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T05:12:26.805Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-01-24T05:12:26.806Z||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-24T05:12:26.806Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:26.837Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:12:26.838Z||pool-47-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:12:27.709Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"serviceName": "Demo_pNF_3oW8UaoXJxoNPdXoncUk",
"serviceVersion": "1.0",
"serviceUUID": "6d279e1d-28b3-4177-bf7e-72cadc226a62",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2aefbfc9-5148-4efd-b23e-30079f536888",
"resources": [
{
"resourceInstanceName": "pNF 7ec5b204-ab8b 0",
"resourceCustomizationUUID": "8ee010ba-ce0d-4320-8a95-0f7ea8e4c39e",
"resourceName": "pNF 7ec5b204-ab8b",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "d46dc923-334e-41fb-8fd7-5cdeee00d7cc",
"resourceInvariantUUID": "5cd22d9b-2df6-4c1f-8979-409c50feaa65",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
"artifactChecksum": "NWJlYjIxNmM4ODVhNTU5NjdhNWRhMWNlZmM5NjNhZDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0966d989-7778-4fa4-abc3-a838bf14b910"
}
],
"workloadContext": "Production"
}
2023-01-24T05:12:27.709Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T05:12:27.709Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d279e1d-28b3-4177-bf7e-72cadc226a62 ASDC
2023-01-24T05:12:27.710Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9c64c134-ad58-4566-8dc2-2e5981661d8a
ServiceName:Demo_pNF_3oW8UaoXJxoNPdXoncUk
ServiceVersion:1.0
ServiceUUID:6d279e1d-28b3-4177-bf7e-72cadc226a62
ServiceInvariantUUID:2aefbfc9-5148-4efd-b23e-30079f536888
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
ArtifactUUID:0966d989-7778-4fa4-abc3-a838bf14b910
ArtifactChecksum:NWJlYjIxNmM4ODVhNTU5NjdhNWRhMWNlZmM5NjNhZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7ec5b204-ab8b 0
ResourceCustomizationUUID:8ee010ba-ce0d-4320-8a95-0f7ea8e4c39e
ResourceInvariantUUID:5cd22d9b-2df6-4c1f-8979-409c50feaa65
ResourceName:pNF 7ec5b204-ab8b
ResourceType:PNF
ResourceUUID:d46dc923-334e-41fb-8fd7-5cdeee00d7cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-24T05:12:27.710Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d279e1d-28b3-4177-bf7e-72cadc226a62 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-24T05:12:27.743Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:12:27.745Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:12:27.745Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:12:27.745Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0966d989-7778-4fa4-abc3-a838bf14b910 from URL: /sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:27.745Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-24T05:12:27.746Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:27.839Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-24T05:12:27.845Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar 0966d989-7778-4fa4-abc3-a838bf14b910 87785
2023-01-24T05:12:27.845Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar ASDC sendASDCNotification
2023-01-24T05:12:27.846Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:27.846Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:12:27.846Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:27.848Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:27.849Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1674537147845,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T05:12:27.949Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:12:27.950Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-24T05:12:27.951Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:27.973Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-24T05:12:27.974Z||pool-48-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:12:28.857Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:12:28.861Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:12:28.862Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0966d989-7778-4fa4-abc3-a838bf14b910, URL: /sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar to file: /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:28.862Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:28.863Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:28.864Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:29.182Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13843004904413102278/Definitions/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml
2023-01-24T05:12:30.639Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T05:12:30.640Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-24T05:12:30.640Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.640Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-24T05:12:30.641Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.641Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.641Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.641Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.642Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.642Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7ec5b204-ab8b 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.642Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.642Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-24T05:12:30.643Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:12:30.643Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.644Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Node template pNF 7ec5b204-ab8b 0 is matching search criteria
2023-01-24T05:12:30.644Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-24T05:12:30.644Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 7ec5b204-ab8b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:12:30.646Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:12:30.646Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.647Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Node template pNF 7ec5b204-ab8b 0 is matching search criteria
2023-01-24T05:12:30.647Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-24T05:12:30.647Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 7ec5b204-ab8b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:12:30.648Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:12:30.648Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.648Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:12:30.649Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.649Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:12:30.649Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.649Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:12:30.650Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.650Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:12:30.650Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.650Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_3oW8UaoXJxoNPdXoncUk
Description:catalog service description
Model UUID:6d279e1d-28b3-4177-bf7e-72cadc226a62
Model Version:NULL
Model InvariantUuid:2aefbfc9-5148-4efd-b23e-30079f536888
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-24T05:12:30.659Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: d46dc923-334e-41fb-8fd7-5cdeee00d7cc
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-24T05:12:30.662Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||pNF 7ec5b204-ab8b 0
2023-01-24T05:12:30.663Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d46dc923-334e-41fb-8fd7-5cdeee00d7cc
2023-01-24T05:12:30.663Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 6d279e1d-28b3-4177-bf7e-72cadc226a62
2023-01-24T05:12:30.663Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6d279e1d-28b3-4177-bf7e-72cadc226a62
2023-01-24T05:12:30.663Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7ec5b204-ab8b 0 d46dc923-334e-41fb-8fd7-5cdeee00d7cc ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T05:12:30.673Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@747d2490, org.onap.sdc.toscaparser.api.parameters.Input@67f40f92, org.onap.sdc.toscaparser.api.parameters.Input@36c2e22d, org.onap.sdc.toscaparser.api.parameters.Input@7d85065a, org.onap.sdc.toscaparser.api.parameters.Input@6041e4de]
2023-01-24T05:12:30.673Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T05:12:30.674Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.674Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6d279e1d-28b3-4177-bf7e-72cadc226a62: pNF 7ec5b204-ab8b
2023-01-24T05:12:30.675Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||Processing PNF resource: d46dc923-334e-41fb-8fd7-5cdeee00d7cc
2023-01-24T05:12:30.675Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery