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-03-25T02:36:47.879Z||main|||||INFO|500||The following profiles are active: basic
2022-03-25T02:36:56.343Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-25T02:36:56.344Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-25T02:36:56.423Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-25T02:36:58.475Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-25T02:36:58.617Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-25T02:36:58.906Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-25T02:36:58.915Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-25T02:36:58.988Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-25T02:36:59.129Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-25T02:36:59.455Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-25T02:37:00.132Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-25T02:37:01.590Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-25T02:37:01.624Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-25T02:37:02.037Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-25T02:37:02.112Z||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-03-25T02:37:03.061Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-25T02:37:03.880Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-25T02:37:03.899Z||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$$55dae396.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-03-25T02:37:03.900Z||main|||||WARN|500||The sdc end point is not alive
2022-03-25T02:37:06.119Z||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-03-25T02:37:08.169Z||main|||||WARN|500||---
2022-03-25T02:37:08.169Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-25T02:37:08.169Z||main|||||WARN|500||---
2022-03-25T02:37:08.479Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-25T02:37:12.257Z||main|||||INFO|500||Started Application in 28.587 seconds (JVM running for 29.558)
2022-03-25T02:37:12.276Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-25T02:37:12.277Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-25T02:37:12.286Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-25T02:37:12.377Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-25T02:37:12.465Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c3793377-abb5-484e-9dfb-bbca70dd656c url= /sdc/v1/artifactTypes
2022-03-25T02:37:12.466Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-25T02:37:12.819Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-25T02:37:12.854Z||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-03-25T02:37:12.878Z||scheduling-1|||||DEBUG|500||create keys
2022-03-25T02:37:12.885Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-25T02:37:12.962Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:37:12.981Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 16788fba-2196-4782-a676-b171795b1c32 url= /sdc/v1/registerForDistribution
2022-03-25T02:37:13.067Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 16788fba-2196-4782-a676-b171795b1c32 url= /sdc/v1/registerForDistribution
2022-03-25T02:37:13.067Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-25T02:37:13.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:37:13.079Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:37:13.083Z||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-03-25T02:37:13.083Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:37:13.083Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-25T02:37:13.083Z||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-03-25T02:37:13.084Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:37:24.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:37:24.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:38:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:38:13.079Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:38:13.079Z||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-03-25T02:38:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:38:13.080Z||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-03-25T02:38:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:38:22.632Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:38:22.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:39:13.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:39:13.078Z||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-03-25T02:39:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:39:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:39:13.080Z||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-03-25T02:39:13.082Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:39:22.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:39:22.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:40:13.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:40:13.079Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:40:13.078Z||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-03-25T02:40:13.079Z||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-03-25T02:40:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:40:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:40:22.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:40:22.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:41:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:41:13.078Z||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-03-25T02:41:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:41:13.079Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:41:13.080Z||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-03-25T02:41:13.081Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:41:22.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:41:22.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:42:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:42:13.078Z||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-03-25T02:42:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:42:13.079Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:42:13.079Z||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-03-25T02:42:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:42:22.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:42:22.662Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:43:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:43:13.077Z||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-03-25T02:43:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:43:13.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:43:13.079Z||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-03-25T02:43:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:43:22.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:43:22.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:44:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:44:13.078Z||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-03-25T02:44:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:44:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:44:13.080Z||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-03-25T02:44:13.081Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:44:22.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:44:22.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:45:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:45:13.078Z||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-03-25T02:45:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:45:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:45:13.100Z||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-03-25T02:45:13.100Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:45:22.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:45:22.639Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:46:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:46:13.078Z||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-03-25T02:46:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:46:13.079Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:46:13.080Z||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-03-25T02:46:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:46:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:46:22.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:46:49.111Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-25T02:47:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:47:13.078Z||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-03-25T02:47:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:47:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:47:13.080Z||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-03-25T02:47:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:47:22.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:47:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:48:13.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:48:13.079Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:48:13.080Z||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-03-25T02:48:13.080Z||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-03-25T02:48:13.081Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:48:13.081Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:48:22.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:48:22.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:49:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:49:13.078Z||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-03-25T02:49:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:49:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:49:13.079Z||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-03-25T02:49:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:49:22.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:49:22.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:50:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:50:13.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:50:13.078Z||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-03-25T02:50:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:50:13.079Z||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-03-25T02:50:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:50:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:50:22.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:51:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:51:13.078Z||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-03-25T02:51:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:51:13.079Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:51:13.079Z||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-03-25T02:51:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:51:22.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:51:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:52:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:52:13.078Z||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-03-25T02:52:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:52:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:52:13.079Z||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-03-25T02:52:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:52:22.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:52:22.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:53:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:53:13.078Z||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-03-25T02:53:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:53:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:53:13.079Z||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-03-25T02:53:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:53:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:53:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:54:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:54:13.078Z||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-03-25T02:54:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:54:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:54:13.079Z||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-03-25T02:54:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:54:22.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:54:22.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:55:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:55:13.078Z||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-03-25T02:55:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:55:13.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:55:13.079Z||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-03-25T02:55:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:55:22.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:55:22.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:56:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:56:13.078Z||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-03-25T02:56:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:56:13.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:56:13.079Z||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-03-25T02:56:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:56:22.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:56:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:57:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:57:13.078Z||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-03-25T02:57:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:57:13.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:57:13.079Z||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-03-25T02:57:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:57:22.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:57:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:58:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:58:13.078Z||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-03-25T02:58:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:58:13.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:58:13.079Z||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-03-25T02:58:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:58:22.629Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:58:22.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:59:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:59:13.078Z||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-03-25T02:59:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:59:13.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T02:59:13.079Z||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-03-25T02:59:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T02:59:22.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T02:59:22.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:00:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:00:13.078Z||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-03-25T03:00:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:00:13.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:00:13.079Z||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-03-25T03:00:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:00:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:00:22.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:01:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:01:13.078Z||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-03-25T03:01:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:01:13.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:01:13.079Z||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-03-25T03:01:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:01:22.646Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:01:22.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:02:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:02:13.078Z||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-03-25T03:02:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:02:13.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:02:13.079Z||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-03-25T03:02:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:02:22.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:02:22.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:03:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:03:13.078Z||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-03-25T03:03:13.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:03:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:03:13.079Z||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-03-25T03:03:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:03:22.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:03:22.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:04:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:04:13.078Z||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-03-25T03:04:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:04:13.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:04:13.079Z||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-03-25T03:04:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:04:22.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:04:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:05:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:05:13.078Z||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-03-25T03:05:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:05:13.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:05:13.079Z||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-03-25T03:05:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:05:22.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:05:22.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:06:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:06:13.078Z||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-03-25T03:06:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:06:13.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:06:13.079Z||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-03-25T03:06:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:06:22.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:06:22.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:07:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:07:13.078Z||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-03-25T03:07:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:07:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:07:13.079Z||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-03-25T03:07:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:07:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:07:22.651Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:08:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:08:13.078Z||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-03-25T03:08:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:08:13.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:08:13.079Z||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-03-25T03:08:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:08:22.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:08:22.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:09:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:09:13.078Z||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-03-25T03:09:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:09:13.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:09:13.079Z||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-03-25T03:09:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:09:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:09:22.658Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:10:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:10:13.078Z||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-03-25T03:10:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:10:13.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:10:13.079Z||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-03-25T03:10:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:10:22.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:10:22.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:11:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:11:13.078Z||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-03-25T03:11:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:11:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:11:13.080Z||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-03-25T03:11:13.081Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:11:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:11:22.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:12:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:12:13.078Z||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-03-25T03:12:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:12:13.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:12:13.079Z||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-03-25T03:12:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:12:22.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:12:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:13:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:13:13.078Z||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-03-25T03:13:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:13:13.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:13:13.079Z||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-03-25T03:13:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:13:22.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:13:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:14:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:14:13.078Z||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-03-25T03:14:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:14:13.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:14:13.080Z||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-03-25T03:14:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:14:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:14:22.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:15:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:15:13.078Z||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-03-25T03:15:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:15:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:15:13.080Z||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-03-25T03:15:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:15:22.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:15:22.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:16:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:16:13.078Z||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-03-25T03:16:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:16:13.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:16:13.079Z||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-03-25T03:16:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:16:22.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:16:22.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:17:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:17:13.078Z||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-03-25T03:17:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:17:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:17:13.079Z||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-03-25T03:17:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:17:22.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:17:22.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:18:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:18:13.078Z||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-03-25T03:18:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:18:13.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:18:13.079Z||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-03-25T03:18:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:18:22.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:18:22.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:19:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:19:13.078Z||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-03-25T03:19:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:19:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:19:13.079Z||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-03-25T03:19:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:19:22.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:19:22.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:20:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:20:13.078Z||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-03-25T03:20:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:20:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:20:13.079Z||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-03-25T03:20:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:20:22.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:20:22.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:21:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:21:13.078Z||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-03-25T03:21:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:21:13.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:21:13.079Z||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-03-25T03:21:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:21:22.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:21:22.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:22:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:22:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:22:13.079Z||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-03-25T03:22:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:22:13.079Z||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-03-25T03:22:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:22:22.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:22:22.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:23:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:23:13.079Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:23:13.080Z||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-03-25T03:23:13.080Z||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-03-25T03:23:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:23:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:23:22.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:23:22.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:24:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:24:13.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:24:13.079Z||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-03-25T03:24:13.079Z||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-03-25T03:24:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:24:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:24:22.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:24:22.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:25:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:25:13.077Z||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-03-25T03:25:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:25:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:25:13.079Z||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-03-25T03:25:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:25:22.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:25:22.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:26:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:26:13.078Z||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-03-25T03:26:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:26:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:26:13.079Z||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-03-25T03:26:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:26:22.647Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:26:22.652Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:27:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:27:13.078Z||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-03-25T03:27:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:27:13.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:27:13.079Z||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-03-25T03:27:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:27:22.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:27:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:28:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:28:13.078Z||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-03-25T03:28:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:28:13.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:28:13.079Z||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-03-25T03:28:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:28:22.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:28:22.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:29:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:29:13.078Z||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-03-25T03:29:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:29:13.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:29:13.081Z||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-03-25T03:29:13.081Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:29:22.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:29:22.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:30:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:30:13.078Z||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-03-25T03:30:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:30:13.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:30:13.079Z||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-03-25T03:30:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:30:22.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:30:22.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:31:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:31:13.078Z||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-03-25T03:31:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:31:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:31:13.080Z||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-03-25T03:31:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:31:22.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:31:22.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:32:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:32:13.078Z||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-03-25T03:32:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:32:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:32:13.079Z||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-03-25T03:32:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:32:22.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:32:22.649Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:33:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:33:13.078Z||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-03-25T03:33:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:33:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:33:13.080Z||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-03-25T03:33:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:33:22.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:33:22.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:34:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:34:13.078Z||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-03-25T03:34:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:34:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:34:13.079Z||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-03-25T03:34:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:34:22.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:34:22.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:35:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:35:13.078Z||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-03-25T03:35:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:35:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:35:13.079Z||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-03-25T03:35:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:35:22.641Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:35:22.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:36:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:36:13.078Z||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-03-25T03:36:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:36:13.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:36:13.079Z||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-03-25T03:36:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:36:22.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:36:22.632Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:37:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:37:13.078Z||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-03-25T03:37:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:37:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:37:13.080Z||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-03-25T03:37:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:37:22.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:37:22.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:38:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:38:13.077Z||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-03-25T03:38:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:38:13.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:38:13.079Z||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-03-25T03:38:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:38:22.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:38:22.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:39:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:39:13.078Z||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-03-25T03:39:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:39:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:39:13.079Z||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-03-25T03:39:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:39:22.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:39:22.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:40:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:40:13.078Z||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-03-25T03:40:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:40:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:40:13.079Z||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-03-25T03:40:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:40:22.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:40:22.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:41:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:41:13.078Z||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-03-25T03:41:13.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:41:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:41:13.079Z||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-03-25T03:41:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:41:22.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:41:22.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:42:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:42:13.078Z||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-03-25T03:42:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:42:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:42:13.079Z||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-03-25T03:42:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:42:22.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:42:22.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:43:13.078Z||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-03-25T03:43:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:13.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:43:13.079Z||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-03-25T03:43:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:13.709Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:13.711Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:13.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2d0462df-ea40-4dda-8078-8eb7848ddf03","serviceName":"vFW 2022-03-25 03-40-50","serviceVersion":"1.0","serviceUUID":"24a1ae0c-7eb8-4f07-9e54-5de996fa45f8","serviceDescription":"catalog service description","serviceInvariantUUID":"3d3c7173-1698-4414-82bb-29b888eba5f2","resources":[{"resourceInstanceName":"vFW d3c1fb59-d554 0","resourceName":"vFW d3c1fb59-d554","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ac2eb94f-d7c1-4985-8fb9-0f84b6aa8f8d","resourceInvariantUUID":"92682e05-4b82-48e7-a10c-5bcdde7ccac4","resourceCustomizationUUID":"5a196762-2ce4-4ecf-9afb-f17f7cb163d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml","artifactChecksum":"NzIwNjRkOGFhMjk0OGE3NGNlNWVkZjUxMWI3NWIwOTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5493cacc-5331-45b7-985d-883e0e84e090","artifactVersion":"1"},{"artifactName":"vfwd3c1fb59d5540_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json","artifactChecksum":"MjdjNWU5MmUyNGU1ODMwZGRhYzE2NDdkODRkZDlkMDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"98a51791-12ef-4c3b-9fed-2718eb5ecc47","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"abb4364e-bcaf-46c8-9884-ab7473d1ce7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ3ZTg1M2E4MzVlNjc3MDAwYjE4N2M1OWEzZGNhMDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"36b1e097-928a-407c-9639-c412e6b49230","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6","artifactVersion":"2","generatedFromUUID":"abb4364e-bcaf-46c8-9884-ab7473d1ce7f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220325034050-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml","artifactChecksum":"MTc1ZWJlZWNkZmQzZTk2NDRhZTJlMzk2NGNkYTc5Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b83d572-0462-4e2b-88e4-8dc88d807627","artifactVersion":"1"},{"artifactName":"service-Vfw20220325034050-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar","artifactChecksum":"ZGI0MGMzNWIzZTM0NTEyNWQ3NWQ2ZDA2NDM2ZWJhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"254102be-89ca-410b-b0fa-87e6912c1de7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-25T03:43:13.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "clamp",
"timestamp": 1648179754092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.722Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:43:13.728Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:43:13.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "ves-openapi-manager",
"timestamp": 1648179756660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "policy-id",
"timestamp": 1648179760322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.735Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:43:13.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "cds",
"timestamp": 1648179752812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.735Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179793077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "dcae-sch",
"timestamp": 1648179760644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "ves-openapi-manager",
"timestamp": 1648179756660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "clamp",
"timestamp": 1648179754092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:43:13.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "policy-id",
"timestamp": 1648179760322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "cds",
"timestamp": 1648179752812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "dcae-sch",
"timestamp": 1648179760644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "ves-openapi-manager",
"timestamp": 1648179756660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "clamp",
"timestamp": 1648179754092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "policy-id",
"timestamp": 1648179760322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:43:13.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "cds",
"timestamp": 1648179752812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "dcae-sch",
"timestamp": 1648179760644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648179763794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "ves-openapi-manager",
"timestamp": 1648179756660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "clamp",
"timestamp": 1648179754092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "policy-id",
"timestamp": 1648179760322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "cds",
"timestamp": 1648179752812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "dcae-sch",
"timestamp": 1648179760644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648179763794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:43:13.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "ves-openapi-manager",
"timestamp": 1648179756660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "clamp",
"timestamp": 1648179754092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "policy-id",
"timestamp": 1648179760322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "cds",
"timestamp": 1648179752812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "dcae-sch",
"timestamp": 1648179760644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648179763794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:43:13.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "ves-openapi-manager",
"timestamp": 1648179756660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "clamp",
"timestamp": 1648179754092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "policy-id",
"timestamp": 1648179760322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "cds",
"timestamp": 1648179752812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "dcae-sch",
"timestamp": 1648179760644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648179763794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "ves-openapi-manager",
"timestamp": 1648179756660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "clamp",
"timestamp": 1648179754092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:43:13.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "policy-id",
"timestamp": 1648179760322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:43:13.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "cds",
"timestamp": 1648179752812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:43:13.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "dcae-sch",
"timestamp": 1648179760644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648179763794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-25T03:43:13.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "cds",
"timestamp": 1648179769169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:43:13.747Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:43:13.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "policy-id",
"timestamp": 1648179769165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:43:13.748Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:43:13.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648179763794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "cds",
"timestamp": 1648179770181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-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=?
2022-03-25T03:43:13.835Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-25T03:43:13.840Z||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-03-25T03:43:13.840Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:13.857Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:13.858Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-25T03:43:13.875Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d0462df-ea40-4dda-8078-8eb7848ddf03
2022-03-25T03:43:13.886Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d0462df-ea40-4dda-8078-8eb7848ddf03 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-03-25T03:43:13.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "policy-id",
"timestamp": 1648179770172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:43:13.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:43:13.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648179763794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:43:13.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "policy-id",
"timestamp": 1648179771177,
"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-03-25T03:43:13.916Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d0462df-ea40-4dda-8078-8eb7848ddf03
2022-03-25T03:43:13.916Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d0462df-ea40-4dda-8078-8eb7848ddf03 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-03-25T03:43:13.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648179771525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:43:13.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:43:13.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648179772609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:43:13.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:43:13.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648179773714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:43:13.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:43:13.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648179775386,
"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-03-25T03:43:13.929Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d0462df-ea40-4dda-8078-8eb7848ddf03
2022-03-25T03:43:13.930Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d0462df-ea40-4dda-8078-8eb7848ddf03 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-03-25T03:43:13.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648179776390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T03:43:13.938Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:43:13.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "aai-ml",
"timestamp": 1648179777860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648179778033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "aai-ml",
"timestamp": 1648179777860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648179778033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "clamp",
"timestamp": 1648179779721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:43:13.939Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:43:13.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "aai-ml",
"timestamp": 1648179777860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648179778033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "clamp",
"timestamp": 1648179781397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:43:13.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:43:13.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "aai-ml",
"timestamp": 1648179777860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648179778033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "clamp",
"timestamp": 1648179782401,
"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-03-25T03:43:13.946Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2d0462df-ea40-4dda-8078-8eb7848ddf03
2022-03-25T03:43:13.946Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d0462df-ea40-4dda-8078-8eb7848ddf03 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-03-25T03:43:13.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "aai-ml",
"timestamp": 1648179777860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648179778033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "aai-ml",
"timestamp": 1648179777860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648179778033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:13.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "aai-ml",
"timestamp": 1648179777860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:43:13.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648179778033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:43:13.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:43:13.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "aai-ml",
"timestamp": 1648179785642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:43:13.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:43:13.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648179785841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:43:13.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:43:13.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648179790348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:43:13.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:43:13.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:43:13.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648179791352,
"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-03-25T03:43:13.961Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d0462df-ea40-4dda-8078-8eb7848ddf03
2022-03-25T03:43:13.961Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d0462df-ea40-4dda-8078-8eb7848ddf03 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-03-25T03:43:14.747Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:43:14.748Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:43:14.750Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:43:14.750Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179793077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:43:14.850Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:43:14.852Z||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-03-25T03:43:14.852Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:14.868Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:14.869Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:43:15.751Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:43:15.752Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:43:15.754Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:43:15.755Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179793077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:43:15.855Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:43:15.856Z||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-03-25T03:43:15.856Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:15.872Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:15.872Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:43:16.755Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:43:16.756Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:43:16.759Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:43:16.759Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179793077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:16.859Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:43:16.860Z||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-03-25T03:43:16.861Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:16.877Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:16.877Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:43:17.760Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:43:17.761Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:43:17.764Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:43:17.764Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179793077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-25T03:43:17.864Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:43:17.865Z||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-03-25T03:43:17.865Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:17.880Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:17.881Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:43:18.765Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:43:18.766Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:43:18.768Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:43:18.768Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179793077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:43:18.868Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:43:18.870Z||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-03-25T03:43:18.870Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:18.886Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:18.886Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:43:19.769Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:43:19.770Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:43:19.772Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:43:19.773Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179793077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:43:19.873Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:43:19.874Z||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-03-25T03:43:19.874Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:19.892Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:19.892Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:43:20.776Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"serviceName": "vFW 2022-03-25 03-40-50",
"serviceVersion": "1.0",
"serviceUUID": "24a1ae0c-7eb8-4f07-9e54-5de996fa45f8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3d3c7173-1698-4414-82bb-29b888eba5f2",
"resources": [
{
"resourceInstanceName": "vFW d3c1fb59-d554 0",
"resourceCustomizationUUID": "5a196762-2ce4-4ecf-9afb-f17f7cb163d5",
"resourceName": "vFW d3c1fb59-d554",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ac2eb94f-d7c1-4985-8fb9-0f84b6aa8f8d",
"resourceInvariantUUID": "92682e05-4b82-48e7-a10c-5bcdde7ccac4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd3c1fb59d5540_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"artifactChecksum": "MjdjNWU5MmUyNGU1ODMwZGRhYzE2NDdkODRkZDlkMDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "98a51791-12ef-4c3b-9fed-2718eb5ecc47",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "abb4364e-bcaf-46c8-9884-ab7473d1ce7f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6",
"generatedFromUUID": "abb4364e-bcaf-46c8-9884-ab7473d1ce7f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220325034050-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"artifactChecksum": "ZGI0MGMzNWIzZTM0NTEyNWQ3NWQ2ZDA2NDM2ZWJhYjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "254102be-89ca-410b-b0fa-87e6912c1de7"
}
],
"workloadContext": "Production"
}
2022-03-25T03:43:20.777Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-25T03:43:20.777Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a1ae0c-7eb8-4f07-9e54-5de996fa45f8 ASDC
2022-03-25T03:43:20.856Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2d0462df-ea40-4dda-8078-8eb7848ddf03
ServiceName:vFW 2022-03-25 03-40-50
ServiceVersion:1.0
ServiceUUID:24a1ae0c-7eb8-4f07-9e54-5de996fa45f8
ServiceInvariantUUID:3d3c7173-1698-4414-82bb-29b888eba5f2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220325034050-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar
ArtifactUUID:254102be-89ca-410b-b0fa-87e6912c1de7
ArtifactChecksum:ZGI0MGMzNWIzZTM0NTEyNWQ3NWQ2ZDA2NDM2ZWJhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d3c1fb59-d554 0
ResourceCustomizationUUID:5a196762-2ce4-4ecf-9afb-f17f7cb163d5
ResourceInvariantUUID:92682e05-4b82-48e7-a10c-5bcdde7ccac4
ResourceName:vFW d3c1fb59-d554
ResourceType:VF
ResourceUUID:ac2eb94f-d7c1-4985-8fb9-0f84b6aa8f8d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd3c1fb59d5540_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json
ArtifactUUID:98a51791-12ef-4c3b-9fed-2718eb5ecc47
ArtifactChecksum:MjdjNWU5MmUyNGU1ODMwZGRhYzE2NDdkODRkZDlkMDY=
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/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml
ArtifactUUID:abb4364e-bcaf-46c8-9884-ab7473d1ce7f
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/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env
ArtifactUUID:7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6
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/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env
ArtifactUUID:7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-25T03:43:20.856Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a1ae0c-7eb8-4f07-9e54-5de996fa45f8 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-03-25T03:43:20.891Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T03:43:20.892Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-25T03:43:20.892Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-25T03:43:20.893Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 254102be-89ca-410b-b0fa-87e6912c1de7 from URL: /sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:20.893Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-25T03:43:20.894Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:20.971Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-25T03:43:20.987Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar 254102be-89ca-410b-b0fa-87e6912c1de7 98951
2022-03-25T03:43:20.989Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar ASDC sendASDCNotification
2022-03-25T03:43:20.989Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:20.989Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:43:20.990Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:43:20.991Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:43:20.991Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179800988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:43:21.092Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-25T03:43:21.093Z||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-03-25T03:43:21.093Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:21.109Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:21.109Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:43:21.992Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T03:43:21.993Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-25T03:43:21.994Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 254102be-89ca-410b-b0fa-87e6912c1de7, URL: /sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar to file: /app/ASDC/1/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:21.995Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220325034050-csar.csar
2022-03-25T03:43:22.050Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:22.050Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:22.599Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17359971728003872007/Definitions/service-Vfw20220325034050-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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
2022-03-25T03:43:25.001Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:25.006Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:25.006Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d3c1fb59-d554 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-Vfw20220325034050-csar.csar
2022-03-25T03:43:25.006Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:25.006Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:25.006Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-25T03:43:25.010Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:25.012Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:43:25.014Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria
2022-03-25T03:43:25.014Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-25T03:43:25.015Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T03:43:25.016Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:25.016Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:43:25.016Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria
2022-03-25T03:43:25.016Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-25T03:43:25.016Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T03:43:25.016Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:25.016Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is not matching search criteria
2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria
2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria
2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria
2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is not matching search criteria
2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c113a2a2-37e7-4296-8662-adfe277e9a56
2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is not matching search criteria
2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=39c21ba8-c844-4bbd-b5c9-077e616506f4
2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is not matching search criteria
2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c60029ea-55b2-47ca-aea7-672d9f10cbba
2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-25 03-40-50
Description:catalog service description
Model UUID:24a1ae0c-7eb8-4f07-9e54-5de996fa45f8
Model Version:NULL
Model InvariantUuid:3d3c7173-1698-4414-82bb-29b888eba5f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d3c1fb59-d554
Model UUID:1d3a7af9-dc95-4980-b827-ba9ac1930dc8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:92682e05-4b82-48e7-a10c-5bcdde7ccac4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5a196762-2ce4-4ecf-9afb-f17f7cb163d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7f64926f-18e8-4bd5-893d-496ff3daa110
ModelName:VfwD3c1fb59D554..base_vfw..module-0
ModelUuid:90f3c42c-12f4-41eb-ad8c-7e3c866f9505
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c113a2a2-37e7-4296-8662-adfe277e9a56
ModelInvariantUuid:402b2c4d-280e-4a76-8249-28e995139a59
ModelName:vFW d3c1fb59-d554-nodes.vfwCvfc
ModelUuid:70306947-c70b-47e6-ac2a-c6bf9c2181f8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0be93434-29f5-4e08-b132-bd974b850489
ModelInvariantUuid:300e338d-8573-4c37-ac38-75f5ce1bf346
ModelName:VfwD3c1fb59D554.compute.nodes.heat.vfw
ModelUuid:96543e07-01da-4b19-90e8-3e14ab9b66fb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:39c21ba8-c844-4bbd-b5c9-077e616506f4
ModelInvariantUuid:1ebee1d6-59c8-4033-a9d8-eae8261441d8
ModelName:vFW d3c1fb59-d554-nodes.vsnCvfc
ModelUuid:a8ef9077-c01a-4a42-9aa9-c8f24a2cbf38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:2743b45f-5037-4f7f-a4b6-c03ad0b88989
ModelInvariantUuid:bd508550-3a0c-4753-a923-b02ba104f658
ModelName:VfwD3c1fb59D554.compute.nodes.heat.vsn
ModelUuid:5039023a-dd7d-4da2-9605-8c3c73fadbdf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c60029ea-55b2-47ca-aea7-672d9f10cbba
ModelInvariantUuid:4e663577-b8a1-4260-a56a-eb324ff92c3a
ModelName:vFW d3c1fb59-d554-nodes.vpgCvfc
ModelUuid:6b7ce673-80f7-4a74-bc05-a1e34164df9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4eac534f-0c74-4cd8-b702-b3cfc9821a1e
ModelInvariantUuid:6948d1f1-cea9-4599-aabe-9440cda0ee2c
ModelName:VfwD3c1fb59D554.compute.nodes.heat.vpg
ModelUuid:ac9699c9-d180-487e-91f6-8bf8b9e009dc
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-03-25T03:43:25.039Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ac2eb94f-d7c1-4985-8fb9-0f84b6aa8f8d
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-03-25T03:43:25.128Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||vFW d3c1fb59-d554 0
2022-03-25T03:43:25.134Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ac2eb94f-d7c1-4985-8fb9-0f84b6aa8f8d
2022-03-25T03:43:25.134Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 98a51791-12ef-4c3b-9fed-2718eb5ecc47 from URL: /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json
2022-03-25T03:43:25.134Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-25T03:43:25.134Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json
2022-03-25T03:43:25.202Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-25T03:43:25.203Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json 98a51791-12ef-4c3b-9fed-2718eb5ecc47 785
2022-03-25T03:43:25.204Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json ASDC sendASDCNotification
2022-03-25T03:43:25.204Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json
2022-03-25T03:43:25.204Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:43:25.205Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:43:25.208Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:43:25.208Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179805204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:43:25.308Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T03:43:25.311Z||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-03-25T03:43:25.311Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:25.327Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:25.328Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:43:26.213Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD3c1fb59D554..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7f64926f-18e8-4bd5-893d-496ff3daa110",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "90f3c42c-12f4-41eb-ad8c-7e3c866f9505",
"vfModuleModelCustomizationUUID": "502f37d6-3ac8-4798-a490-0360391dd7aa",
"isBase": true,
"artifacts": [
"abb4364e-bcaf-46c8-9884-ab7473d1ce7f",
"7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6"
],
"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-03-25T03:43:26.229Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD3c1fb59D554..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90f3c42c-12f4-41eb-ad8c-7e3c866f9505
VfModuleModelInvariantUUID:7f64926f-18e8-4bd5-893d-496ff3daa110
VfModuleModelDescription:NULL
Artifacts UUID List:{
abb4364e-bcaf-46c8-9884-ab7473d1ce7f
,
7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6
}
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-03-25T03:43:26.231Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD3c1fb59D554..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7f64926f-18e8-4bd5-893d-496ff3daa110",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "90f3c42c-12f4-41eb-ad8c-7e3c866f9505",
"vfModuleModelCustomizationUUID": "502f37d6-3ac8-4798-a490-0360391dd7aa",
"isBase": true,
"artifacts": [
"abb4364e-bcaf-46c8-9884-ab7473d1ce7f",
"7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6"
],
"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-03-25T03:43:26.231Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD3c1fb59D554..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90f3c42c-12f4-41eb-ad8c-7e3c866f9505
VfModuleModelInvariantUUID:7f64926f-18e8-4bd5-893d-496ff3daa110
VfModuleModelDescription:NULL
Artifacts UUID List:{
abb4364e-bcaf-46c8-9884-ab7473d1ce7f
,
7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6
}
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-03-25T03:43:26.231Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: abb4364e-bcaf-46c8-9884-ab7473d1ce7f from URL: /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml
2022-03-25T03:43:26.231Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-25T03:43:26.231Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml
2022-03-25T03:43:26.318Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-25T03:43:26.319Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml abb4364e-bcaf-46c8-9884-ab7473d1ce7f 20368
2022-03-25T03:43:26.319Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-25T03:43:26.319Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml
2022-03-25T03:43:26.319Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:43:26.320Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:43:26.322Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:43:26.322Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179806319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:43:26.422Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:43:26.423Z||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-03-25T03:43:26.424Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:26.440Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:26.440Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:43:27.323Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6 from URL: /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env
2022-03-25T03:43:27.324Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-25T03:43:27.324Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env
2022-03-25T03:43:27.364Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-25T03:43:27.364Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env 7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6 2098
2022-03-25T03:43:27.365Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-25T03:43:27.365Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env
2022-03-25T03:43:27.365Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:43:27.365Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:43:27.368Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:43:27.368Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179807365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:43:27.468Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:43:27.470Z||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-03-25T03:43:27.470Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:27.486Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:27.486Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:43:28.368Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 24a1ae0c-7eb8-4f07-9e54-5de996fa45f8
2022-03-25T03:43:28.369Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d3c1fb59-d554 0 ac2eb94f-d7c1-4985-8fb9-0f84b6aa8f8d 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-03-25T03:43:28.404Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7be25847, org.onap.sdc.toscaparser.api.parameters.Input@336f609, org.onap.sdc.toscaparser.api.parameters.Input@2f7c7b79, org.onap.sdc.toscaparser.api.parameters.Input@7a31d2f3, org.onap.sdc.toscaparser.api.parameters.Input@13789d92]
2022-03-25T03:43:28.407Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.407Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:43:28.407Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-25T03:43:28.407Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5a196762-2ce4-4ecf-9afb-f17f7cb163d5
2022-03-25T03:43:28.407Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a196762-2ce4-4ecf-9afb-f17f7cb163d5 matches Tosca VF Customization UUID: 5a196762-2ce4-4ecf-9afb-f17f7cb163d5
2022-03-25T03:43:28.407Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5a196762-2ce4-4ecf-9afb-f17f7cb163d5 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-03-25T03:43:28.414Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.414Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:43:28.415Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5a196762-2ce4-4ecf-9afb-f17f7cb163d5: {\"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-03-25T03:43:28.415Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b84cc30
2022-03-25T03:43:28.416Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.416Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-25T03:43:28.416Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 502f37d6-3ac8-4798-a490-0360391dd7aa
2022-03-25T03:43:28.416Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 502f37d6-3ac8-4798-a490-0360391dd7aa
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-03-25T03:43:28.421Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.421Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria
2022-03-25T03:43:28.421Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:43:28.421Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.421Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria
2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is not matching search criteria
2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T03:43:28.423Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:43:28.423Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c113a2a2-37e7-4296-8662-adfe277e9a56
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-03-25T03:43:28.431Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria
2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is not matching search criteria
2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T03:43:28.433Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:43:28.433Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-25T03:43:28.433Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T03:43:28.433Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T03:43:28.433Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T03:43:28.433Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:43:28.433Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=39c21ba8-c844-4bbd-b5c9-077e616506f4
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-03-25T03:43:28.435Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.435Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria
2022-03-25T03:43:28.435Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:43:28.437Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.437Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is not matching search criteria
2022-03-25T03:43:28.437Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c60029ea-55b2-47ca-aea7-672d9f10cbba
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-03-25T03:43:28.440Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.440Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria
2022-03-25T03:43:28.441Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:43:28.441Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.441Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria
2022-03-25T03:43:28.441Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=5a196762-2ce4-4ecf-9afb-f17f7cb163d5
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-03-25T03:43:28.442Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.442Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 24a1ae0c-7eb8-4f07-9e54-5de996fa45f8: vFW d3c1fb59-d554
2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-25 03-40-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-03-25T03:43:28.722Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d3c1fb59-d554 ac2eb94f-d7c1-4985-8fb9-0f84b6aa8f8d 1 ASDC deployResourceStructure
2022-03-25T03:43:28.723Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json ASDC sendASDCNotification
2022-03-25T03:43:28.723Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json
2022-03-25T03:43:28.723Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T03:43:28.724Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:43:28.726Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:43:28.727Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179808723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T03:43:28.827Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:43:28.828Z||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-03-25T03:43:28.828Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:28.844Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:28.845Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:43:29.728Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-25T03:43:29.729Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml
2022-03-25T03:43:29.729Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T03:43:29.729Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:43:29.732Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:43:29.732Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179809728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-25T03:43:29.832Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:43:29.833Z||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-03-25T03:43:29.833Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:29.846Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:29.847Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:43:30.733Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-25T03:43:30.734Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env
2022-03-25T03:43:30.734Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T03:43:30.734Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:43:30.736Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:43:30.737Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179810733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-25T03:43:30.837Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:43:30.838Z||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-03-25T03:43:30.838Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:30.854Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:30.854Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:43:31.738Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar ASDC sendASDCNotification
2022-03-25T03:43:31.738Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar
2022-03-25T03:43:31.739Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T03:43:31.739Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:43:31.742Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:43:31.742Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179811737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:43:31.842Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:43:31.843Z||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-03-25T03:43:31.843Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:43:31.858Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:31.858Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:43:32.744Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03
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-03-25T03:43:32.765Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03
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-03-25T03:43:32.769Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T03:43:32.769Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-25T03:43:32.769Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-25T03:44:02.770Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03
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-03-25T03:44:02.784Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03
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-03-25T03:44:02.788Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T03:44:02.788Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-25T03:44:02.789Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-25T03:44:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:44:13.080Z||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-03-25T03:44:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:44:13.207Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:44:13.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:44:13.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179793077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:44:13.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:44:32.789Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03
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-03-25T03:44:32.803Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03
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-03-25T03:44:32.807Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T03:44:32.807Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-25T03:44:32.807Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-25T03:45:02.808Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03
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-03-25T03:45:02.823Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03
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-03-25T03:45:02.828Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T03:45:02.828Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-25T03:45:02.828Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-25T03:45:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:45:13.080Z||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-03-25T03:45:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:45:13.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:45:13.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:45:13.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179793077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:45:13.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:45:13.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:45:13.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "aai-ml",
"timestamp": 1648179794983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:45:13.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:45:13.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:45:13.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179793077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:45:13.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:45:13.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:45:13.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "aai-ml",
"timestamp": 1648179795988,
"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-03-25T03:45:13.624Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2d0462df-ea40-4dda-8078-8eb7848ddf03
2022-03-25T03:45:13.624Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d0462df-ea40-4dda-8078-8eb7848ddf03 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-03-25T03:45:13.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:45:13.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179793077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:45:13.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:45:13.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:45:13.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179793077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-25T03:45:13.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:45:13.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:45:13.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179793077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:45:13.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:45:13.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:45:13.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179793077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:45:13.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:45:13.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:45:13.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179800988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:45:13.636Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179805204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:45:13.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179806319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:45:13.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179807365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:45:13.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179808723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T03:45:13.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:45:13.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179809728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-25T03:45:13.638Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:45:13.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:45:13.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179810733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-25T03:45:13.638Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:45:13.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:45:13.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179811737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:45:13.639Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:45:32.829Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03
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-03-25T03:45:32.842Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03
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-03-25T03:45:32.846Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T03:45:32.846Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-25T03:45:32.846Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-25T03:45:32.846Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-25T03:45:32.846Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:45:32.846Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:45:32.846Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:45:32.847Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:45:32.847Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:45:32.847Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:45:32.847Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T03:45:32.853Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-25T03:46:02.854Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03 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-03-25T03:46:02.863Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03 and serviceModelVersionId: 24a1ae0c-7eb8-4f07-9e54-5de996fa45f8
2022-03-25T03:46:02.864Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d3c7173-1698-4414-82bb-29b888eba5f2
2022-03-25T03:46:12.639Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d3c7173-1698-4414-82bb-29b888eba5f2/model-vers/model-ver/24a1ae0c-7eb8-4f07-9e54-5de996fa45f8?depth=0
2022-03-25T03:46:12.721Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-25T03:46:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:46:13.079Z||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-03-25T03:46:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:46:13.090Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3c7173-1698-4414-82bb-29b888eba5f2/model-vers/model-ver/24a1ae0c-7eb8-4f07-9e54-5de996fa45f8?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-03-25T03:46:13.093Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3c7173-1698-4414-82bb-29b888eba5f2/model-vers/model-ver/24a1ae0c-7eb8-4f07-9e54-5de996fa45f8?depth=0|INFO|500||Invoke
2022-03-25T03:46:13.180Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3c7173-1698-4414-82bb-29b888eba5f2/model-vers/model-ver/24a1ae0c-7eb8-4f07-9e54-5de996fa45f8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-25T03:46:13.328Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3c7173-1698-4414-82bb-29b888eba5f2/model-vers/model-ver/24a1ae0c-7eb8-4f07-9e54-5de996fa45f8?depth=0|INFO|500||InvokeReturn
2022-03-25T03:46:13.329Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3c7173-1698-4414-82bb-29b888eba5f2/model-vers/model-ver/24a1ae0c-7eb8-4f07-9e54-5de996fa45f8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220325-03:46:13:189-53515], vertex-id=[213192], Content-Length=[0], Date=[Fri, 25 Mar 2022 03:46:13 GMT], Content-Type=[application/json]}
2022-03-25T03:46:13.329Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-25T03:46:13.332Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-25T03:46:13.332Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-25T03:46:13.336Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-25T03:46:13.345Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d0462df-ea40-4dda-8078-8eb7848ddf03 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-25T03:46:13.347Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-25T03:46:13.347Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:46:13.349Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:46:13.349Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179973346,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-25T03:46:13.449Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:46:13.450Z||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-03-25T03:46:13.451Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:46:13.465Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:46:13.466Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:46:14.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:46:14.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:46:14.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648179973346,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-25T03:46:14.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-25T03:46:14.367Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:46:14.368Z||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-03-25T03:46:14.369Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:46:24.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:46:24.629Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:46:24.630Z||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-03-25T03:46:24.630Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:46:34.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:46:34.176Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:46:34.176Z||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-03-25T03:46:34.176Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:46:43.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:47:13.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:47:13.078Z||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-03-25T03:47:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:47:13.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:47:13.080Z||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-03-25T03:47:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:47:22.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:47:22.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:48:13.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:48:13.078Z||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-03-25T03:48:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:48:13.079Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:48:13.079Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|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-03-25T03:48:13.080Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:48:22.627Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:48:22.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:49:13.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:49:13.078Z||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-03-25T03:49:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:49:13.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:49:13.079Z||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-03-25T03:49:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:49:22.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:49:22.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:13.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:50:13.078Z||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-03-25T03:50:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:50:13.079Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:50:13.079Z||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-03-25T03:50:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:50:22.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:22.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:51:13.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:51:13.078Z||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-03-25T03:51:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:51:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:51:13.079Z||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-03-25T03:51:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:51:22.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:51:22.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:52:13.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:52:13.078Z||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-03-25T03:52:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:52:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:52:13.079Z||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-03-25T03:52:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:52:22.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:52:22.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:53:13.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:53:13.078Z||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-03-25T03:53:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:53:13.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:53:13.079Z||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-03-25T03:53:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:53:22.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:53:22.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:13.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:54:13.078Z||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-03-25T03:54:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:54:13.079Z||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-03-25T03:54:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:13.712Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:13.712Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:13.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"87d1ea1f-1621-402b-88c8-14c95feaff1d","serviceName":"basic_onboard_HQnCHg","serviceVersion":"1.0","serviceUUID":"aba37285-bd47-4964-9f39-f7b869efaa80","serviceDescription":"service","serviceInvariantUUID":"47c6f010-fb40-4be2-b08c-6835f54936d2","resources":[{"resourceInstanceName":"basic_onboard_HQnCHg 0","resourceName":"basic_onboard_HQnCHg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20091e90-a4f5-4a98-b97f-284d8edfb160","resourceInvariantUUID":"741ea190-1ff8-4e44-8aba-c3eef427a312","resourceCustomizationUUID":"2803a464-3a83-453d-ba30-7961b585e587","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml","artifactChecksum":"ZjQ5OWZmMGE0MTU2ZmI0Y2E2OGYwYjM2MTE5OTgxYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a39c462-af07-47c7-955d-1c4f83d353ef","artifactVersion":"1"},{"artifactName":"basic_onboard_hqnchg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json","artifactChecksum":"MzlhNjZiMDk2YmMzM2Q5NWJhNWQ2MjI5ZjU5MzMyNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1bd05335-3ba0-44fc-81d5-bf7eacf04d2f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3986874a-3d3f-469f-8a3e-75ed7be53475","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"91757ffe-55b6-4486-ac26-edd42757f441","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5bf1ca47-4b81-4329-934a-d014c7fe2dc3","artifactVersion":"2","generatedFromUUID":"3986874a-3d3f-469f-8a3e-75ed7be53475"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHqnchg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml","artifactChecksum":"MjMzMWMwMjU5MzFhYjEzODUwZDhjZDhhNjg4MGZjMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"315159cb-301b-47ee-ab98-0b95538a1847","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHqnchg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar","artifactChecksum":"OGZjNzY0ZmMwYzZiNDI1MWUwMTk0YzM2YjMzNmJiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaf60afe-d4a7-44d1-a9c5-d52a81b4bd19","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-25T03:54:13.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "clamp",
"timestamp": 1648180414094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.719Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:54:13.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180416660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.719Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:54:13.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "dcae-sch",
"timestamp": 1648180420645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "policy-id",
"timestamp": 1648180420322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "clamp",
"timestamp": 1648180414094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:54:13.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180416660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "dcae-sch",
"timestamp": 1648180420645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "policy-id",
"timestamp": 1648180420322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180423794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180416660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "dcae-sch",
"timestamp": 1648180420645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.722Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:54:13.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.722Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180453077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "clamp",
"timestamp": 1648180414094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "policy-id",
"timestamp": 1648180420322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180423794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180416660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "clamp",
"timestamp": 1648180414094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "dcae-sch",
"timestamp": 1648180420645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "policy-id",
"timestamp": 1648180420322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180423794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180416660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "clamp",
"timestamp": 1648180414094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "dcae-sch",
"timestamp": 1648180420645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "policy-id",
"timestamp": 1648180420322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180423794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180416660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "clamp",
"timestamp": 1648180414094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "dcae-sch",
"timestamp": 1648180420645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "policy-id",
"timestamp": 1648180420322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180423794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "cds",
"timestamp": 1648180427812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180416660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "dcae-sch",
"timestamp": 1648180420645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "clamp",
"timestamp": 1648180414094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "policy-id",
"timestamp": 1648180420322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180423794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "cds",
"timestamp": 1648180427812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180423794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "cds",
"timestamp": 1648180427812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "policy-id",
"timestamp": 1648180430706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "cds",
"timestamp": 1648180427812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180431499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:54:13.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "policy-id",
"timestamp": 1648180431710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:54:13.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "cds",
"timestamp": 1648180427812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180432596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:54:13.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "policy-id",
"timestamp": 1648180432713,
"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-03-25T03:54:13.743Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87d1ea1f-1621-402b-88c8-14c95feaff1d
2022-03-25T03:54:13.743Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d1ea1f-1621-402b-88c8-14c95feaff1d 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-03-25T03:54:13.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "cds",
"timestamp": 1648180427812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180433712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:54:13.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:54:13.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "cds",
"timestamp": 1648180427812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:54:13.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180434979,
"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-03-25T03:54:13.757Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87d1ea1f-1621-402b-88c8-14c95feaff1d
2022-03-25T03:54:13.757Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d1ea1f-1621-402b-88c8-14c95feaff1d 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-03-25T03:54:13.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "cds",
"timestamp": 1648180435517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:54:13.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:54:13.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180435982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T03:54:13.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:54:13.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "cds",
"timestamp": 1648180436521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-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-03-25T03:54:13.770Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87d1ea1f-1621-402b-88c8-14c95feaff1d
2022-03-25T03:54:13.770Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d1ea1f-1621-402b-88c8-14c95feaff1d 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-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "aai-ml",
"timestamp": 1648180437860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180438033,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "aai-ml",
"timestamp": 1648180437860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180438033,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "aai-ml",
"timestamp": 1648180437860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180438033,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "aai-ml",
"timestamp": 1648180437860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180438033,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "clamp",
"timestamp": 1648180441903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "aai-ml",
"timestamp": 1648180437860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180438033,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "clamp",
"timestamp": 1648180443497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:54:13.781Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:54:13.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "aai-ml",
"timestamp": 1648180437860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180438033,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:13.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "clamp",
"timestamp": 1648180444500,
"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-03-25T03:54:13.785Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87d1ea1f-1621-402b-88c8-14c95feaff1d
2022-03-25T03:54:13.785Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d1ea1f-1621-402b-88c8-14c95feaff1d 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-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "aai-ml",
"timestamp": 1648180437860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:54:13.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180438033,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:54:13.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "aai-ml",
"timestamp": 1648180445715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:54:13.792Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180445828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:54:13.792Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180447951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:54:13.792Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180448958,
"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-03-25T03:54:13.797Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87d1ea1f-1621-402b-88c8-14c95feaff1d
2022-03-25T03:54:13.797Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d1ea1f-1621-402b-88c8-14c95feaff1d 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-03-25T03:54:13.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "aai-ml",
"timestamp": 1648180450817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:54:13.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:54:13.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-25T03:54:13.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "aai-ml",
"timestamp": 1648180451820,
"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-03-25T03:54:13.810Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87d1ea1f-1621-402b-88c8-14c95feaff1d
2022-03-25T03:54:13.810Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d1ea1f-1621-402b-88c8-14c95feaff1d 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-03-25T03:54:13.822Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T03:54:13.822Z||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-03-25T03:54:13.822Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:13.836Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:13.837Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:54:14.723Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:54:14.724Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:54:14.727Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:54:14.727Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180453077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:54:14.827Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:54:14.828Z||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-03-25T03:54:14.829Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:14.846Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:14.846Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:54:15.728Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:54:15.729Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:54:15.732Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:54:15.732Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180453077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:54:15.832Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:54:15.833Z||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-03-25T03:54:15.833Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:15.849Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:15.849Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:54:16.733Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:54:16.734Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:54:16.737Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:54:16.737Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180453077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:16.838Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-25T03:54:16.839Z||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-03-25T03:54:16.839Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:16.856Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:16.856Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:54:17.738Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:54:17.739Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:54:17.742Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:54:17.742Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180453077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-25T03:54:17.842Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:54:17.843Z||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-03-25T03:54:17.843Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:17.859Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:17.859Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:54:18.742Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:54:18.743Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:54:18.745Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:54:18.745Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180453077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:54:18.845Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:54:18.846Z||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-03-25T03:54:18.847Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:18.863Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:18.864Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:54:19.745Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:54:19.746Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:54:19.749Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:54:19.749Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180453077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:54:19.849Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T03:54:19.850Z||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-03-25T03:54:19.850Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:19.866Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:19.866Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:54:20.752Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"serviceName": "basic_onboard_HQnCHg",
"serviceVersion": "1.0",
"serviceUUID": "aba37285-bd47-4964-9f39-f7b869efaa80",
"serviceDescription": "service",
"serviceInvariantUUID": "47c6f010-fb40-4be2-b08c-6835f54936d2",
"resources": [
{
"resourceInstanceName": "basic_onboard_HQnCHg 0",
"resourceCustomizationUUID": "2803a464-3a83-453d-ba30-7961b585e587",
"resourceName": "basic_onboard_HQnCHg",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "20091e90-a4f5-4a98-b97f-284d8edfb160",
"resourceInvariantUUID": "741ea190-1ff8-4e44-8aba-c3eef427a312",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_hqnchg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"artifactChecksum": "MzlhNjZiMDk2YmMzM2Q5NWJhNWQ2MjI5ZjU5MzMyNzE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1bd05335-3ba0-44fc-81d5-bf7eacf04d2f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3986874a-3d3f-469f-8a3e-75ed7be53475",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5bf1ca47-4b81-4329-934a-d014c7fe2dc3",
"generatedFromUUID": "3986874a-3d3f-469f-8a3e-75ed7be53475"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5bf1ca47-4b81-4329-934a-d014c7fe2dc3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHqnchg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"artifactChecksum": "OGZjNzY0ZmMwYzZiNDI1MWUwMTk0YzM2YjMzNmJiNWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eaf60afe-d4a7-44d1-a9c5-d52a81b4bd19"
}
],
"workloadContext": "Production"
}
2022-03-25T03:54:20.752Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-25T03:54:20.752Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aba37285-bd47-4964-9f39-f7b869efaa80 ASDC
2022-03-25T03:54:20.753Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:87d1ea1f-1621-402b-88c8-14c95feaff1d
ServiceName:basic_onboard_HQnCHg
ServiceVersion:1.0
ServiceUUID:aba37285-bd47-4964-9f39-f7b869efaa80
ServiceInvariantUUID:47c6f010-fb40-4be2-b08c-6835f54936d2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHqnchg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar
ArtifactUUID:eaf60afe-d4a7-44d1-a9c5-d52a81b4bd19
ArtifactChecksum:OGZjNzY0ZmMwYzZiNDI1MWUwMTk0YzM2YjMzNmJiNWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_HQnCHg 0
ResourceCustomizationUUID:2803a464-3a83-453d-ba30-7961b585e587
ResourceInvariantUUID:741ea190-1ff8-4e44-8aba-c3eef427a312
ResourceName:basic_onboard_HQnCHg
ResourceType:VF
ResourceUUID:20091e90-a4f5-4a98-b97f-284d8edfb160
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hqnchg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json
ArtifactUUID:1bd05335-3ba0-44fc-81d5-bf7eacf04d2f
ArtifactChecksum:MzlhNjZiMDk2YmMzM2Q5NWJhNWQ2MjI5ZjU5MzMyNzE=
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/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3986874a-3d3f-469f-8a3e-75ed7be53475
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/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env
ArtifactUUID:5bf1ca47-4b81-4329-934a-d014c7fe2dc3
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/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env
ArtifactUUID:5bf1ca47-4b81-4329-934a-d014c7fe2dc3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-25T03:54:20.753Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aba37285-bd47-4964-9f39-f7b869efaa80 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-03-25T03:54:20.796Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T03:54:20.796Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-25T03:54:20.797Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-25T03:54:20.797Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eaf60afe-d4a7-44d1-a9c5-d52a81b4bd19 from URL: /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:20.797Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-25T03:54:20.797Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:20.849Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-25T03:54:20.854Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar eaf60afe-d4a7-44d1-a9c5-d52a81b4bd19 71553
2022-03-25T03:54:20.854Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar ASDC sendASDCNotification
2022-03-25T03:54:20.854Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:20.855Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:54:20.855Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:54:20.859Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:54:20.859Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180460854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:54:20.959Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:54:20.960Z||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-03-25T03:54:20.961Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:20.976Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:20.976Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:54:21.860Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T03:54:21.861Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-25T03:54:21.861Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: eaf60afe-d4a7-44d1-a9c5-d52a81b4bd19, URL: /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar to file: /app/ASDC/1/service-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:21.862Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:21.862Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:21.863Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:22.122Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10876935126253810800/Definitions/service-BasicOnboardHqnchg-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-03-25T03:54:23.096Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-25T03:54:23.096Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||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-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HQnCHg 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-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria
2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria
2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is not matching search criteria
2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria
2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria
2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria
2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is not matching search criteria
2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ba360048-25ec-44c3-8f10-c5571c0cea05
2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_HQnCHg
Description:service
Model UUID:aba37285-bd47-4964-9f39-f7b869efaa80
Model Version:NULL
Model InvariantUuid:47c6f010-fb40-4be2-b08c-6835f54936d2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_HQnCHg
Model UUID:86443991-435a-4289-b7cb-de4d7f9c606d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:741ea190-1ff8-4e44-8aba-c3eef427a312
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2803a464-3a83-453d-ba30-7961b585e587
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0d9a31d2-2f04-4e1e-b620-3109b3b57f35
ModelName:BasicOnboardHqnchg..base_ubuntu18..module-0
ModelUuid:52c14a10-8852-4ed3-83ad-a6bed76c9ae5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ba360048-25ec-44c3-8f10-c5571c0cea05
ModelInvariantUuid:b82c824d-eabb-4a58-9fdb-84bea1197495
ModelName:basic_onboard_HQnCHg-nodes.ubuntu18Cvfc
ModelUuid:01c8ced2-628b-4fef-8a38-e5e54ee01762
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:590cdd65-07a3-4e10-b615-8d056cbfc0e2
ModelInvariantUuid:8daa7de9-cf29-48aa-b8c5-e5226b330a9a
ModelName:BasicOnboardHqnchg.compute.nodes.heat.ubuntu18
ModelUuid:76920633-4a11-4829-8aae-c75d86828179
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-03-25T03:54:23.106Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 20091e90-a4f5-4a98-b97f-284d8edfb160
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-03-25T03:54:23.109Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||basic_onboard_HQnCHg 0
2022-03-25T03:54:23.109Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 20091e90-a4f5-4a98-b97f-284d8edfb160
2022-03-25T03:54:23.110Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1bd05335-3ba0-44fc-81d5-bf7eacf04d2f from URL: /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json
2022-03-25T03:54:23.110Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-25T03:54:23.110Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json
2022-03-25T03:54:23.210Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-25T03:54:23.210Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json 1bd05335-3ba0-44fc-81d5-bf7eacf04d2f 798
2022-03-25T03:54:23.211Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json ASDC sendASDCNotification
2022-03-25T03:54:23.211Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json
2022-03-25T03:54:23.211Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:54:23.211Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:54:23.215Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:54:23.215Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180463211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:54:23.314Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T03:54:23.315Z||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-03-25T03:54:23.316Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:23.329Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:23.330Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:54:24.216Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHqnchg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0d9a31d2-2f04-4e1e-b620-3109b3b57f35",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "52c14a10-8852-4ed3-83ad-a6bed76c9ae5",
"vfModuleModelCustomizationUUID": "92195f94-71bc-49fe-b675-363f851c5902",
"isBase": true,
"artifacts": [
"3986874a-3d3f-469f-8a3e-75ed7be53475",
"5bf1ca47-4b81-4329-934a-d014c7fe2dc3"
],
"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-03-25T03:54:24.219Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHqnchg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:52c14a10-8852-4ed3-83ad-a6bed76c9ae5
VfModuleModelInvariantUUID:0d9a31d2-2f04-4e1e-b620-3109b3b57f35
VfModuleModelDescription:NULL
Artifacts UUID List:{
3986874a-3d3f-469f-8a3e-75ed7be53475
,
5bf1ca47-4b81-4329-934a-d014c7fe2dc3
}
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-03-25T03:54:24.220Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHqnchg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0d9a31d2-2f04-4e1e-b620-3109b3b57f35",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "52c14a10-8852-4ed3-83ad-a6bed76c9ae5",
"vfModuleModelCustomizationUUID": "92195f94-71bc-49fe-b675-363f851c5902",
"isBase": true,
"artifacts": [
"3986874a-3d3f-469f-8a3e-75ed7be53475",
"5bf1ca47-4b81-4329-934a-d014c7fe2dc3"
],
"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-03-25T03:54:24.221Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHqnchg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:52c14a10-8852-4ed3-83ad-a6bed76c9ae5
VfModuleModelInvariantUUID:0d9a31d2-2f04-4e1e-b620-3109b3b57f35
VfModuleModelDescription:NULL
Artifacts UUID List:{
3986874a-3d3f-469f-8a3e-75ed7be53475
,
5bf1ca47-4b81-4329-934a-d014c7fe2dc3
}
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-03-25T03:54:24.221Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3986874a-3d3f-469f-8a3e-75ed7be53475 from URL: /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml
2022-03-25T03:54:24.221Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-25T03:54:24.221Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml
2022-03-25T03:54:24.314Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-25T03:54:24.314Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml 3986874a-3d3f-469f-8a3e-75ed7be53475 5033
2022-03-25T03:54:24.315Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-25T03:54:24.315Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml
2022-03-25T03:54:24.315Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:54:24.316Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:54:24.318Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:54:24.318Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180464315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:54:24.419Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T03:54:24.420Z||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-03-25T03:54:24.420Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:24.434Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:24.435Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:54:25.319Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5bf1ca47-4b81-4329-934a-d014c7fe2dc3 from URL: /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env
2022-03-25T03:54:25.320Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-25T03:54:25.320Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env
2022-03-25T03:54:25.354Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-25T03:54:25.354Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env 5bf1ca47-4b81-4329-934a-d014c7fe2dc3 909
2022-03-25T03:54:25.355Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-25T03:54:25.355Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env
2022-03-25T03:54:25.355Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:54:25.355Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:54:25.358Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:54:25.358Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180465355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:54:25.458Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:54:25.459Z||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-03-25T03:54:25.459Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:25.474Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:25.474Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:54:26.358Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: aba37285-bd47-4964-9f39-f7b869efaa80
2022-03-25T03:54:26.359Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_HQnCHg 0 20091e90-a4f5-4a98-b97f-284d8edfb160 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-03-25T03:54:26.370Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f2fa3eb, org.onap.sdc.toscaparser.api.parameters.Input@2f3c002e, org.onap.sdc.toscaparser.api.parameters.Input@5631370d, org.onap.sdc.toscaparser.api.parameters.Input@5a3de9fc, org.onap.sdc.toscaparser.api.parameters.Input@68bf29ab]
2022-03-25T03:54:26.371Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:26.372Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:54:26.372Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-03-25T03:54:26.372Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 2803a464-3a83-453d-ba30-7961b585e587
2022-03-25T03:54:26.372Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2803a464-3a83-453d-ba30-7961b585e587 matches Tosca VF Customization UUID: 2803a464-3a83-453d-ba30-7961b585e587
2022-03-25T03:54:26.372Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 2803a464-3a83-453d-ba30-7961b585e587 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-03-25T03:54:26.374Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:26.374Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:54:26.374Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 2803a464-3a83-453d-ba30-7961b585e587: {\"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-03-25T03:54:26.375Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d5ccfaf
2022-03-25T03:54:26.375Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:26.375Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-25T03:54:26.375Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 92195f94-71bc-49fe-b675-363f851c5902
2022-03-25T03:54:26.375Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 92195f94-71bc-49fe-b675-363f851c5902
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-03-25T03:54:26.377Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:26.377Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria
2022-03-25T03:54:26.377Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:54:26.378Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:26.378Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria
2022-03-25T03:54:26.378Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:54:26.378Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:26.378Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is not matching search criteria
2022-03-25T03:54:26.379Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-25T03:54:26.379Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-25T03:54:26.379Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ba360048-25ec-44c3-8f10-c5571c0cea05
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-03-25T03:54:26.380Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:26.381Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria
2022-03-25T03:54:26.381Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:54:26.381Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:26.381Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria
2022-03-25T03:54:26.381Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0] matching following query criteria: sdcType=VF, customizationUUID=2803a464-3a83-453d-ba30-7961b585e587
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-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid aba37285-bd47-4964-9f39-f7b869efaa80: basic_onboard_HQnCHg
2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:54:26.384Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:54:26.384Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:54:26.384Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_HQnCHg
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-03-25T03:54:26.445Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_HQnCHg 20091e90-a4f5-4a98-b97f-284d8edfb160 1 ASDC deployResourceStructure
2022-03-25T03:54:26.446Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json ASDC sendASDCNotification
2022-03-25T03:54:26.446Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json
2022-03-25T03:54:26.446Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T03:54:26.446Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:54:26.448Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:54:26.448Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180466446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T03:54:26.548Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:54:26.549Z||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-03-25T03:54:26.549Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:26.564Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:26.565Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:54:27.448Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-25T03:54:27.449Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml
2022-03-25T03:54:27.449Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T03:54:27.450Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:54:27.452Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:54:27.452Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180467448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-25T03:54:27.552Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:54:27.553Z||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-03-25T03:54:27.553Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:27.567Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:27.568Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:54:28.453Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-25T03:54:28.454Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env
2022-03-25T03:54:28.454Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T03:54:28.454Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:54:28.457Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:54:28.457Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180468453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-25T03:54:28.557Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:54:28.558Z||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-03-25T03:54:28.558Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:28.573Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:28.574Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:54:29.458Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar ASDC sendASDCNotification
2022-03-25T03:54:29.459Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar
2022-03-25T03:54:29.459Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T03:54:29.459Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:54:29.462Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:54:29.462Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180469458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:54:29.563Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T03:54:29.564Z||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-03-25T03:54:29.564Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:54:29.579Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:54:29.580Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:54:30.463Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87d1ea1f-1621-402b-88c8-14c95feaff1d
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-03-25T03:54:30.476Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87d1ea1f-1621-402b-88c8-14c95feaff1d
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-03-25T03:54:30.479Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T03:54:30.480Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-25T03:54:30.480Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-25T03:54:30.480Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-25T03:54:30.480Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:54:30.480Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:54:30.480Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:54:30.480Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:54:30.480Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:54:30.481Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:54:30.481Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T03:54:30.486Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-25T03:55:00.487Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87d1ea1f-1621-402b-88c8-14c95feaff1d 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-03-25T03:55:00.494Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87d1ea1f-1621-402b-88c8-14c95feaff1d and serviceModelVersionId: aba37285-bd47-4964-9f39-f7b869efaa80
2022-03-25T03:55:00.494Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 47c6f010-fb40-4be2-b08c-6835f54936d2
2022-03-25T03:55:00.495Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/47c6f010-fb40-4be2-b08c-6835f54936d2/model-vers/model-ver/aba37285-bd47-4964-9f39-f7b869efaa80?depth=0
2022-03-25T03:55:00.500Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-25T03:55:00.529Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c6f010-fb40-4be2-b08c-6835f54936d2/model-vers/model-ver/aba37285-bd47-4964-9f39-f7b869efaa80?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-03-25T03:55:00.530Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c6f010-fb40-4be2-b08c-6835f54936d2/model-vers/model-ver/aba37285-bd47-4964-9f39-f7b869efaa80?depth=0|INFO|500||Invoke
2022-03-25T03:55:00.550Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c6f010-fb40-4be2-b08c-6835f54936d2/model-vers/model-ver/aba37285-bd47-4964-9f39-f7b869efaa80?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-25T03:55:00.621Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c6f010-fb40-4be2-b08c-6835f54936d2/model-vers/model-ver/aba37285-bd47-4964-9f39-f7b869efaa80?depth=0|INFO|500||InvokeReturn
2022-03-25T03:55:00.621Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c6f010-fb40-4be2-b08c-6835f54936d2/model-vers/model-ver/aba37285-bd47-4964-9f39-f7b869efaa80?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220325-03:55:00:557-66779], vertex-id=[217160], Content-Length=[0], Date=[Fri, 25 Mar 2022 03:55:00 GMT], Content-Type=[application/json]}
2022-03-25T03:55:00.621Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-25T03:55:00.622Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-25T03:55:00.622Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-25T03:55:00.627Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-25T03:55:00.628Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87d1ea1f-1621-402b-88c8-14c95feaff1d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-25T03:55:00.628Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-25T03:55:00.628Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:55:00.631Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:55:00.631Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180500628,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-25T03:55:00.731Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:55:00.732Z||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-03-25T03:55:00.732Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:55:00.769Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:55:00.769Z||pool-34-thread-1|||||INFO|500||cambria reply ok (37 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-03-25T03:55:13.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:55:13.078Z||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-03-25T03:55:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:55:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:55:13.079Z||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-03-25T03:55:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:55:13.204Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:55:13.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:55:13.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180453077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:55:13.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:55:22.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:56:13.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:56:13.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:56:13.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:56:13.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:56:13.081Z||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-03-25T03:56:13.081Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:56:13.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:56:13.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:56:13.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180453077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:56:13.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:56:13.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:56:13.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180453077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:56:13.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:56:13.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:56:13.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180453077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:56:13.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:56:13.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:56:13.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180453077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-25T03:56:13.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:56:13.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:56:13.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180453077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:56:13.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:56:13.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:56:13.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180453077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:56:13.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T03:56:13.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:56:13.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180460854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:56:13.625Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:56:13.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:56:13.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180463211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:56:13.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:56:13.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:56:13.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180464315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:56:13.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:56:13.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:56:13.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180465355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:56:13.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:56:13.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:56:13.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180466446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T03:56:13.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:56:13.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:56:13.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180467448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-25T03:56:13.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:56:13.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:56:13.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180468453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-25T03:56:13.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:56:13.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:56:13.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180469458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:56:13.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:56:13.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T03:56:13.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180500628,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-25T03:56:13.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:56:22.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:57:13.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:57:13.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:57:13.078Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:57:13.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:57:13.079Z||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-03-25T03:57:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:57:22.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:57:22.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:58:13.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:58:13.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:58:13.078Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eSIVNCaRsbf7yGyR) ...
2022-03-25T03:58:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:58:13.079Z||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-03-25T03:58:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:58:22.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:58:22.634Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:59:13.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:59:13.078Z||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-03-25T03:59:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:59:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:59:13.080Z||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-03-25T03:59:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T03:59:22.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:59:22.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:00:13.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T04:00:13.077Z||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-03-25T04:00:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T04:00:13.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T04:00:13.079Z||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-03-25T04:00:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T04:00:22.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:00:22.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:01:13.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T04:01:13.078Z||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-03-25T04:01:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T04:01:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T04:01:13.079Z||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-03-25T04:01:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T04:01:22.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:01:22.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:02:13.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T04:02:13.078Z||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-03-25T04:02:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T04:02:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T04:02:13.079Z||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-03-25T04:02:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T04:02:22.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:02:22.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:03:13.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T04:03:13.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T04:03:13.080Z||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-03-25T04:03:13.080Z||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-03-25T04:03:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T04:03:13.080Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T04:03:22.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:03:22.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:04:13.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T04:04:13.078Z||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-03-25T04:04:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T04:04:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T04:04:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-03-25T04:04:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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 eSIVNCaRsbf7yGyR) ...
2022-03-25T04:04:22.618Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:04:22.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:05:13.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T04:05:13.078Z||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-03-25T04:05:13.078Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T04:05:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T04:05:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-03-25T04:05:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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 eSIVNCaRsbf7yGyR) ...
2022-03-25T04:05:13.709Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:05:13.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc03c9ee-1145-4aba-9386-01bbc0ef9a12","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"03142e5b-5155-4731-bd59-ba2abdf36c5e","serviceDescription":"service","serviceInvariantUUID":"fb8caf7f-d402-4b7d-b9eb-6ab354dee495","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"655cffe4-694e-4576-a67b-8f59e95cf4c9","resourceInvariantUUID":"7a36b12c-42ab-472d-9fd8-000dbc35e217","resourceCustomizationUUID":"736bed98-67d2-4223-9b91-a52bbbcf3f1c","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":"OTdmM2I5MTE0YTE1ZjU4OGE2Y2U1Y2ZmYWFmZWNhNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a25620e9-9227-4261-95dc-872c0cc691bb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmZmYjc3NDYyN2UxYjU3MjM3MzE5M2M3ZjAyYjM2MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d56199e-8cab-442f-aafe-3a76540bb9dc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-25T04:05:13.711Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:05:13.713Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T04:05:13.714Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.714Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648181083794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:05:13.713Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-25T04:05:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-25T04:05:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "cds",
"timestamp": 1648181087812,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:05:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-25T04:05:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648181083794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T04:05:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-25T04:05:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "cds",
"timestamp": 1648181087812,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T04:05:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-25T04:05:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "cds",
"timestamp": 1648181094418,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T04:05:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T04:05:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "cds",
"timestamp": 1648181095422,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-03-25T04:05:13.717Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T04:05:13.717Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648181113077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: 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-03-25T04:05:13.734Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc03c9ee-1145-4aba-9386-01bbc0ef9a12
2022-03-25T04:05:13.734Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc03c9ee-1145-4aba-9386-01bbc0ef9a12 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-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "ves-openapi-manager",
"timestamp": 1648181096660,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "ves-openapi-manager",
"timestamp": 1648181096660,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "aai-ml",
"timestamp": 1648181097860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648181098033,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "aai-ml",
"timestamp": 1648181097860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648181098033,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "aai-ml",
"timestamp": 1648181100547,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648181100720,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "policy-id",
"timestamp": 1648181100322,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "dcae-sch",
"timestamp": 1648181100644,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "policy-id",
"timestamp": 1648181100322,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648181102204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "dcae-sch",
"timestamp": 1648181100644,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "policy-id",
"timestamp": 1648181103031,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648181103207,
"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-03-25T04:05:13.750Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc03c9ee-1145-4aba-9386-01bbc0ef9a12
2022-03-25T04:05:13.750Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc03c9ee-1145-4aba-9386-01bbc0ef9a12 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-03-25T04:05:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "aai-ml",
"timestamp": 1648181103219,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T04:05:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T04:05:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "policy-id",
"timestamp": 1648181104035,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T04:05:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T04:05:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "aai-ml",
"timestamp": 1648181104222,
"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-03-25T04:05:13.763Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc03c9ee-1145-4aba-9386-01bbc0ef9a12
2022-03-25T04:05:13.763Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc03c9ee-1145-4aba-9386-01bbc0ef9a12 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-03-25T04:05:13.770Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.770Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "clamp",
"timestamp": 1648181104097,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:05:13.770Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-25T04:05:13.770Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.770Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "policy-id",
"timestamp": 1648181105037,
"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-03-25T04:05:13.774Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc03c9ee-1145-4aba-9386-01bbc0ef9a12
2022-03-25T04:05:13.774Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc03c9ee-1145-4aba-9386-01bbc0ef9a12 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-03-25T04:05:13.781Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-25T04:05:13.781Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "clamp",
"timestamp": 1648181104097,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T04:05:13.781Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-25T04:05:13.817Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T04:05:13.818Z||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-03-25T04:05:13.818Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T04:05:13.833Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:05:13.834Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-25T04:05:14.718Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T04:05:14.719Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-25T04:05:14.721Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T04:05:14.721Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648181113077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T04:05:14.821Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T04:05:14.822Z||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-03-25T04:05:14.822Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T04:05:14.836Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:05:14.837Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-25T04:05:15.722Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "03142e5b-5155-4731-bd59-ba2abdf36c5e",
"serviceDescription": "service",
"serviceInvariantUUID": "fb8caf7f-d402-4b7d-b9eb-6ab354dee495",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "736bed98-67d2-4223-9b91-a52bbbcf3f1c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "655cffe4-694e-4576-a67b-8f59e95cf4c9",
"resourceInvariantUUID": "7a36b12c-42ab-472d-9fd8-000dbc35e217",
"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": "YmZmYjc3NDYyN2UxYjU3MjM3MzE5M2M3ZjAyYjM2MGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3d56199e-8cab-442f-aafe-3a76540bb9dc"
}
],
"workloadContext": "Production"
}
2022-03-25T04:05:15.723Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-25T04:05:15.723Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 03142e5b-5155-4731-bd59-ba2abdf36c5e ASDC
2022-03-25T04:05:15.723Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:dc03c9ee-1145-4aba-9386-01bbc0ef9a12
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:03142e5b-5155-4731-bd59-ba2abdf36c5e
ServiceInvariantUUID:fb8caf7f-d402-4b7d-b9eb-6ab354dee495
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:3d56199e-8cab-442f-aafe-3a76540bb9dc
ArtifactChecksum:YmZmYjc3NDYyN2UxYjU3MjM3MzE5M2M3ZjAyYjM2MGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:736bed98-67d2-4223-9b91-a52bbbcf3f1c
ResourceInvariantUUID:7a36b12c-42ab-472d-9fd8-000dbc35e217
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:655cffe4-694e-4576-a67b-8f59e95cf4c9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-03-25T04:05:15.723Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 03142e5b-5155-4731-bd59-ba2abdf36c5e 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-03-25T04:05:15.751Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T04:05:15.752Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-25T04:05:15.752Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-25T04:05:15.752Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3d56199e-8cab-442f-aafe-3a76540bb9dc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-25T04:05:15.752Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-25T04:05:15.752Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-25T04:05:15.906Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-25T04:05:15.910Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3d56199e-8cab-442f-aafe-3a76540bb9dc 52486
2022-03-25T04:05:15.910Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-25T04:05:15.911Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-25T04:05:15.911Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T04:05:15.911Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-25T04:05:15.913Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T04:05:15.913Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648181115910,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T04:05:16.014Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T04:05:16.014Z||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-03-25T04:05:16.015Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T04:05:16.030Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:05:16.030Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-25T04:05:16.914Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T04:05:16.916Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-25T04:05:16.916Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3d56199e-8cab-442f-aafe-3a76540bb9dc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-25T04:05:16.916Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-25T04:05:16.917Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-25T04:05:16.917Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-25T04:05:17.055Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1454607722564370767/Definitions/service-BasicNetwork-template.yml
2022-03-25T04:05:17.415Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:05:17.418Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:05:17.418Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:05:17.418Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:05:17.418Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:05:17.418Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:05:17.418Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:05:17.418Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:03142e5b-5155-4731-bd59-ba2abdf36c5e
Model Version:NULL
Model InvariantUuid:fb8caf7f-d402-4b7d-b9eb-6ab354dee495
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7a36b12c-42ab-472d-9fd8-000dbc35e217
Model UUID:794a159e-9f8f-4915-bf23-f8c9e3ff367e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:736bed98-67d2-4223-9b91-a52bbbcf3f1c
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-03-25T04:05:17.424Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 655cffe4-694e-4576-a67b-8f59e95cf4c9
2022-03-25T04:05:17.424Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||No resources found for Service: 03142e5b-5155-4731-bd59-ba2abdf36c5e
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-03-25T04:05:17.427Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||
2022-03-25T04:05:17.427Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-03-25T04:05:17.427Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 03142e5b-5155-4731-bd59-ba2abdf36c5e
2022-03-25T04:05:17.427Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 03142e5b-5155-4731-bd59-ba2abdf36c5e
2022-03-25T04:05:17.427Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-03-25T04:05:17.427Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-25T04:05:17.431Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ba60166, org.onap.sdc.toscaparser.api.parameters.Input@6edd6223, org.onap.sdc.toscaparser.api.parameters.Input@7b4f4372, org.onap.sdc.toscaparser.api.parameters.Input@55190803, org.onap.sdc.toscaparser.api.parameters.Input@7e9f8ef7]
2022-03-25T04:05:17.432Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:05:17.432Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:05:17.432Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:05:17.432Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:05:17.432Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 03142e5b-5155-4731-bd59-ba2abdf36c5e: Generic NeutronNet
2022-03-25T04:05:17.432Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:05:17.432Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:05:17.432Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:05:17.433Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-25T04:05:17.461Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:05:17.461Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:05:17.461Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:05:17.461Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:05:17.461Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:05:17.462Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:05:17.462Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-25T04:05:17.528Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-03-25T04:05:17.528Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-25T04:05:17.528Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-25T04:05:17.529Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T04:05:17.529Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-25T04:05:17.532Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T04:05:17.532Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648181117528,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T04:05:17.632Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T04:05:17.633Z||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-03-25T04:05:17.633Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T04:05:17.646Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:05:17.646Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-25T04:05:18.533Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc03c9ee-1145-4aba-9386-01bbc0ef9a12
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-03-25T04:05:18.546Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc03c9ee-1145-4aba-9386-01bbc0ef9a12
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-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T04:05:18.551Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T04:05:18.557Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-25T04:05:48.557Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc03c9ee-1145-4aba-9386-01bbc0ef9a12 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-03-25T04:05:48.565Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc03c9ee-1145-4aba-9386-01bbc0ef9a12 and serviceModelVersionId: 03142e5b-5155-4731-bd59-ba2abdf36c5e
2022-03-25T04:05:48.566Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb8caf7f-d402-4b7d-b9eb-6ab354dee495
2022-03-25T04:05:48.567Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb8caf7f-d402-4b7d-b9eb-6ab354dee495/model-vers/model-ver/03142e5b-5155-4731-bd59-ba2abdf36c5e?depth=0
2022-03-25T04:05:48.575Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-25T04:05:48.600Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb8caf7f-d402-4b7d-b9eb-6ab354dee495/model-vers/model-ver/03142e5b-5155-4731-bd59-ba2abdf36c5e?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-03-25T04:05:48.600Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb8caf7f-d402-4b7d-b9eb-6ab354dee495/model-vers/model-ver/03142e5b-5155-4731-bd59-ba2abdf36c5e?depth=0|INFO|500||Invoke
2022-03-25T04:05:48.616Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb8caf7f-d402-4b7d-b9eb-6ab354dee495/model-vers/model-ver/03142e5b-5155-4731-bd59-ba2abdf36c5e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-25T04:05:48.817Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb8caf7f-d402-4b7d-b9eb-6ab354dee495/model-vers/model-ver/03142e5b-5155-4731-bd59-ba2abdf36c5e?depth=0|INFO|500||InvokeReturn
2022-03-25T04:05:48.817Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb8caf7f-d402-4b7d-b9eb-6ab354dee495/model-vers/model-ver/03142e5b-5155-4731-bd59-ba2abdf36c5e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220325-04:05:48:623-74477], vertex-id=[143512], Content-Length=[0], Date=[Fri, 25 Mar 2022 04:05:48 GMT], Content-Type=[application/json]}
2022-03-25T04:05:48.817Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-03-25T04:05:48.818Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-25T04:05:48.818Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-25T04:05:48.823Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-25T04:05:48.823Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc03c9ee-1145-4aba-9386-01bbc0ef9a12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-25T04:05:48.823Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-25T04:05:48.823Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-25T04:05:48.825Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T04:05:48.825Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648181148823,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-25T04:05:48.925Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T04:05:48.926Z||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-03-25T04:05:48.926Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T04:05:48.943Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:05:48.944Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-25T04:06:13.077Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T04:06:13.078Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|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-03-25T04:06:13.078Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|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 eSIVNCaRsbf7yGyR) ...
2022-03-25T04:06:13.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T04:06:13.079Z||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-03-25T04:06:13.079Z||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 eSIVNCaRsbf7yGyR) ...
2022-03-25T04:06:13.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:06:13.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T04:06:13.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12",
"consumerID": "clamp",
"timestamp": 1648181113598,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T04:06:13.202Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T04:06:13.709Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:06:13.710Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T04:06:13.710Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"7207f0a4-ef33-4feb-8f0b-b363d801438d","serviceName":"Demo_pNF_bOsW4w4WynSPdlb61Oty","serviceVersion":"1.0","serviceUUID":"7d0eae34-0155-4836-bc7c-e3b127b60664","serviceDescription":"catalog service description","serviceInvariantUUID":"ec938568-2d0c-4691-a6f2-b16a747115da","resources":[{"resourceInstanceName":"pNF 8151bc54-c786 0","resourceName":"pNF 8151bc54-c786","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"34589cd1-a6af-4292-ba21-47ba058178ed","resourceInvariantUUID":"be2c7de9-b02c-4443-8e77-1a8c8282b628","resourceCustomizationUUID":"d1d182c0-acbc-4a02-86c2-7ce4b119d690","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vf-license-model.xml","artifactChecksum":"NjRiMmQ2NGFkODBmYmQ0OGY1ODRkMDVhMjdmZWVjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2168187a-bd6b-4af3-bfad-4ba5988b7a5d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/pNF.csar","artifactChecksum":"YjkwYTI5MmRmOWFhMTMyMjAxOWI3MmMzM2YyMzJkZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"042398a3-b90e-4978-a7c1-8a82b33f469f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d45a80e2-abf9-42e3-84d7-a7388572b42a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vendor-license-model.xml","artifactChecksum":"ZmVjNWU1YjE0Y2Y4NWE3YjhmMzU2NWFjOTBhMmVhMGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08c35023-2988-409a-8548-4e579ee4efba","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4897d36b-47b8-49ae-b3f2-f711f018a33b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e04d795c-4dac-457c-9bb4-d63fdfef57bc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBosw4w4wynspdlb61oty-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-template.yml","artifactChecksum":"ZmQ2ODVlOTc1YTI2NjUyZGMyYjdkZjliMTJhNzUyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75678a79-19a7-4b58-be0b-0dd30ce130d6","artifactVersion":"1"},{"artifactName":"service-DemoPnfBosw4w4wynspdlb61oty-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar","artifactChecksum":"OWM1ZDE4ZjI0MTcxODIxYmM5MDA0NTM4NmVlYzVjN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4042ee0e-fd7b-4fc7-8c53-c34ecf064a00","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-25T04:06:13.714Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T04:06:13.714Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-25T04:06:13.716Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T04:06:13.717Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648181173077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:06:13.817Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T04:06:13.817Z||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-03-25T04:06:13.818Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T04:06:13.831Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:06:13.831Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-25T04:06:14.717Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T04:06:14.718Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-25T04:06:14.720Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T04:06:14.721Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648181173077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:06:14.821Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T04:06:14.821Z||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-03-25T04:06:14.822Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T04:06:14.836Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:06:14.837Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-25T04:06:15.721Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T04:06:15.722Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-25T04:06:15.724Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T04:06:15.724Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648181173077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:06:15.825Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-25T04:06:15.826Z||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-03-25T04:06:15.826Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T04:06:15.842Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:06:15.843Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-25T04:06:16.725Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T04:06:16.726Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-25T04:06:16.728Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T04:06:16.728Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648181173077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:06:16.828Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T04:06:16.829Z||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-03-25T04:06:16.829Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T04:06:16.842Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:06:16.843Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-25T04:06:17.728Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T04:06:17.729Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-25T04:06:17.731Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T04:06:17.732Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648181173077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:06:17.832Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T04:06:17.832Z||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-03-25T04:06:17.833Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T04:06:17.847Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:06:17.847Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-25T04:06:18.732Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T04:06:18.733Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-25T04:06:18.736Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T04:06:18.736Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648181173077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:06:18.836Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T04:06:18.836Z||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-03-25T04:06:18.836Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T04:06:18.850Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:06:18.850Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-25T04:06:19.736Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T04:06:19.737Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-25T04:06:19.739Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T04:06:19.739Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648181173077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T04:06:19.839Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T04:06:19.839Z||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-03-25T04:06:19.839Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T04:06:19.858Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:06:19.858Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-25T04:06:20.739Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T04:06:20.740Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-25T04:06:20.741Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T04:06:20.741Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648181173077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T04:06:20.841Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T04:06:20.842Z||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-03-25T04:06:20.842Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T04:06:20.857Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:06:20.857Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-25T04:06:21.742Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d",
"serviceName": "Demo_pNF_bOsW4w4WynSPdlb61Oty",
"serviceVersion": "1.0",
"serviceUUID": "7d0eae34-0155-4836-bc7c-e3b127b60664",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ec938568-2d0c-4691-a6f2-b16a747115da",
"resources": [
{
"resourceInstanceName": "pNF 8151bc54-c786 0",
"resourceCustomizationUUID": "d1d182c0-acbc-4a02-86c2-7ce4b119d690",
"resourceName": "pNF 8151bc54-c786",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "34589cd1-a6af-4292-ba21-47ba058178ed",
"resourceInvariantUUID": "be2c7de9-b02c-4443-8e77-1a8c8282b628",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfBosw4w4wynspdlb61oty-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar",
"artifactChecksum": "OWM1ZDE4ZjI0MTcxODIxYmM5MDA0NTM4NmVlYzVjN2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4042ee0e-fd7b-4fc7-8c53-c34ecf064a00"
}
],
"workloadContext": "Production"
}
2022-03-25T04:06:21.742Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-25T04:06:21.743Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7d0eae34-0155-4836-bc7c-e3b127b60664 ASDC
2022-03-25T04:06:21.743Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7207f0a4-ef33-4feb-8f0b-b363d801438d
ServiceName:Demo_pNF_bOsW4w4WynSPdlb61Oty
ServiceVersion:1.0
ServiceUUID:7d0eae34-0155-4836-bc7c-e3b127b60664
ServiceInvariantUUID:ec938568-2d0c-4691-a6f2-b16a747115da
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBosw4w4wynspdlb61oty-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar
ArtifactUUID:4042ee0e-fd7b-4fc7-8c53-c34ecf064a00
ArtifactChecksum:OWM1ZDE4ZjI0MTcxODIxYmM5MDA0NTM4NmVlYzVjN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8151bc54-c786 0
ResourceCustomizationUUID:d1d182c0-acbc-4a02-86c2-7ce4b119d690
ResourceInvariantUUID:be2c7de9-b02c-4443-8e77-1a8c8282b628
ResourceName:pNF 8151bc54-c786
ResourceType:PNF
ResourceUUID:34589cd1-a6af-4292-ba21-47ba058178ed
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-03-25T04:06:21.743Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d0eae34-0155-4836-bc7c-e3b127b60664 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-03-25T04:06:21.772Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T04:06:21.772Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-25T04:06:21.772Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-25T04:06:21.772Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4042ee0e-fd7b-4fc7-8c53-c34ecf064a00 from URL: /sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar
2022-03-25T04:06:21.773Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-25T04:06:21.773Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar
2022-03-25T04:06:21.822Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-25T04:06:21.829Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 4042ee0e-fd7b-4fc7-8c53-c34ecf064a00 82630
2022-03-25T04:06:21.830Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar ASDC sendASDCNotification
2022-03-25T04:06:21.830Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar
2022-03-25T04:06:21.830Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T04:06:21.830Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-25T04:06:21.832Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T04:06:21.832Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648181181830,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T04:06:21.933Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T04:06:21.934Z||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-03-25T04:06:21.934Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ...
2022-03-25T04:06:21.948Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T04:06:21.948Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-25T04:06:22.833Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T04:06:22.834Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-25T04:06:22.834Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4042ee0e-fd7b-4fc7-8c53-c34ecf064a00, URL: /sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar to file: /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar
2022-03-25T04:06:22.835Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBosw4w4wynspdlb61oty-csar.csar
2022-03-25T04:06:22.835Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar
2022-03-25T04:06:22.835Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar
2022-03-25T04:06:23.072Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5772421780703284943/Definitions/service-DemoPnfBosw4w4wynspdlb61oty-template.yml
2022-03-25T04:06:23.573Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8151bc54-c786 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-DemoPnfBosw4w4wynspdlb61oty-csar.csar
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||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-DemoPnfBosw4w4wynspdlb61oty-csar.csar
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||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-DemoPnfBosw4w4wynspdlb61oty-csar.csar
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Node template pNF 8151bc54-c786 0 is matching search criteria
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 8151bc54-c786 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Node template pNF 8151bc54-c786 0 is matching search criteria
2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 8151bc54-c786 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_bOsW4w4WynSPdlb61Oty
Description:catalog service description
Model UUID:7d0eae34-0155-4836-bc7c-e3b127b60664
Model Version:NULL
Model InvariantUuid:ec938568-2d0c-4691-a6f2-b16a747115da
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-03-25T04:06:23.578Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 34589cd1-a6af-4292-ba21-47ba058178ed
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-03-25T04:06:23.579Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||pNF 8151bc54-c786 0
2022-03-25T04:06:23.579Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 34589cd1-a6af-4292-ba21-47ba058178ed
2022-03-25T04:06:23.579Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 7d0eae34-0155-4836-bc7c-e3b127b60664
2022-03-25T04:06:23.579Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7d0eae34-0155-4836-bc7c-e3b127b60664
2022-03-25T04:06:23.579Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8151bc54-c786 0 34589cd1-a6af-4292-ba21-47ba058178ed 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-03-25T04:06:23.581Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7842733, org.onap.sdc.toscaparser.api.parameters.Input@4d9e48a6, org.onap.sdc.toscaparser.api.parameters.Input@40fad86e, org.onap.sdc.toscaparser.api.parameters.Input@46d07123, org.onap.sdc.toscaparser.api.parameters.Input@60cb6b75]
2022-03-25T04:06:23.581Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T04:06:23.581Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T04:06:23.581Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7d0eae34-0155-4836-bc7c-e3b127b60664: pNF 8151bc54-c786
2022-03-25T04:06:23.581Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||Processing PNF resource: 34589cd1-a6af-4292-ba21-47ba058178ed
2022-03-25T04:06:23.581Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery