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)
2022-05-08T02:07:42.317Z||main|||||INFO|500||The following profiles are active: basic
2022-05-08T02:07:50.942Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-08T02:07:50.943Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-08T02:07:51.016Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-08T02:07:53.060Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-08T02:07:53.222Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-08T02:07:53.575Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-08T02:07:53.583Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-08T02:07:53.661Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-08T02:07:53.784Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-08T02:07:54.165Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-08T02:07:55.049Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-08T02:07:56.830Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-08T02:07:56.883Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-08T02:07:57.365Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-08T02:07:57.659Z||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.
2022-05-08T02:07:58.669Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-08T02:07:59.635Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-08T02:07:59.651Z||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$$7fa680a9.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)
2022-05-08T02:07:59.652Z||main|||||WARN|500||The sdc end point is not alive
2022-05-08T02:08:02.121Z||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
2022-05-08T02:08:04.447Z||main|||||WARN|500||---
2022-05-08T02:08:04.448Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-08T02:08:04.448Z||main|||||WARN|500||---
2022-05-08T02:08:04.885Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-08T02:08:08.830Z||main|||||INFO|500||Started Application in 30.498 seconds (JVM running for 31.57)
2022-05-08T02:08:08.842Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-08T02:08:08.843Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-08T02:08:08.852Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-08T02:08:08.873Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-08T02:08:08.944Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2636140f-ac5c-4cb0-a9b9-caae2e373507 url= /sdc/v1/artifactTypes
2022-05-08T02:08:08.944Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-08T02:08:09.190Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-08T02:08:09.211Z||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
2022-05-08T02:08:09.230Z||scheduling-1|||||DEBUG|500||create keys
2022-05-08T02:08:09.237Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-08T02:08:16.110Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:08:16.125Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4a81e3f8-3306-4453-94b4-f8a7f0e766ba url= /sdc/v1/registerForDistribution
2022-05-08T02:08:54.879Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4a81e3f8-3306-4453-94b4-f8a7f0e766ba url= /sdc/v1/registerForDistribution
2022-05-08T02:08:54.880Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-08T02:08:54.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:08:54.888Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:08:54.893Z||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.
2022-05-08T02:08:54.893Z||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.
2022-05-08T02:08:54.893Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:08:54.893Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:08:54.894Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-08T02:09:05.799Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:09:05.824Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:09:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:09:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:09:54.888Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:09:54.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:09:54.888Z||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.
2022-05-08T02:09:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:10:04.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:10:04.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:10:54.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:10:54.887Z||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.
2022-05-08T02:10:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:10:54.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:10:54.888Z||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.
2022-05-08T02:10:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:11:04.428Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:11:04.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:11:54.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:11:54.887Z||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.
2022-05-08T02:11:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:11:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:11:54.888Z||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.
2022-05-08T02:11:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:12:04.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:12:04.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:12:54.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:12:54.887Z||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.
2022-05-08T02:12:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:12:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:12:54.888Z||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.
2022-05-08T02:12:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:13:04.422Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:13:04.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:13:54.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:13:54.888Z||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.
2022-05-08T02:13:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:13:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:13:54.888Z||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.
2022-05-08T02:13:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:14:04.422Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:14:04.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:14:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:14:54.887Z||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.
2022-05-08T02:14:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:14:54.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:14:54.888Z||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.
2022-05-08T02:14:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:15:04.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:15:04.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:15:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:15:54.887Z||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.
2022-05-08T02:15:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:15:54.888Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:15:54.889Z||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.
2022-05-08T02:15:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:16:04.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:16:04.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:16:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:16:54.887Z||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.
2022-05-08T02:16:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:16:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:16:54.888Z||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.
2022-05-08T02:16:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:17:04.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:17:04.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:17:38.694Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-08T02:17:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:17:54.887Z||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.
2022-05-08T02:17:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:17:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:17:54.888Z||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.
2022-05-08T02:17:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:18:04.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:18:04.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:18:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:18:54.887Z||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.
2022-05-08T02:18:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:18:54.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:18:54.888Z||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.
2022-05-08T02:18:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:19:04.433Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:19:04.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:19:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:19:54.887Z||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.
2022-05-08T02:19:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:19:54.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:19:54.888Z||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.
2022-05-08T02:19:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:20:04.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:20:04.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:20:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:20:54.887Z||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.
2022-05-08T02:20:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:20:54.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:20:54.888Z||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.
2022-05-08T02:20:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:21:04.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:21:04.430Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:21:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:21:54.887Z||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.
2022-05-08T02:21:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:21:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:21:54.888Z||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.
2022-05-08T02:21:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:22:04.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:22:04.425Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:22:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:22:54.887Z||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.
2022-05-08T02:22:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:22:54.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:22:54.888Z||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.
2022-05-08T02:22:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:23:04.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:23:04.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:23:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:23:54.887Z||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.
2022-05-08T02:23:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:23:54.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:23:54.888Z||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.
2022-05-08T02:23:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:24:04.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:24:04.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:24:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:24:54.887Z||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.
2022-05-08T02:24:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:24:54.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:24:54.888Z||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.
2022-05-08T02:24:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:25:04.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:25:04.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:25:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:25:54.887Z||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.
2022-05-08T02:25:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:25:54.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:25:54.888Z||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.
2022-05-08T02:25:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:26:04.419Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:26:04.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:26:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:26:54.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:26:54.888Z||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.
2022-05-08T02:26:54.888Z||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.
2022-05-08T02:26:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:26:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:27:04.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:27:04.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:27:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:27:54.887Z||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.
2022-05-08T02:27:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:27:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:27:54.888Z||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.
2022-05-08T02:27:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:28:04.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:28:04.426Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:28:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:28:54.887Z||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.
2022-05-08T02:28:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:28:54.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:28:54.888Z||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.
2022-05-08T02:28:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:29:04.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:29:04.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:29:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:29:54.887Z||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.
2022-05-08T02:29:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:29:54.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:29:54.888Z||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.
2022-05-08T02:29:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:30:04.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:30:04.433Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:30:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:30:54.887Z||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.
2022-05-08T02:30:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:30:54.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:30:54.888Z||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.
2022-05-08T02:30:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:31:04.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:31:04.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:31:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:31:54.887Z||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.
2022-05-08T02:31:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:31:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:31:54.888Z||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.
2022-05-08T02:31:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:32:04.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:32:04.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:32:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:32:54.887Z||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.
2022-05-08T02:32:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:32:54.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:32:54.888Z||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.
2022-05-08T02:32:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:33:04.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:33:04.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:33:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:33:54.887Z||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.
2022-05-08T02:33:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:33:54.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:33:54.888Z||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.
2022-05-08T02:33:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:34:04.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:34:04.419Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:34:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:34:54.887Z||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.
2022-05-08T02:34:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:34:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:34:54.888Z||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.
2022-05-08T02:34:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:35:04.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:35:04.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:35:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:35:54.887Z||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.
2022-05-08T02:35:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:35:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:35:54.888Z||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.
2022-05-08T02:35:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:36:04.417Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:36:04.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:36:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:36:54.887Z||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.
2022-05-08T02:36:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:36:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:36:54.888Z||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.
2022-05-08T02:36:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:37:04.416Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:37:04.422Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:37:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:37:54.887Z||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.
2022-05-08T02:37:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:37:54.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:37:54.888Z||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.
2022-05-08T02:37:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:38:04.419Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:38:04.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:38:54.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:38:54.887Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:38:54.887Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:38:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:38:54.888Z||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.
2022-05-08T02:38:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:39:04.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:39:04.424Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:39:54.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:39:54.887Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:39:54.887Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:39:54.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:39:54.888Z||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.
2022-05-08T02:39:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:40:04.419Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:40:04.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:40:54.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:40:54.887Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:40:54.887Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:40:54.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:40:54.888Z||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.
2022-05-08T02:40:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:41:04.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:41:04.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:41:54.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:41:54.887Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:41:54.887Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:41:54.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:41:54.888Z||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.
2022-05-08T02:41:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:42:04.420Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:42:04.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:42:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:42:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:42:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:42:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:42:54.889Z||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.
2022-05-08T02:42:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:43:04.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:43:04.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:43:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:43:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:43:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:43:54.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:43:54.888Z||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.
2022-05-08T02:43:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:44:04.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:44:04.418Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:44:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:44:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:44:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:44:54.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:44:54.888Z||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.
2022-05-08T02:44:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:45:04.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:45:04.420Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:45:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:45:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:45:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:45:54.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:45:54.888Z||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.
2022-05-08T02:45:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:46:04.419Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:46:04.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:46:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:46:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:46:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:46:54.887Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:46:54.888Z||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.
2022-05-08T02:46:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:47:04.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:47:04.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:47:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:47:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:47:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:47:54.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:47:54.888Z||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.
2022-05-08T02:47:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:48:04.422Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:48:04.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:48:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:48:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:48:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:48:54.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:48:54.888Z||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.
2022-05-08T02:48:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:49:04.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:49:04.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:49:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:49:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:49:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:49:54.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:49:54.888Z||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.
2022-05-08T02:49:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:50:04.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:50:04.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:50:54.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:50:54.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:50:54.888Z||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.
2022-05-08T02:50:54.888Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:50:54.888Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:50:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:51:04.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:51:04.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:51:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:51:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:51:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:51:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:51:54.888Z||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.
2022-05-08T02:51:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:52:04.417Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:52:04.417Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:52:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:52:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:52:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:52:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:52:54.888Z||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.
2022-05-08T02:52:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:53:04.420Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:53:04.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:53:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:53:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:53:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:53:54.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:53:54.888Z||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.
2022-05-08T02:53:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:54:04.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:54:04.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:54:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:54:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:54:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:54:54.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:54:54.888Z||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.
2022-05-08T02:54:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:55:04.419Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:55:04.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:55:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:55:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:55:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:55:54.887Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:55:54.888Z||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.
2022-05-08T02:55:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:56:04.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:56:04.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:56:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:56:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:56:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:56:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:56:54.888Z||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.
2022-05-08T02:56:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:57:04.417Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:57:04.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:57:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:57:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:57:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:57:54.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:57:54.888Z||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.
2022-05-08T02:57:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:58:04.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:58:04.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:58:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:58:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:58:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:58:54.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:58:54.888Z||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.
2022-05-08T02:58:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:59:04.417Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:59:04.419Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T02:59:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:59:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T02:59:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T02:59:54.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:59:54.888Z||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.
2022-05-08T02:59:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:00:04.417Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:00:04.420Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:00:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:00:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T03:00:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:00:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:00:54.888Z||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.
2022-05-08T03:00:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:01:04.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:01:04.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:01:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:01:54.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T03:01:54.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:01:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:01:54.888Z||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.
2022-05-08T03:01:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:02:04.417Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:02:04.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:02:54.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:02:54.887Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T03:02:54.887Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:02:54.887Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:02:54.888Z||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.
2022-05-08T03:02:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:03:04.419Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:03:04.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:03:54.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:03:54.887Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T03:03:54.887Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:03:54.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:03:54.888Z||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.
2022-05-08T03:03:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:03:55.141Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:03:55.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "cds",
"timestamp": 1651979009759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979010070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "clamp",
"timestamp": 1651979015914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979017759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "cds",
"timestamp": 1651979009759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979010070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
"status": "NOTIFIED"
}
2022-05-08T03:03:55.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "clamp",
"timestamp": 1651979015914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
"status": "NOTIFIED"
}
2022-05-08T03:03:55.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "policy-id",
"timestamp": 1651979017633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "policy-id",
"timestamp": 1651979017633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979017759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "cds",
"timestamp": 1651979009759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979010070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "clamp",
"timestamp": 1651979015914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "policy-id",
"timestamp": 1651979017633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-08T03:03:55.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979017759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "cds",
"timestamp": 1651979009759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "clamp",
"timestamp": 1651979015914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979010070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "policy-id",
"timestamp": 1651979017633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979017759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "cds",
"timestamp": 1651979009759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "clamp",
"timestamp": 1651979015914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979010070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-08T03:03:55.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "policy-id",
"timestamp": 1651979017633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979017759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "cds",
"timestamp": 1651979009759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "clamp",
"timestamp": 1651979015914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979010070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "policy-id",
"timestamp": 1651979017633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979017759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "cds",
"timestamp": 1651979009759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:03:55.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "clamp",
"timestamp": 1651979015914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:03:55.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979010070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:03:55.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "policy-id",
"timestamp": 1651979017633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:03:55.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979017759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:03:55.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979025416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:03:55.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "cds",
"timestamp": 1651979025431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:03:55.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979025765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:03:55.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "policy-id",
"timestamp": 1651979025863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:03:55.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "ves-openapi-manager",
"timestamp": 1651979025552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "cds",
"timestamp": 1651979026446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-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 (?, ?, ?, ?, ?)
2022-05-08T03:03:55.298Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8284d2af-44d5-490b-9f12-6818e70a0267
2022-05-08T03:03:55.312Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284d2af-44d5-490b-9f12-6818e70a0267 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 (?, ?, ?, ?, ?)
2022-05-08T03:03:55.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979026658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "policy-id",
"timestamp": 1651979026873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "ves-openapi-manager",
"timestamp": 1651979025552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "policy-id",
"timestamp": 1651979027879,
"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=?
2022-05-08T03:03:55.341Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8284d2af-44d5-490b-9f12-6818e70a0267
2022-05-08T03:03:55.341Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284d2af-44d5-490b-9f12-6818e70a0267 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 (?, ?, ?, ?, ?)
2022-05-08T03:03:55.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979028039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:03:55.349Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "ves-openapi-manager",
"timestamp": 1651979025552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979029171,
"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=?
2022-05-08T03:03:55.354Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8284d2af-44d5-490b-9f12-6818e70a0267
2022-05-08T03:03:55.354Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284d2af-44d5-490b-9f12-6818e70a0267 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "ves-openapi-manager",
"timestamp": 1651979025552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979029617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "aai-ml",
"timestamp": 1651979029351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979030175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "ves-openapi-manager",
"timestamp": 1651979025552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979030623,
"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=?
2022-05-08T03:03:55.366Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8284d2af-44d5-490b-9f12-6818e70a0267
2022-05-08T03:03:55.366Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284d2af-44d5-490b-9f12-6818e70a0267 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 (?, ?, ?, ?, ?)
2022-05-08T03:03:55.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "aai-ml",
"timestamp": 1651979029351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "ves-openapi-manager",
"timestamp": 1651979025552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "aai-ml",
"timestamp": 1651979029351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "ves-openapi-manager",
"timestamp": 1651979025552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "aai-ml",
"timestamp": 1651979029351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "aai-ml",
"timestamp": 1651979029351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T03:03:55.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:03:55.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8284d2af-44d5-490b-9f12-6818e70a0267","serviceName":"basic_onboard_bdFcVu","serviceVersion":"1.0","serviceUUID":"27d44dde-4ce2-40ef-8f20-c0248e11e961","serviceDescription":"service","serviceInvariantUUID":"f117b72b-366f-4799-b05b-803cba6eccdd","resources":[{"resourceInstanceName":"basic_onboard_bdFcVu 0","resourceName":"basic_onboard_bdFcVu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dc942c28-0a74-4b47-a396-e969ccb1c449","resourceInvariantUUID":"84f104e2-7f7f-4022-8d95-b4aae27aadef","resourceCustomizationUUID":"ab6b39ba-3292-4f22-8670-e3d850f79e3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml","artifactChecksum":"MGZkZWQ2YmUzNmQ3YTBiMGMyMDEwYzg0YmRiZmJhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"11a4ac5b-25d0-4b38-ace2-8c6b55d67cd6","artifactVersion":"1"},{"artifactName":"basic_onboard_bdfcvu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json","artifactChecksum":"NWY2MWY0OWFkZTJlY2UzNDFmN2E5N2U3YTBkZDhlMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4aee8ff9-5f88-40f0-b750-bce32c6d3d36","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"84a69e10-419d-4d01-926e-e6f36814deac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7816821f-ec69-4632-a7e9-2bfd863e75d0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"112cfc3c-61be-4763-98bb-6f72a753180d","artifactVersion":"2","generatedFromUUID":"84a69e10-419d-4d01-926e-e6f36814deac"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBdfcvu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml","artifactChecksum":"Yzg4MDM2MTdjZWIzN2QzNGFlMWYyZDUwYmE2YzkyNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f26bd4df-4d0f-4d7d-a508-fbb696586943","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBdfcvu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar","artifactChecksum":"YzIzZTg4MjVlMGY1ZGIzNjVhNzI1YjQwODVkNWJlZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3fd6dd73-08c7-4b10-82ef-98079cfd44a6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T03:03:55.510Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:03:55.514Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:03:55.520Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:03:55.520Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979034886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.620Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-08T03:03:55.623Z||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.
2022-05-08T03:03:55.623Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:03:55.633Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:03:55.634Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:03:56.525Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:03:56.525Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:03:56.526Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:03:56.527Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979034886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
"status": "NOTIFIED"
}
2022-05-08T03:03:56.627Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:03:56.628Z||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.
2022-05-08T03:03:56.628Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:03:56.637Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:03:56.638Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:03:57.527Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:03:57.530Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:03:57.532Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:03:57.532Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979034886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-08T03:03:57.632Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:03:57.633Z||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.
2022-05-08T03:03:57.633Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:03:57.643Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:03:57.643Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:03:58.533Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:03:58.533Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:03:58.535Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:03:58.535Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979034886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:03:58.635Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:03:58.636Z||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.
2022-05-08T03:03:58.636Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:03:58.645Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:03:58.646Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:03:59.535Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:03:59.536Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:03:59.537Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:03:59.537Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979034886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-08T03:03:59.638Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:03:59.638Z||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.
2022-05-08T03:03:59.638Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:03:59.648Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:03:59.648Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:00.538Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:04:00.539Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:00.541Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:00.541Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979034886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:04:00.641Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:04:00.642Z||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.
2022-05-08T03:04:00.642Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:00.649Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:04:00.649Z||pool-8-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:01.541Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:04:01.542Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:01.543Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:01.544Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979034886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:04:01.644Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:04:01.644Z||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.
2022-05-08T03:04:01.645Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:01.653Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:04:01.654Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:02.545Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"serviceName": "basic_onboard_bdFcVu",
"serviceVersion": "1.0",
"serviceUUID": "27d44dde-4ce2-40ef-8f20-c0248e11e961",
"serviceDescription": "service",
"serviceInvariantUUID": "f117b72b-366f-4799-b05b-803cba6eccdd",
"resources": [
{
"resourceInstanceName": "basic_onboard_bdFcVu 0",
"resourceCustomizationUUID": "ab6b39ba-3292-4f22-8670-e3d850f79e3e",
"resourceName": "basic_onboard_bdFcVu",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dc942c28-0a74-4b47-a396-e969ccb1c449",
"resourceInvariantUUID": "84f104e2-7f7f-4022-8d95-b4aae27aadef",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_bdfcvu0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
"artifactChecksum": "NWY2MWY0OWFkZTJlY2UzNDFmN2E5N2U3YTBkZDhlMmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4aee8ff9-5f88-40f0-b750-bce32c6d3d36",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "84a69e10-419d-4d01-926e-e6f36814deac",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "112cfc3c-61be-4763-98bb-6f72a753180d",
"generatedFromUUID": "84a69e10-419d-4d01-926e-e6f36814deac"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "112cfc3c-61be-4763-98bb-6f72a753180d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardBdfcvu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"artifactChecksum": "YzIzZTg4MjVlMGY1ZGIzNjVhNzI1YjQwODVkNWJlZmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3fd6dd73-08c7-4b10-82ef-98079cfd44a6"
}
],
"workloadContext": "Production"
}
2022-05-08T03:04:02.546Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T03:04:02.546Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27d44dde-4ce2-40ef-8f20-c0248e11e961 ASDC
2022-05-08T03:04:02.664Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8284d2af-44d5-490b-9f12-6818e70a0267
ServiceName:basic_onboard_bdFcVu
ServiceVersion:1.0
ServiceUUID:27d44dde-4ce2-40ef-8f20-c0248e11e961
ServiceInvariantUUID:f117b72b-366f-4799-b05b-803cba6eccdd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBdfcvu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar
ArtifactUUID:3fd6dd73-08c7-4b10-82ef-98079cfd44a6
ArtifactChecksum:YzIzZTg4MjVlMGY1ZGIzNjVhNzI1YjQwODVkNWJlZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_bdFcVu 0
ResourceCustomizationUUID:ab6b39ba-3292-4f22-8670-e3d850f79e3e
ResourceInvariantUUID:84f104e2-7f7f-4022-8d95-b4aae27aadef
ResourceName:basic_onboard_bdFcVu
ResourceType:VF
ResourceUUID:dc942c28-0a74-4b47-a396-e969ccb1c449
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bdfcvu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json
ArtifactUUID:4aee8ff9-5f88-40f0-b750-bce32c6d3d36
ArtifactChecksum:NWY2MWY0OWFkZTJlY2UzNDFmN2E5N2U3YTBkZDhlMmE=
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/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:84a69e10-419d-4d01-926e-e6f36814deac
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/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env
ArtifactUUID:112cfc3c-61be-4763-98bb-6f72a753180d
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/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env
ArtifactUUID:112cfc3c-61be-4763-98bb-6f72a753180d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-08T03:04:02.665Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27d44dde-4ce2-40ef-8f20-c0248e11e961 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=?
2022-05-08T03:04:02.724Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:04:02.724Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:04:02.725Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:04:02.725Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3fd6dd73-08c7-4b10-82ef-98079cfd44a6 from URL: /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:02.725Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:04:02.726Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:03.163Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:04:03.176Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar 3fd6dd73-08c7-4b10-82ef-98079cfd44a6 71577
2022-05-08T03:04:03.177Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar ASDC sendASDCNotification
2022-05-08T03:04:03.177Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:03.178Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:04:03.179Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:03.180Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:03.180Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979043176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:04:03.280Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:04:03.281Z||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.
2022-05-08T03:04:03.281Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:03.290Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:04:03.290Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:04.181Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:04:04.182Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:04:04.183Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3fd6dd73-08c7-4b10-82ef-98079cfd44a6, URL: /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar to file: /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:04.183Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:04.234Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:04.234Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:04.719Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13611820087305918537/Definitions/service-BasicOnboardBdfcvu-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-08T03:04:06.318Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T03:04:06.322Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:04:06.322Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.322Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-08T03:04:06.322Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.322Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||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-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.322Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.322Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||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-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.323Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.323Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.323Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||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-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.323Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bdFcVu 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.323Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||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-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.323Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:04:06.328Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:06.329Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:06.332Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:06.332Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:04:06.333Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:04:06.334Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:06.335Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:06.335Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:06.335Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:04:06.335Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:04:06.335Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:06.335Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:06.338Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:06.338Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is not matching search criteria
2022-05-08T03:04:06.338Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-08T03:04:06.338Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-08T03:04:06.338Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-08T03:04:06.339Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-08T03:04:06.339Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-08T03:04:06.339Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:06.339Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:04:06.340Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:06.340Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:06.340Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:04:06.340Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:06.340Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:06.340Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:04:06.340Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:06.341Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:06.341Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:04:06.341Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:06.341Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is not matching search criteria
2022-05-08T03:04:06.341Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-08T03:04:06.341Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-08T03:04:06.341Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=720e0629-5964-4716-9fc6-4ea7f3cf9714
2022-05-08T03:04:06.341Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:06.342Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:06.342Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:06.342Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:06.342Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:06.342Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:06.342Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:06.342Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:06.342Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_bdFcVu
Description:service
Model UUID:27d44dde-4ce2-40ef-8f20-c0248e11e961
Model Version:NULL
Model InvariantUuid:f117b72b-366f-4799-b05b-803cba6eccdd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_bdFcVu
Model UUID:a18cc8e9-89e6-4365-8ad2-af24dec095f6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:84f104e2-7f7f-4022-8d95-b4aae27aadef
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ab6b39ba-3292-4f22-8670-e3d850f79e3e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a40b843d-ffb2-41f4-b7ee-7f6d261104d1
ModelName:BasicOnboardBdfcvu..base_ubuntu18..module-0
ModelUuid:d435f51e-9f12-4c57-8abe-272146ea6b5f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:720e0629-5964-4716-9fc6-4ea7f3cf9714
ModelInvariantUuid:24f66853-ba68-48aa-b53b-286e4a69fa2a
ModelName:basic_onboard_bdFcVu-nodes.ubuntu18Cvfc
ModelUuid:cc8db927-d104-4f7e-a859-f93a40defe38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d0cbfbc9-42ed-4e0f-b9d9-e18ace593b95
ModelInvariantUuid:a32525db-e127-4af5-b7df-2cbac81b6ba7
ModelName:BasicOnboardBdfcvu.compute.nodes.heat.ubuntu18
ModelUuid:7b6bf68a-9348-4c87-90ca-03fea64487f0
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=?
2022-05-08T03:04:06.359Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: dc942c28-0a74-4b47-a396-e969ccb1c449
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=?
2022-05-08T03:04:06.430Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||basic_onboard_bdFcVu 0
2022-05-08T03:04:06.447Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dc942c28-0a74-4b47-a396-e969ccb1c449
2022-05-08T03:04:06.447Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4aee8ff9-5f88-40f0-b750-bce32c6d3d36 from URL: /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json
2022-05-08T03:04:06.447Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:04:06.448Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json
2022-05-08T03:04:06.752Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:04:06.752Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json 4aee8ff9-5f88-40f0-b750-bce32c6d3d36 798
2022-05-08T03:04:06.752Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json ASDC sendASDCNotification
2022-05-08T03:04:06.752Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json
2022-05-08T03:04:06.752Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:04:06.753Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:06.755Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:06.755Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979046752,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:04:06.855Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:04:06.856Z||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.
2022-05-08T03:04:06.856Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:06.864Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:04:06.864Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:07.756Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBdfcvu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a40b843d-ffb2-41f4-b7ee-7f6d261104d1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d435f51e-9f12-4c57-8abe-272146ea6b5f",
"vfModuleModelCustomizationUUID": "b73a9060-00c9-4a25-8b05-6fe942118a60",
"isBase": true,
"artifacts": [
"84a69e10-419d-4d01-926e-e6f36814deac",
"112cfc3c-61be-4763-98bb-6f72a753180d"
],
"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": ""
}
}
]
2022-05-08T03:04:07.767Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBdfcvu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d435f51e-9f12-4c57-8abe-272146ea6b5f
VfModuleModelInvariantUUID:a40b843d-ffb2-41f4-b7ee-7f6d261104d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
84a69e10-419d-4d01-926e-e6f36814deac
,
112cfc3c-61be-4763-98bb-6f72a753180d
}
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
}
2022-05-08T03:04:07.769Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBdfcvu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a40b843d-ffb2-41f4-b7ee-7f6d261104d1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d435f51e-9f12-4c57-8abe-272146ea6b5f",
"vfModuleModelCustomizationUUID": "b73a9060-00c9-4a25-8b05-6fe942118a60",
"isBase": true,
"artifacts": [
"84a69e10-419d-4d01-926e-e6f36814deac",
"112cfc3c-61be-4763-98bb-6f72a753180d"
],
"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": ""
}
}
]
2022-05-08T03:04:07.769Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBdfcvu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d435f51e-9f12-4c57-8abe-272146ea6b5f
VfModuleModelInvariantUUID:a40b843d-ffb2-41f4-b7ee-7f6d261104d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
84a69e10-419d-4d01-926e-e6f36814deac
,
112cfc3c-61be-4763-98bb-6f72a753180d
}
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
}
2022-05-08T03:04:07.769Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 84a69e10-419d-4d01-926e-e6f36814deac from URL: /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml
2022-05-08T03:04:07.769Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:04:07.769Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml
2022-05-08T03:04:07.963Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:04:07.963Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml 84a69e10-419d-4d01-926e-e6f36814deac 5033
2022-05-08T03:04:07.963Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-08T03:04:07.963Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml
2022-05-08T03:04:07.963Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:04:07.963Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:07.965Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:07.965Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979047963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:04:08.065Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:04:08.066Z||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.
2022-05-08T03:04:08.066Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:08.079Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:04:08.081Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:08.966Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 112cfc3c-61be-4763-98bb-6f72a753180d from URL: /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env
2022-05-08T03:04:08.968Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:04:08.968Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env
2022-05-08T03:04:09.455Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:04:09.455Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env 112cfc3c-61be-4763-98bb-6f72a753180d 909
2022-05-08T03:04:09.456Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-08T03:04:09.456Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env
2022-05-08T03:04:09.456Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:04:09.456Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:09.458Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:09.458Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979049456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:04:09.558Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:04:09.559Z||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.
2022-05-08T03:04:09.559Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:09.567Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:04:09.567Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:10.458Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 27d44dde-4ce2-40ef-8f20-c0248e11e961
2022-05-08T03:04:10.459Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bdFcVu 0 dc942c28-0a74-4b47-a396-e969ccb1c449 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=?
2022-05-08T03:04:10.486Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d9e8719, org.onap.sdc.toscaparser.api.parameters.Input@4bd95017, org.onap.sdc.toscaparser.api.parameters.Input@1fb9f0cd, org.onap.sdc.toscaparser.api.parameters.Input@28a2d594, org.onap.sdc.toscaparser.api.parameters.Input@61cd39d6]
2022-05-08T03:04:10.489Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:10.489Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:10.489Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-05-08T03:04:10.489Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ab6b39ba-3292-4f22-8670-e3d850f79e3e
2022-05-08T03:04:10.489Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab6b39ba-3292-4f22-8670-e3d850f79e3e matches Tosca VF Customization UUID: ab6b39ba-3292-4f22-8670-e3d850f79e3e
2022-05-08T03:04:10.490Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ab6b39ba-3292-4f22-8670-e3d850f79e3e 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=?
2022-05-08T03:04:10.494Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:10.494Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:10.495Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ab6b39ba-3292-4f22-8670-e3d850f79e3e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-08T03:04:10.495Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f1483f5
2022-05-08T03:04:10.495Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:10.495Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:04:10.496Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b73a9060-00c9-4a25-8b05-6fe942118a60
2022-05-08T03:04:10.497Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b73a9060-00c9-4a25-8b05-6fe942118a60
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=?
2022-05-08T03:04:10.502Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:10.502Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:10.502Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:04:10.503Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:10.503Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:10.503Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:04:10.503Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:10.503Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is not matching search criteria
2022-05-08T03:04:10.503Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-08T03:04:10.504Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-08T03:04:10.504Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=720e0629-5964-4716-9fc6-4ea7f3cf9714
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=?
2022-05-08T03:04:10.511Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:10.511Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:10.512Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:04:10.512Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:10.512Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:10.512Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0] matching following query criteria: sdcType=VF, customizationUUID=ab6b39ba-3292-4f22-8670-e3d850f79e3e
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=?
2022-05-08T03:04:10.513Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:10.514Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:10.514Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 27d44dde-4ce2-40ef-8f20-c0248e11e961: basic_onboard_bdFcVu
2022-05-08T03:04:10.514Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:10.514Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:10.514Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:10.514Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:10.514Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:10.515Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:10.515Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:10.515Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:10.515Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:04:10.515Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:10.515Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_bdFcVu
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 (?, ?, ?, ?, ?)
2022-05-08T03:04:10.673Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_bdFcVu dc942c28-0a74-4b47-a396-e969ccb1c449 1 ASDC deployResourceStructure
2022-05-08T03:04:10.673Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json ASDC sendASDCNotification
2022-05-08T03:04:10.673Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json
2022-05-08T03:04:10.674Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:04:10.674Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:10.675Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:10.675Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979050673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-08T03:04:10.775Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:04:10.776Z||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.
2022-05-08T03:04:10.776Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:10.785Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:04:10.785Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:11.676Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-08T03:04:11.676Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml
2022-05-08T03:04:11.676Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:04:11.677Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:11.678Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:11.678Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979051676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-08T03:04:11.778Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:04:11.779Z||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.
2022-05-08T03:04:11.779Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:11.788Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:04:11.788Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:12.679Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-08T03:04:12.679Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env
2022-05-08T03:04:12.679Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:04:12.680Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:12.681Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:12.681Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979052679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-08T03:04:12.782Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T03:04:12.782Z||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.
2022-05-08T03:04:12.782Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:12.792Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:04:12.792Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:13.682Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar ASDC sendASDCNotification
2022-05-08T03:04:13.682Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:13.683Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:04:13.683Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:13.684Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:13.684Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979053682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:04:13.785Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T03:04:13.785Z||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.
2022-05-08T03:04:13.785Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:13.796Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:04:13.796Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:14.685Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
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=?
2022-05-08T03:04:14.701Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
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=?
2022-05-08T03:04:14.704Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:04:14.704Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:04:14.704Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:04:44.704Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
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=?
2022-05-08T03:04:44.717Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
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=?
2022-05-08T03:04:44.721Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:04:44.722Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:04:44.722Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:04:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:04:54.888Z||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.
2022-05-08T03:04:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:54.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:04:54.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:04:54.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "aai-ml",
"timestamp": 1651979029351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:04:54.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:05:14.722Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
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=?
2022-05-08T03:05:14.732Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
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=?
2022-05-08T03:05:14.735Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:05:14.735Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:05:14.735Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:05:44.735Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
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=?
2022-05-08T03:05:44.745Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
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=?
2022-05-08T03:05:44.748Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:05:44.748Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:05:44.748Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:05:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:05:54.888Z||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.
2022-05-08T03:05:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:05:54.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:05:54.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:05:54.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "clamp",
"timestamp": 1651979035281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:05:54.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:14.748Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
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=?
2022-05-08T03:06:14.760Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
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=?
2022-05-08T03:06:14.762Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:06:14.762Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:06:14.763Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:06:44.763Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
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=?
2022-05-08T03:06:44.773Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
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=?
2022-05-08T03:06:44.775Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:06:44.775Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:06:44.775Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:06:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:06:54.888Z||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.
2022-05-08T03:06:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:06:54.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:06:54.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979034886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "aai-ml",
"timestamp": 1651979029351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:06:54.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "clamp",
"timestamp": 1651979036354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:06:54.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979034886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
"status": "NOTIFIED"
}
2022-05-08T03:06:54.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "aai-ml",
"timestamp": 1651979037139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:06:54.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "clamp",
"timestamp": 1651979037358,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T03:06:54.915Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8284d2af-44d5-490b-9f12-6818e70a0267
2022-05-08T03:06:54.915Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284d2af-44d5-490b-9f12-6818e70a0267 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-08T03:06:54.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979034886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-08T03:06:54.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979034886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979034886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979034886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979034886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979043176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979046752,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:06:54.924Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979047963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:06:54.924Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "aai-ml",
"timestamp": 1651979048061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:06:54.924Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "aai-ml",
"timestamp": 1651979049067,
"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=?
2022-05-08T03:06:54.928Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8284d2af-44d5-490b-9f12-6818e70a0267
2022-05-08T03:06:54.928Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284d2af-44d5-490b-9f12-6818e70a0267 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 (?, ?, ?, ?, ?)
2022-05-08T03:06:54.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979049456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:06:54.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979050673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979051676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979052679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979053682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979077759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "clamp",
"timestamp": 1651979075914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "policy-id",
"timestamp": 1651979077633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979077759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "clamp",
"timestamp": 1651979075914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
"status": "NOTIFIED"
}
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "policy-id",
"timestamp": 1651979077633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979077759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "clamp",
"timestamp": 1651979075914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "policy-id",
"timestamp": 1651979077633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979077759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "clamp",
"timestamp": 1651979075914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "policy-id",
"timestamp": 1651979077633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "cds",
"timestamp": 1651979084759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979077759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "clamp",
"timestamp": 1651979075914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "policy-id",
"timestamp": 1651979077633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "ves-openapi-manager",
"timestamp": 1651979085553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "cds",
"timestamp": 1651979084759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979077759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "clamp",
"timestamp": 1651979075914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "policy-id",
"timestamp": 1651979077633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "ves-openapi-manager",
"timestamp": 1651979085553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "cds",
"timestamp": 1651979084759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979077759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "clamp",
"timestamp": 1651979075914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "policy-id",
"timestamp": 1651979077633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "ves-openapi-manager",
"timestamp": 1651979085553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "cds",
"timestamp": 1651979084759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "policy-id",
"timestamp": 1651979088855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979088952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "ves-openapi-manager",
"timestamp": 1651979085553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "cds",
"timestamp": 1651979084759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "policy-id",
"timestamp": 1651979089858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "aai-ml",
"timestamp": 1651979089351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "ves-openapi-manager",
"timestamp": 1651979085553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "cds",
"timestamp": 1651979084759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979090070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "policy-id",
"timestamp": 1651979090861,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-08T03:06:54.950Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
2022-05-08T03:06:54.951Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 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 (?, ?, ?, ?, ?)
2022-05-08T03:06:54.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "aai-ml",
"timestamp": 1651979089351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "ves-openapi-manager",
"timestamp": 1651979085553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "cds",
"timestamp": 1651979084759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979090070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
"status": "NOTIFIED"
}
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979091965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "aai-ml",
"timestamp": 1651979089351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "ves-openapi-manager",
"timestamp": 1651979085553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "cds",
"timestamp": 1651979092489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979090070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979092968,
"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=?
2022-05-08T03:06:54.963Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
2022-05-08T03:06:54.963Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 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 (?, ?, ?, ?, ?)
2022-05-08T03:06:54.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "aai-ml",
"timestamp": 1651979089351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "cds",
"timestamp": 1651979093493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-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=?
2022-05-08T03:06:54.973Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
2022-05-08T03:06:54.973Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 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 (?, ?, ?, ?, ?)
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979090070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "aai-ml",
"timestamp": 1651979089351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979090070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:07:14.776Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
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=?
2022-05-08T03:07:14.784Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
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=?
2022-05-08T03:07:14.786Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:07:14.786Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-08T03:07:14.786Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-08T03:07:14.787Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-08T03:07:14.787Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:07:14.787Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:07:14.787Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:07:14.787Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:07:14.787Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:07:14.787Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:07:14.787Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||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=?
2022-05-08T03:07:14.791Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-08T03:07:44.791Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267 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=?
2022-05-08T03:07:44.799Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8284d2af-44d5-490b-9f12-6818e70a0267 and serviceModelVersionId: 27d44dde-4ce2-40ef-8f20-c0248e11e961
2022-05-08T03:07:44.800Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f117b72b-366f-4799-b05b-803cba6eccdd
2022-05-08T03:07:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:07:54.888Z||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.
2022-05-08T03:07:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:07:55.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:07:55.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "aai-ml",
"timestamp": 1651979089351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "clamp",
"timestamp": 1651979095695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979090070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "aai-ml",
"timestamp": 1651979089351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979090070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "aai-ml",
"timestamp": 1651979097077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "clamp",
"timestamp": 1651979097292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979097786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "clamp",
"timestamp": 1651979098295,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T03:07:55.414Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
2022-05-08T03:07:55.414Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-08T03:07:55.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979098863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:07:55.422Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:07:55.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979099924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:07:55.422Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:07:55.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979101150,
"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=?
2022-05-08T03:07:55.426Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
2022-05-08T03:07:55.426Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-08T03:07:55.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979102156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
"status": "DEPLOY_OK"
}
2022-05-08T03:07:55.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:07:55.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "aai-ml",
"timestamp": 1651979106553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:07:55.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:07:55.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "aai-ml",
"timestamp": 1651979107557,
"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=?
2022-05-08T03:07:55.439Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
2022-05-08T03:07:55.439Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 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 (?, ?, ?, ?, ?)
2022-05-08T03:07:56.065Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?depth=0
2022-05-08T03:07:56.158Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-08T03:07:56.573Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?depth=0|INFO|500||Invoke
2022-05-08T03:07:56.604Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8284d2af-44d5-490b-9f12-6818e70a0267], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ae2a7959-fb5e-48de-aa81-9b6adc936968], X-ECOMP-RequestID=[8284d2af-44d5-490b-9f12-6818e70a0267], X-TransactionId=[], X-ONAP-RequestID=[8284d2af-44d5-490b-9f12-6818e70a0267], Content-Type=[application/merge-patch+json]}
2022-05-08T03:07:56.729Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-08T03:07:56.880Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?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/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220508-03:07:56:736-67740], vertex-id=[250056], Content-Length=[0], Date=[Sun, 08 May 2022 03:07:56 GMT], Content-Type=[application/json]}
2022-05-08T03:07:56.882Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-08T03:07:56.882Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?depth=0|INFO|500||InvokeReturn
2022-05-08T03:07:56.885Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-08T03:07:56.885Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||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=?
2022-05-08T03:07:56.890Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||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)
2022-05-08T03:07:56.891Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8284d2af-44d5-490b-9f12-6818e70a0267 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-08T03:07:56.892Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-08T03:07:56.892Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:07:56.894Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:07:56.894Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979276891,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:07:56.994Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:07:56.995Z||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.
2022-05-08T03:07:56.995Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:07:57.005Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:07:57.005Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-08T03:07:57.907Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:07:57.907Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T03:07:57.907Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:02.309Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:02.310Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-08T03:08:02.310Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20","serviceName":"vFW 2022-05-08 03-02-50","serviceVersion":"1.0","serviceUUID":"ea208e49-e8f9-4575-8035-bca75cae61c8","serviceDescription":"catalog service description","serviceInvariantUUID":"13080bad-6861-4405-93d2-1fce23ed36cb","resources":[{"resourceInstanceName":"vFW eb7ae986-f997 0","resourceName":"vFW eb7ae986-f997","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"63b1bb36-4f6c-45e9-85bf-7f332980309d","resourceInvariantUUID":"fe131594-aa3d-4a87-b589-1acb8afc25f0","resourceCustomizationUUID":"58a22ea6-768c-4983-b05c-2398d3d07573","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml","artifactChecksum":"MDExMDM0MzZlOWNjNDgwNGJiMzBmOTg0MmNlYzY2OWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49225b74-4b94-4e79-a110-846111015651","artifactVersion":"1"},{"artifactName":"vfweb7ae986f9970_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json","artifactChecksum":"M2VjMDkyNWQ0MmIyOTgwOWUwMzMwOTYyM2MwNjI5MDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3386be96-18b1-471b-ad6f-2c3ed6501a9d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f66446ec-5d7c-4681-8e58-929586c481d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml","artifactChecksum":"ODZmY2E5ZDE5OTYxNDgxZWVhN2YwNjI2OTdjM2YzM2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f85b34b5-f95a-44fd-810e-9a35aec3f5f6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"120eeb78-bfe2-48d0-969e-e820f937ecd2","artifactVersion":"2","generatedFromUUID":"f66446ec-5d7c-4681-8e58-929586c481d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220508030250-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml","artifactChecksum":"OTg2ODkwNDNmZTgzYjdjNTMyNGUxM2FhZWFjNmJlODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e21e56eb-e319-44a8-95f7-7331502f39c6","artifactVersion":"1"},{"artifactName":"service-Vfw20220508030250-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar","artifactChecksum":"NWMwMDBmM2EwNGZhOTllZjdiMzI2ZTY1ZGRjNTRjYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75dc01e0-f877-40f7-ae73-4ae7aae8ff3e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T03:08:02.312Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:08:02.313Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:02.314Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:02.315Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979277907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:08:02.415Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:02.415Z||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.
2022-05-08T03:08:02.416Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:02.424Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:02.424Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:03.315Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:08:03.316Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:03.317Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:03.317Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979277907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
"status": "NOTIFIED"
}
2022-05-08T03:08:03.417Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-08T03:08:03.418Z||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.
2022-05-08T03:08:03.418Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:03.427Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:03.428Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:04.318Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:08:04.319Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:04.320Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:04.320Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979277907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-08T03:08:04.420Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:04.421Z||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.
2022-05-08T03:08:04.421Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:04.433Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:04.433Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:05.321Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:08:05.321Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:05.323Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:05.323Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979277907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:08:05.424Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T03:08:05.424Z||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.
2022-05-08T03:08:05.424Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:05.434Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:05.435Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:06.324Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:08:06.324Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:06.325Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:06.326Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979277907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-08T03:08:06.426Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:06.426Z||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.
2022-05-08T03:08:06.427Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:06.437Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:06.437Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:07.326Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:08:07.327Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:07.328Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:07.328Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979277907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:08:07.429Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:07.429Z||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.
2022-05-08T03:08:07.429Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:07.453Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:07.454Z||pool-24-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:08.329Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:08:08.330Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:08.331Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:08.331Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979277907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:08:08.431Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:08.432Z||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.
2022-05-08T03:08:08.432Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:08.441Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:08.442Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:09.333Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"serviceName": "vFW 2022-05-08 03-02-50",
"serviceVersion": "1.0",
"serviceUUID": "ea208e49-e8f9-4575-8035-bca75cae61c8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "13080bad-6861-4405-93d2-1fce23ed36cb",
"resources": [
{
"resourceInstanceName": "vFW eb7ae986-f997 0",
"resourceCustomizationUUID": "58a22ea6-768c-4983-b05c-2398d3d07573",
"resourceName": "vFW eb7ae986-f997",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "63b1bb36-4f6c-45e9-85bf-7f332980309d",
"resourceInvariantUUID": "fe131594-aa3d-4a87-b589-1acb8afc25f0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfweb7ae986f9970_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
"artifactChecksum": "M2VjMDkyNWQ0MmIyOTgwOWUwMzMwOTYyM2MwNjI5MDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3386be96-18b1-471b-ad6f-2c3ed6501a9d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f66446ec-5d7c-4681-8e58-929586c481d1",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "120eeb78-bfe2-48d0-969e-e820f937ecd2",
"generatedFromUUID": "f66446ec-5d7c-4681-8e58-929586c481d1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "120eeb78-bfe2-48d0-969e-e820f937ecd2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220508030250-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"artifactChecksum": "NWMwMDBmM2EwNGZhOTllZjdiMzI2ZTY1ZGRjNTRjYWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "75dc01e0-f877-40f7-ae73-4ae7aae8ff3e"
}
],
"workloadContext": "Production"
}
2022-05-08T03:08:09.333Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T03:08:09.333Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ea208e49-e8f9-4575-8035-bca75cae61c8 ASDC
2022-05-08T03:08:09.333Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
ServiceName:vFW 2022-05-08 03-02-50
ServiceVersion:1.0
ServiceUUID:ea208e49-e8f9-4575-8035-bca75cae61c8
ServiceInvariantUUID:13080bad-6861-4405-93d2-1fce23ed36cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220508030250-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar
ArtifactUUID:75dc01e0-f877-40f7-ae73-4ae7aae8ff3e
ArtifactChecksum:NWMwMDBmM2EwNGZhOTllZjdiMzI2ZTY1ZGRjNTRjYWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW eb7ae986-f997 0
ResourceCustomizationUUID:58a22ea6-768c-4983-b05c-2398d3d07573
ResourceInvariantUUID:fe131594-aa3d-4a87-b589-1acb8afc25f0
ResourceName:vFW eb7ae986-f997
ResourceType:VF
ResourceUUID:63b1bb36-4f6c-45e9-85bf-7f332980309d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfweb7ae986f9970_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json
ArtifactUUID:3386be96-18b1-471b-ad6f-2c3ed6501a9d
ArtifactChecksum:M2VjMDkyNWQ0MmIyOTgwOWUwMzMwOTYyM2MwNjI5MDY=
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/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml
ArtifactUUID:f66446ec-5d7c-4681-8e58-929586c481d1
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/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env
ArtifactUUID:120eeb78-bfe2-48d0-969e-e820f937ecd2
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/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env
ArtifactUUID:120eeb78-bfe2-48d0-969e-e820f937ecd2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-08T03:08:09.333Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea208e49-e8f9-4575-8035-bca75cae61c8 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=?
2022-05-08T03:08:09.361Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:08:09.362Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:08:09.362Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:08:09.362Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 75dc01e0-f877-40f7-ae73-4ae7aae8ff3e from URL: /sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:09.363Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:08:09.363Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:10.049Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:08:10.054Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar 75dc01e0-f877-40f7-ae73-4ae7aae8ff3e 99023
2022-05-08T03:08:10.054Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar ASDC sendASDCNotification
2022-05-08T03:08:10.054Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:10.054Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:08:10.054Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:10.056Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:10.056Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979290054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:08:10.156Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:10.157Z||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.
2022-05-08T03:08:10.157Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:10.165Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:10.165Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:08:11.056Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:08:11.057Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:08:11.057Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 75dc01e0-f877-40f7-ae73-4ae7aae8ff3e, URL: /sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar to file: /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:11.058Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220508030250-csar.csar
2022-05-08T03:08:11.058Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:11.058Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:11.197Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4574337684861053794/Definitions/service-Vfw20220508030250-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-08T03:08:13.129Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||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-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||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-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||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-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eb7ae986-f997 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||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-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:13.132Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:13.132Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:08:13.132Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:08:13.132Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:13.132Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:13.132Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:13.132Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:08:13.132Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:08:13.133Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:13.133Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:13.133Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:13.133Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is not matching search criteria
2022-05-08T03:08:13.133Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T03:08:13.133Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:08:13.136Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:13.136Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:13.136Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:08:13.136Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:13.136Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:13.136Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:08:13.136Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is not matching search criteria
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-08T03:08:13.138Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.138Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-08T03:08:13.138Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.138Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d469d198-f59b-4b14-b6be-1c463d596369
2022-05-08T03:08:13.138Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:13.141Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is not matching search criteria
2022-05-08T03:08:13.141Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7536c104-87c1-4549-b507-fe8ab45279aa
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a344568e-4dda-4de7-b040-a25fbd69965b
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-08 03-02-50
Description:catalog service description
Model UUID:ea208e49-e8f9-4575-8035-bca75cae61c8
Model Version:NULL
Model InvariantUuid:13080bad-6861-4405-93d2-1fce23ed36cb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW eb7ae986-f997
Model UUID:38bf1f83-63ec-48a6-a804-11edd668019a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fe131594-aa3d-4a87-b589-1acb8afc25f0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:58a22ea6-768c-4983-b05c-2398d3d07573
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2b86e3fe-d0a1-40a8-8337-b62017659274
ModelName:VfwEb7ae986F997..base_vfw..module-0
ModelUuid:a4696565-2a6c-44f0-93a8-57d0a6eaa6ef
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d469d198-f59b-4b14-b6be-1c463d596369
ModelInvariantUuid:ee59144b-798d-4527-9356-f49f017b5c0e
ModelName:vFW eb7ae986-f997-nodes.vfwCvfc
ModelUuid:1ac4255d-d30d-4bc7-99a2-30f208dbdf9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:01c7880c-054d-446f-98e0-d02bdcfb3427
ModelInvariantUuid:5fccfc33-0c14-4dfa-8bd4-700623f4684b
ModelName:VfwEb7ae986F997.compute.nodes.heat.vfw
ModelUuid:9aac1ec4-c114-4322-b935-c3707dc5a295
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7536c104-87c1-4549-b507-fe8ab45279aa
ModelInvariantUuid:e1bbbfc2-19c1-44a7-a084-49f291b0e0bd
ModelName:vFW eb7ae986-f997-nodes.vsnCvfc
ModelUuid:2e71c590-a2eb-4ecf-9a43-0f22858401f3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f65a19e3-d245-46d1-a734-244da82e33b6
ModelInvariantUuid:ee48e8a8-96df-4cae-95c7-a8919a7704dc
ModelName:VfwEb7ae986F997.compute.nodes.heat.vsn
ModelUuid:34d130c3-0ee9-467d-be18-808dab72c1b3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a344568e-4dda-4de7-b040-a25fbd69965b
ModelInvariantUuid:9d2afe93-dd0d-46be-baec-28c087b752e1
ModelName:vFW eb7ae986-f997-nodes.vpgCvfc
ModelUuid:181b88a2-75c4-491e-949d-364d78a18921
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e5276087-da08-4689-a46e-eb4a595daa27
ModelInvariantUuid:bffaeafe-c285-4b3b-a530-b39e04f2ba0f
ModelName:VfwEb7ae986F997.compute.nodes.heat.vpg
ModelUuid:361f5db5-5239-4cf8-a465-2d1f8fadafdc
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=?
2022-05-08T03:08:13.151Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 63b1bb36-4f6c-45e9-85bf-7f332980309d
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=?
2022-05-08T03:08:13.153Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||vFW eb7ae986-f997 0
2022-05-08T03:08:13.153Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 63b1bb36-4f6c-45e9-85bf-7f332980309d
2022-05-08T03:08:13.153Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3386be96-18b1-471b-ad6f-2c3ed6501a9d from URL: /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json
2022-05-08T03:08:13.153Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:08:13.153Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json
2022-05-08T03:08:13.538Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:08:13.539Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json 3386be96-18b1-471b-ad6f-2c3ed6501a9d 785
2022-05-08T03:08:13.539Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json ASDC sendASDCNotification
2022-05-08T03:08:13.539Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json
2022-05-08T03:08:13.539Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:08:13.539Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:13.541Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:13.541Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979293539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:08:13.641Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:13.642Z||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.
2022-05-08T03:08:13.642Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:13.652Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:13.653Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:14.541Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEb7ae986F997..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2b86e3fe-d0a1-40a8-8337-b62017659274",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a4696565-2a6c-44f0-93a8-57d0a6eaa6ef",
"vfModuleModelCustomizationUUID": "be28b2a9-47d7-4d58-a10c-9b5bc323ef09",
"isBase": true,
"artifacts": [
"f66446ec-5d7c-4681-8e58-929586c481d1",
"120eeb78-bfe2-48d0-969e-e820f937ecd2"
],
"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": ""
}
}
]
2022-05-08T03:08:14.548Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEb7ae986F997..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4696565-2a6c-44f0-93a8-57d0a6eaa6ef
VfModuleModelInvariantUUID:2b86e3fe-d0a1-40a8-8337-b62017659274
VfModuleModelDescription:NULL
Artifacts UUID List:{
f66446ec-5d7c-4681-8e58-929586c481d1
,
120eeb78-bfe2-48d0-969e-e820f937ecd2
}
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
}
2022-05-08T03:08:14.549Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEb7ae986F997..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2b86e3fe-d0a1-40a8-8337-b62017659274",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a4696565-2a6c-44f0-93a8-57d0a6eaa6ef",
"vfModuleModelCustomizationUUID": "be28b2a9-47d7-4d58-a10c-9b5bc323ef09",
"isBase": true,
"artifacts": [
"f66446ec-5d7c-4681-8e58-929586c481d1",
"120eeb78-bfe2-48d0-969e-e820f937ecd2"
],
"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": ""
}
}
]
2022-05-08T03:08:14.549Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEb7ae986F997..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4696565-2a6c-44f0-93a8-57d0a6eaa6ef
VfModuleModelInvariantUUID:2b86e3fe-d0a1-40a8-8337-b62017659274
VfModuleModelDescription:NULL
Artifacts UUID List:{
f66446ec-5d7c-4681-8e58-929586c481d1
,
120eeb78-bfe2-48d0-969e-e820f937ecd2
}
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
}
2022-05-08T03:08:14.549Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f66446ec-5d7c-4681-8e58-929586c481d1 from URL: /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml
2022-05-08T03:08:14.549Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:08:14.549Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml
2022-05-08T03:08:15.048Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:08:15.049Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml f66446ec-5d7c-4681-8e58-929586c481d1 20368
2022-05-08T03:08:15.049Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-08T03:08:15.049Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml
2022-05-08T03:08:15.050Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:08:15.050Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:15.051Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:15.051Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979295049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:08:15.152Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:15.152Z||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.
2022-05-08T03:08:15.152Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:15.160Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:15.160Z||pool-28-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:16.053Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 120eeb78-bfe2-48d0-969e-e820f937ecd2 from URL: /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env
2022-05-08T03:08:16.054Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:08:16.054Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env
2022-05-08T03:08:16.315Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:08:16.315Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env 120eeb78-bfe2-48d0-969e-e820f937ecd2 2098
2022-05-08T03:08:16.315Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-08T03:08:16.316Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env
2022-05-08T03:08:16.316Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:08:16.316Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:16.317Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:16.317Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979296315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:08:16.417Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:16.418Z||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.
2022-05-08T03:08:16.418Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:16.427Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:16.428Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:08:17.318Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ea208e49-e8f9-4575-8035-bca75cae61c8
2022-05-08T03:08:17.318Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eb7ae986-f997 0 63b1bb36-4f6c-45e9-85bf-7f332980309d 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=?
2022-05-08T03:08:17.333Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f661db4, org.onap.sdc.toscaparser.api.parameters.Input@42d4cef2, org.onap.sdc.toscaparser.api.parameters.Input@5f771642, org.onap.sdc.toscaparser.api.parameters.Input@ebfc3ac, org.onap.sdc.toscaparser.api.parameters.Input@516be472]
2022-05-08T03:08:17.334Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.334Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:17.334Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-05-08T03:08:17.335Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 58a22ea6-768c-4983-b05c-2398d3d07573
2022-05-08T03:08:17.335Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 58a22ea6-768c-4983-b05c-2398d3d07573 matches Tosca VF Customization UUID: 58a22ea6-768c-4983-b05c-2398d3d07573
2022-05-08T03:08:17.335Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 58a22ea6-768c-4983-b05c-2398d3d07573 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=?
2022-05-08T03:08:17.336Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.336Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:17.337Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 58a22ea6-768c-4983-b05c-2398d3d07573: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-08T03:08:17.337Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22dccd4c
2022-05-08T03:08:17.337Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.337Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:08:17.338Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : be28b2a9-47d7-4d58-a10c-9b5bc323ef09
2022-05-08T03:08:17.338Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID be28b2a9-47d7-4d58-a10c-9b5bc323ef09
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=?
2022-05-08T03:08:17.339Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.339Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:17.339Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:08:17.340Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.340Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:17.340Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:08:17.340Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.340Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is not matching search criteria
2022-05-08T03:08:17.340Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T03:08:17.340Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T03:08:17.340Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d469d198-f59b-4b14-b6be-1c463d596369
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=?
2022-05-08T03:08:17.343Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.343Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:17.343Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:08:17.343Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.343Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is not matching search criteria
2022-05-08T03:08:17.343Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T03:08:17.343Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:17.345Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7536c104-87c1-4549-b507-fe8ab45279aa
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=?
2022-05-08T03:08:17.346Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.346Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:17.346Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:08:17.348Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is not matching search criteria
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-08T03:08:17.350Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-08T03:08:17.350Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:17.350Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:17.350Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-08T03:08:17.350Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a344568e-4dda-4de7-b040-a25fbd69965b
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=?
2022-05-08T03:08:17.351Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.351Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:17.352Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:08:17.352Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.352Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:17.352Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=58a22ea6-768c-4983-b05c-2398d3d07573
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=?
2022-05-08T03:08:17.353Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.353Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:17.353Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ea208e49-e8f9-4575-8035-bca75cae61c8: vFW eb7ae986-f997
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:17.355Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-05-08 03-02-50
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 (?, ?, ?, ?, ?)
2022-05-08T03:08:17.485Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW eb7ae986-f997 63b1bb36-4f6c-45e9-85bf-7f332980309d 1 ASDC deployResourceStructure
2022-05-08T03:08:17.485Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json ASDC sendASDCNotification
2022-05-08T03:08:17.485Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json
2022-05-08T03:08:17.486Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:08:17.486Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:17.487Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:17.487Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979297485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
"status": "DEPLOY_OK"
}
2022-05-08T03:08:17.587Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:17.588Z||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.
2022-05-08T03:08:17.588Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:17.598Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:17.599Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:18.488Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-08T03:08:18.488Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml
2022-05-08T03:08:18.488Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:08:18.488Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:18.490Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:18.490Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979298488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-08T03:08:18.590Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:18.591Z||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.
2022-05-08T03:08:18.591Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:18.600Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:18.600Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:19.491Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-08T03:08:19.491Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env
2022-05-08T03:08:19.491Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:08:19.491Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:19.493Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:19.493Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979299491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-08T03:08:19.593Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:19.594Z||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.
2022-05-08T03:08:19.594Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:19.604Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:19.604Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:20.494Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar ASDC sendASDCNotification
2022-05-08T03:08:20.494Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:20.495Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:08:20.495Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:20.497Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:20.497Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979300494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:08:20.597Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:20.598Z||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.
2022-05-08T03:08:20.598Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:20.607Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:20.607Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:21.498Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
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=?
2022-05-08T03:08:21.506Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
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=?
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||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=?
2022-05-08T03:08:21.513Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-08T03:08:51.513Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 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=?
2022-05-08T03:08:51.520Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 and serviceModelVersionId: ea208e49-e8f9-4575-8035-bca75cae61c8
2022-05-08T03:08:51.520Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13080bad-6861-4405-93d2-1fce23ed36cb
2022-05-08T03:08:51.521Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13080bad-6861-4405-93d2-1fce23ed36cb/model-vers/model-ver/ea208e49-e8f9-4575-8035-bca75cae61c8?depth=0
2022-05-08T03:08:51.525Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-08T03:08:51.561Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13080bad-6861-4405-93d2-1fce23ed36cb/model-vers/model-ver/ea208e49-e8f9-4575-8035-bca75cae61c8?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]}
2022-05-08T03:08:51.561Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13080bad-6861-4405-93d2-1fce23ed36cb/model-vers/model-ver/ea208e49-e8f9-4575-8035-bca75cae61c8?depth=0|INFO|500||Invoke
2022-05-08T03:08:51.581Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13080bad-6861-4405-93d2-1fce23ed36cb/model-vers/model-ver/ea208e49-e8f9-4575-8035-bca75cae61c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-08T03:08:51.675Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13080bad-6861-4405-93d2-1fce23ed36cb/model-vers/model-ver/ea208e49-e8f9-4575-8035-bca75cae61c8?depth=0|INFO|500||InvokeReturn
2022-05-08T03:08:51.676Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13080bad-6861-4405-93d2-1fce23ed36cb/model-vers/model-ver/ea208e49-e8f9-4575-8035-bca75cae61c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220508-03:08:51:588-11404], vertex-id=[221368], Content-Length=[0], Date=[Sun, 08 May 2022 03:08:51 GMT], Content-Type=[application/json]}
2022-05-08T03:08:51.676Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-08T03:08:51.676Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-08T03:08:51.676Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||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=?
2022-05-08T03:08:51.681Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||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)
2022-05-08T03:08:51.682Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-08T03:08:51.682Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-08T03:08:51.682Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:51.684Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:51.684Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979331682,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:08:51.784Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:51.784Z||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.
2022-05-08T03:08:51.785Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:51.799Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:51.799Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-08T03:08:52.696Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:08:52.697Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T03:08:52.697Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:08:54.888Z||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.
2022-05-08T03:08:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:55.506Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:08:55.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979276891,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:08:55.508Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979277907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:08:55.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:08:55.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979277907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
"status": "NOTIFIED"
}
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979277907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979277907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979277907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979277907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979277907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979290054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979293539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979295049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979296315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979297485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
"status": "DEPLOY_OK"
}
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979298488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979299491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979300494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979331682,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:09:02.223Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:09:02.223Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:09:02.224Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T03:09:02.224Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:09:11.752Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:09:11.752Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:09:11.752Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T03:09:11.752Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:09:21.280Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:09:21.280Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:09:21.281Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T03:09:21.281Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:09:30.810Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:09:54.886Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:09:54.886Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T03:09:54.887Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:09:54.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:09:54.888Z||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.
2022-05-08T03:09:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:10:04.415Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:10:04.514Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:10:54.886Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:10:54.887Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T03:10:54.887Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:10:54.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:10:54.888Z||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.
2022-05-08T03:10:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:11:04.419Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:11:04.419Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:11:54.886Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:11:54.887Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T03:11:54.887Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:11:54.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:11:54.888Z||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.
2022-05-08T03:11:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:12:04.416Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:12:04.419Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:12:54.886Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:12:54.887Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T03:12:54.887Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:12:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:12:54.888Z||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.
2022-05-08T03:12:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:13:03.190Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:13:03.191Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-08T03:13:03.191Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0f7af159-d3e1-4565-a6df-5aacd557b8c8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"82b7ed03-2e3d-4125-8f5d-9ab8883814ae","serviceDescription":"service","serviceInvariantUUID":"2959031f-cc2d-4239-8e48-34d0a5e80d29","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ad0d2c6f-cbf9-48b0-8ae8-4e6c65206d88","resourceInvariantUUID":"d27d0d78-3044-4ec7-a47e-224e17feffdb","resourceCustomizationUUID":"f84e3725-d396-481b-b3c9-4560a911c665","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":"OGZhZTExZjFiMWZlY2Q2YjQ1YTc4ZTFkYTFlYzhlZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2fa98f50-90b2-4368-b8bb-2691461d29da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTA3MDA1ZTI0ZjRlMzZjYjcxOTdjODdmNGU0NzBjOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2d667bd-8548-4787-bdc8-3d5e9bfb1a39","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T03:13:03.193Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:13:03.193Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:13:03.195Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:13:03.195Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979574886,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:13:03.296Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T03:13:03.297Z||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.
2022-05-08T03:13:03.297Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:13:03.312Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:13:03.312Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:13:03.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:13:03.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:13:03.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979574886,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:13:03.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:13:03.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:13:03.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "cds",
"timestamp": 1651979579759,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:13:03.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:13:04.195Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:13:04.196Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:13:04.198Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:13:04.198Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979574886,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:13:04.298Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:13:04.299Z||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.
2022-05-08T03:13:04.299Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:13:04.310Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:13:04.311Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:13:05.199Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "82b7ed03-2e3d-4125-8f5d-9ab8883814ae",
"serviceDescription": "service",
"serviceInvariantUUID": "2959031f-cc2d-4239-8e48-34d0a5e80d29",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f84e3725-d396-481b-b3c9-4560a911c665",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "ad0d2c6f-cbf9-48b0-8ae8-4e6c65206d88",
"resourceInvariantUUID": "d27d0d78-3044-4ec7-a47e-224e17feffdb",
"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": "OTA3MDA1ZTI0ZjRlMzZjYjcxOTdjODdmNGU0NzBjOGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f2d667bd-8548-4787-bdc8-3d5e9bfb1a39"
}
],
"workloadContext": "Production"
}
2022-05-08T03:13:05.199Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T03:13:05.199Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 82b7ed03-2e3d-4125-8f5d-9ab8883814ae ASDC
2022-05-08T03:13:05.199Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0f7af159-d3e1-4565-a6df-5aacd557b8c8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:82b7ed03-2e3d-4125-8f5d-9ab8883814ae
ServiceInvariantUUID:2959031f-cc2d-4239-8e48-34d0a5e80d29
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:f2d667bd-8548-4787-bdc8-3d5e9bfb1a39
ArtifactChecksum:OTA3MDA1ZTI0ZjRlMzZjYjcxOTdjODdmNGU0NzBjOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f84e3725-d396-481b-b3c9-4560a911c665
ResourceInvariantUUID:d27d0d78-3044-4ec7-a47e-224e17feffdb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ad0d2c6f-cbf9-48b0-8ae8-4e6c65206d88
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-05-08T03:13:05.199Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82b7ed03-2e3d-4125-8f5d-9ab8883814ae 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 (?, ?, ?, ?, ?)
2022-05-08T03:13:05.225Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:13:05.225Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:13:05.225Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:13:05.225Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f2d667bd-8548-4787-bdc8-3d5e9bfb1a39 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-08T03:13:05.225Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:13:05.226Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-08T03:13:05.772Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:13:05.774Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f2d667bd-8548-4787-bdc8-3d5e9bfb1a39 52515
2022-05-08T03:13:05.774Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-08T03:13:05.774Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-08T03:13:05.774Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:13:05.774Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:13:05.775Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:13:05.776Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979585774,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:13:05.876Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:13:05.876Z||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.
2022-05-08T03:13:05.877Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:13:05.886Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:13:05.886Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:13:06.776Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:13:06.777Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:13:06.777Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f2d667bd-8548-4787-bdc8-3d5e9bfb1a39, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T03:13:06.777Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-08T03:13:06.778Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T03:13:06.778Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T03:13:06.870Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1699923947978401815/Definitions/service-BasicNetwork-template.yml
2022-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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
2022-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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
2022-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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
2022-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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
2022-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:13:07.244Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.244Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:82b7ed03-2e3d-4125-8f5d-9ab8883814ae
Model Version:NULL
Model InvariantUuid:2959031f-cc2d-4239-8e48-34d0a5e80d29
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d27d0d78-3044-4ec7-a47e-224e17feffdb
Model UUID:0f678636-8388-4c51-a3b9-86a6cb495085
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f84e3725-d396-481b-b3c9-4560a911c665
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=?
2022-05-08T03:13:07.251Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: ad0d2c6f-cbf9-48b0-8ae8-4e6c65206d88
2022-05-08T03:13:07.251Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||No resources found for Service: 82b7ed03-2e3d-4125-8f5d-9ab8883814ae
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=?
2022-05-08T03:13:07.254Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||
2022-05-08T03:13:07.254Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-05-08T03:13:07.255Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 82b7ed03-2e3d-4125-8f5d-9ab8883814ae
2022-05-08T03:13:07.255Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 82b7ed03-2e3d-4125-8f5d-9ab8883814ae
2022-05-08T03:13:07.255Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-05-08T03:13:07.255Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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=?
2022-05-08T03:13:07.258Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f18e17d, org.onap.sdc.toscaparser.api.parameters.Input@22bc1b20, org.onap.sdc.toscaparser.api.parameters.Input@6d28df4e, org.onap.sdc.toscaparser.api.parameters.Input@506a0ac7, org.onap.sdc.toscaparser.api.parameters.Input@28010abe]
2022-05-08T03:13:07.259Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:13:07.260Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.260Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:13:07.260Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.260Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 82b7ed03-2e3d-4125-8f5d-9ab8883814ae: Generic NeutronNet
2022-05-08T03:13:07.260Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:13:07.260Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.260Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:13:07.261Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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=?
2022-05-08T03:13:07.279Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:13:07.279Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.279Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:13:07.279Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.279Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:13:07.279Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.279Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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 (?, ?)
2022-05-08T03:13:07.326Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-05-08T03:13:07.326Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-08T03:13:07.326Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-08T03:13:07.327Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:13:07.327Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:13:07.328Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:13:07.328Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979587326,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:13:07.428Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:13:07.429Z||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.
2022-05-08T03:13:07.429Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:13:07.442Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:13:07.442Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:13:08.329Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
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=?
2022-05-08T03:13:08.338Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
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=?
2022-05-08T03:13:08.340Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:13:08.340Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:13:08.340Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:13:38.341Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
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=?
2022-05-08T03:13:38.354Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
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=?
2022-05-08T03:13:38.355Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:13:38.356Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:13:38.356Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:13:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:13:54.889Z||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.
2022-05-08T03:13:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:13:54.907Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:13:54.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:13:54.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "policy-id",
"timestamp": 1651979577633,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:13:54.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:14:08.356Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
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=?
2022-05-08T03:14:08.368Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
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=?
2022-05-08T03:14:08.373Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:14:08.373Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:14:08.373Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:14:38.374Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
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=?
2022-05-08T03:14:38.384Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
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=?
2022-05-08T03:14:38.386Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:14:38.386Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:14:38.386Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:14:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:14:54.888Z||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.
2022-05-08T03:14:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:14:54.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:14:54.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979574886,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:14:54.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:14:54.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "cds",
"timestamp": 1651979579759,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "policy-id",
"timestamp": 1651979577633,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979585774,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "cds",
"timestamp": 1651979585776,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "policy-id",
"timestamp": 1651979585877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1651979585552,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "clamp",
"timestamp": 1651979585914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "cds",
"timestamp": 1651979586780,
"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=?
2022-05-08T03:14:54.919Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0f7af159-d3e1-4565-a6df-5aacd557b8c8
2022-05-08T03:14:54.920Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f7af159-d3e1-4565-a6df-5aacd557b8c8 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 (?, ?, ?, ?, ?)
2022-05-08T03:14:54.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "policy-id",
"timestamp": 1651979586880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:14:54.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1651979585552,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:14:54.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:14:54.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979587326,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:14:54.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "clamp",
"timestamp": 1651979585914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:14:54.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:14:54.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "policy-id",
"timestamp": 1651979587883,
"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=?
2022-05-08T03:14:54.934Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f7af159-d3e1-4565-a6df-5aacd557b8c8
2022-05-08T03:14:54.935Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f7af159-d3e1-4565-a6df-5aacd557b8c8 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 (?, ?, ?, ?, ?)
2022-05-08T03:14:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979587759,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:14:54.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:14:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979587759,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:14:54.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:14:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979590913,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979590070,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651979590070,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979592334,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651979593338,
"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=?
2022-05-08T03:14:54.947Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0f7af159-d3e1-4565-a6df-5aacd557b8c8
2022-05-08T03:14:54.948Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f7af159-d3e1-4565-a6df-5aacd557b8c8 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 (?, ?, ?, ?, ?)
2022-05-08T03:14:54.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "clamp",
"timestamp": 1651979594364,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:14:54.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "clamp",
"timestamp": 1651979595379,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:14:54.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "clamp",
"timestamp": 1651979596381,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T03:14:54.959Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0f7af159-d3e1-4565-a6df-5aacd557b8c8
2022-05-08T03:14:54.959Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f7af159-d3e1-4565-a6df-5aacd557b8c8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-08T03:14:54.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "aai-ml",
"timestamp": 1651979599351,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "aai-ml",
"timestamp": 1651979599351,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "aai-ml",
"timestamp": 1651979602255,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "aai-ml",
"timestamp": 1651979605083,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "aai-ml",
"timestamp": 1651979606088,
"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=?
2022-05-08T03:14:54.971Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0f7af159-d3e1-4565-a6df-5aacd557b8c8
2022-05-08T03:14:54.971Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f7af159-d3e1-4565-a6df-5aacd557b8c8 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 (?, ?, ?, ?, ?)
2022-05-08T03:15:08.386Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
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=?
2022-05-08T03:15:08.398Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
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=?
2022-05-08T03:15:08.400Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:15:08.400Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-08T03:15:08.400Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-08T03:15:08.400Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-08T03:15:08.400Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:15:08.401Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:15:08.401Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:15:08.401Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:15:08.401Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:15:08.401Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T03:15:08.401Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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=?
2022-05-08T03:15:08.405Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-08T03:15:38.405Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8 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=?
2022-05-08T03:15:38.411Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8 and serviceModelVersionId: 82b7ed03-2e3d-4125-8f5d-9ab8883814ae
2022-05-08T03:15:38.411Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2959031f-cc2d-4239-8e48-34d0a5e80d29
2022-05-08T03:15:38.412Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2959031f-cc2d-4239-8e48-34d0a5e80d29/model-vers/model-ver/82b7ed03-2e3d-4125-8f5d-9ab8883814ae?depth=0
2022-05-08T03:15:38.417Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-08T03:15:38.452Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2959031f-cc2d-4239-8e48-34d0a5e80d29/model-vers/model-ver/82b7ed03-2e3d-4125-8f5d-9ab8883814ae?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]}
2022-05-08T03:15:38.453Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2959031f-cc2d-4239-8e48-34d0a5e80d29/model-vers/model-ver/82b7ed03-2e3d-4125-8f5d-9ab8883814ae?depth=0|INFO|500||Invoke
2022-05-08T03:15:38.471Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2959031f-cc2d-4239-8e48-34d0a5e80d29/model-vers/model-ver/82b7ed03-2e3d-4125-8f5d-9ab8883814ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-08T03:15:38.684Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2959031f-cc2d-4239-8e48-34d0a5e80d29/model-vers/model-ver/82b7ed03-2e3d-4125-8f5d-9ab8883814ae?depth=0|INFO|500||InvokeReturn
2022-05-08T03:15:38.684Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2959031f-cc2d-4239-8e48-34d0a5e80d29/model-vers/model-ver/82b7ed03-2e3d-4125-8f5d-9ab8883814ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-03:15:38:478-84025], vertex-id=[196848], Content-Length=[0], Date=[Sun, 08 May 2022 03:15:38 GMT], Content-Type=[application/json]}
2022-05-08T03:15:38.684Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-08T03:15:38.685Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-08T03:15:38.685Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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=?
2022-05-08T03:15:38.689Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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)
2022-05-08T03:15:38.689Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0f7af159-d3e1-4565-a6df-5aacd557b8c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-08T03:15:38.689Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-08T03:15:38.689Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:38.691Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:38.691Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979738689,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:15:38.791Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:38.792Z||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.
2022-05-08T03:15:38.792Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:38.805Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:15:38.805Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-08T03:15:39.704Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:15:39.705Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T03:15:39.705Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:44.556Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:15:44.557Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-08T03:15:44.557Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6096e5c7-9a8f-4584-a57f-4b5f3924e526","serviceName":"Demo_pNF_H4ovXlRh7EcvHYmmyXli","serviceVersion":"1.0","serviceUUID":"0c649059-aa98-455a-a957-c09ea560c13c","serviceDescription":"catalog service description","serviceInvariantUUID":"a156cd22-8d3d-4d20-aa61-29a72047c821","resources":[{"resourceInstanceName":"pNF 9c8de91d-5feb 0","resourceName":"pNF 9c8de91d-5feb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2d0ed067-e774-437c-a2d2-1eda15ed730a","resourceInvariantUUID":"19eac397-0ebc-47a4-9ad8-f05327fb72e1","resourceCustomizationUUID":"e52b752c-9872-4bf0-b343-dfd7f2e330f1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vf-license-model.xml","artifactChecksum":"MzMyZTRkYzJhMWI3ZDNiY2UzMzFjNjFjZGYzY2Q0YmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e41899d-9139-4cd9-bba9-e67d87e89853","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/pNF.csar","artifactChecksum":"YWQ0NjE0ODYxMWFlY2MyYjcwMzM4MmI0YjEyODFmMzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ac99a91e-32d2-45dd-b75f-42bfcf46882e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"910c51b4-0317-4f20-9ed3-d80cc3c1afbf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vendor-license-model.xml","artifactChecksum":"NjA3ZjlhNzdjNzI4NGI0YzFjNTU2NjQ1YjVhNWQ1Y2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8ad25257-291d-45fa-96cd-eb9a3965f5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"554cf730-04d4-4350-ba90-f1c511c86a1a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e62644d9-2794-43c3-a808-8d55ee68bcc6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfH4ovxlrh7ecvhymmyxli-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-template.yml","artifactChecksum":"NmY3NGNhMTZmZmY1MTBlYTIxYzdhNzUzOTEzOTQyYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6525c5-6645-4e1d-84d7-b833658afb96","artifactVersion":"1"},{"artifactName":"service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar","artifactChecksum":"NzRlNTJkMTVhMjlkOTY3Mjk5NWQyZmUxM2RmZTcyNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"289b7759-7c22-4c4a-9ce8-b734242a2499","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T03:15:44.558Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:15:44.559Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:44.560Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:44.560Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979739704,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:15:44.660Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:44.661Z||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.
2022-05-08T03:15:44.661Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:44.670Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:15:44.670Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:45.561Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:15:45.561Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:45.563Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:45.563Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979739704,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:15:45.663Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:45.664Z||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.
2022-05-08T03:15:45.664Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:45.673Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:15:45.673Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:46.563Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:15:46.564Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:46.566Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:46.566Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979739704,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:15:46.666Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:46.667Z||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.
2022-05-08T03:15:46.667Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:46.675Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:15:46.676Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:47.566Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:15:47.567Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:47.569Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:47.569Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979739704,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:15:47.669Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:47.669Z||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.
2022-05-08T03:15:47.669Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:47.678Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:15:47.679Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:48.569Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:15:48.570Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:48.571Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:48.571Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979739704,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:15:48.671Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:48.672Z||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.
2022-05-08T03:15:48.672Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:48.681Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:15:48.681Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:49.572Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:15:49.572Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:49.574Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:49.574Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979739704,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:15:49.674Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:49.675Z||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.
2022-05-08T03:15:49.675Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:49.685Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:15:49.685Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:50.575Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:15:50.575Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:50.576Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:50.577Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979739704,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T03:15:50.677Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:50.677Z||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.
2022-05-08T03:15:50.677Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:50.686Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:15:50.686Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:51.577Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:15:51.578Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:51.579Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:51.579Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979739704,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T03:15:51.679Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:51.680Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-08T03:15:51.680Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:51.689Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:15:51.689Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:15:52.580Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
"serviceName": "Demo_pNF_H4ovXlRh7EcvHYmmyXli",
"serviceVersion": "1.0",
"serviceUUID": "0c649059-aa98-455a-a957-c09ea560c13c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a156cd22-8d3d-4d20-aa61-29a72047c821",
"resources": [
{
"resourceInstanceName": "pNF 9c8de91d-5feb 0",
"resourceCustomizationUUID": "e52b752c-9872-4bf0-b343-dfd7f2e330f1",
"resourceName": "pNF 9c8de91d-5feb",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "2d0ed067-e774-437c-a2d2-1eda15ed730a",
"resourceInvariantUUID": "19eac397-0ebc-47a4-9ad8-f05327fb72e1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
"artifactChecksum": "NzRlNTJkMTVhMjlkOTY3Mjk5NWQyZmUxM2RmZTcyNzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "289b7759-7c22-4c4a-9ce8-b734242a2499"
}
],
"workloadContext": "Production"
}
2022-05-08T03:15:52.580Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T03:15:52.580Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c649059-aa98-455a-a957-c09ea560c13c ASDC
2022-05-08T03:15:52.581Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6096e5c7-9a8f-4584-a57f-4b5f3924e526
ServiceName:Demo_pNF_H4ovXlRh7EcvHYmmyXli
ServiceVersion:1.0
ServiceUUID:0c649059-aa98-455a-a957-c09ea560c13c
ServiceInvariantUUID:a156cd22-8d3d-4d20-aa61-29a72047c821
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
ArtifactUUID:289b7759-7c22-4c4a-9ce8-b734242a2499
ArtifactChecksum:NzRlNTJkMTVhMjlkOTY3Mjk5NWQyZmUxM2RmZTcyNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9c8de91d-5feb 0
ResourceCustomizationUUID:e52b752c-9872-4bf0-b343-dfd7f2e330f1
ResourceInvariantUUID:19eac397-0ebc-47a4-9ad8-f05327fb72e1
ResourceName:pNF 9c8de91d-5feb
ResourceType:PNF
ResourceUUID:2d0ed067-e774-437c-a2d2-1eda15ed730a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-05-08T03:15:52.581Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c649059-aa98-455a-a957-c09ea560c13c 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 (?, ?, ?, ?, ?)
2022-05-08T03:15:52.605Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:15:52.605Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:15:52.605Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:15:52.605Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 289b7759-7c22-4c4a-9ce8-b734242a2499 from URL: /sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:52.605Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:15:52.605Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:52.668Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:15:52.672Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar 289b7759-7c22-4c4a-9ce8-b734242a2499 82655
2022-05-08T03:15:52.673Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar ASDC sendASDCNotification
2022-05-08T03:15:52.673Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:52.673Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:15:52.673Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:52.675Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:52.675Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651979752673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T03:15:52.775Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:52.776Z||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.
2022-05-08T03:15:52.776Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:52.785Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T03:15:52.785Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:53.676Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:15:53.676Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:15:53.677Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 289b7759-7c22-4c4a-9ce8-b734242a2499, URL: /sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar to file: /app/ASDC/1/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:53.677Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:53.677Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:53.677Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:53.754Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13415686963349718225/Definitions/service-DemoPnfH4ovxlrh7ecvhymmyxli-template.yml
2022-05-08T03:15:54.306Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T03:15:54.306Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9c8de91d-5feb 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-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||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-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||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-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||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-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||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-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||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-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Node template pNF 9c8de91d-5feb 0 is matching search criteria
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 9c8de91d-5feb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Node template pNF 9c8de91d-5feb 0 is matching search criteria
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 9c8de91d-5feb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.309Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:15:54.309Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.309Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:15:54.309Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.309Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:15:54.309Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.309Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_H4ovXlRh7EcvHYmmyXli
Description:catalog service description
Model UUID:0c649059-aa98-455a-a957-c09ea560c13c
Model Version:NULL
Model InvariantUuid:a156cd22-8d3d-4d20-aa61-29a72047c821
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=?
2022-05-08T03:15:54.314Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2d0ed067-e774-437c-a2d2-1eda15ed730a
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=?
2022-05-08T03:15:54.316Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||pNF 9c8de91d-5feb 0
2022-05-08T03:15:54.316Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2d0ed067-e774-437c-a2d2-1eda15ed730a
2022-05-08T03:15:54.316Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 0c649059-aa98-455a-a957-c09ea560c13c
2022-05-08T03:15:54.316Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0c649059-aa98-455a-a957-c09ea560c13c
2022-05-08T03:15:54.316Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9c8de91d-5feb 0 2d0ed067-e774-437c-a2d2-1eda15ed730a 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=?
2022-05-08T03:15:54.319Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@516b64de, org.onap.sdc.toscaparser.api.parameters.Input@5dc0ae72, org.onap.sdc.toscaparser.api.parameters.Input@40207ea7, org.onap.sdc.toscaparser.api.parameters.Input@5d765942, org.onap.sdc.toscaparser.api.parameters.Input@57b19ba6]
2022-05-08T03:15:54.319Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T03:15:54.319Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.319Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0c649059-aa98-455a-a957-c09ea560c13c: pNF 9c8de91d-5feb
2022-05-08T03:15:54.319Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||Processing PNF resource: 2d0ed067-e774-437c-a2d2-1eda15ed730a
2022-05-08T03:15:54.320Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery