By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-05-23T05:24:52.753Z||main|||||INFO|500||The following profiles are active: basic
2022-05-23T05:25:08.551Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-23T05:25:08.552Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-23T05:25:08.687Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-23T05:25:15.130Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-23T05:25:15.981Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-23T05:25:16.834Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-23T05:25:16.871Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-23T05:25:17.132Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-23T05:25:17.796Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-23T05:25:18.938Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-23T05:25:22.359Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-23T05:25:27.499Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-23T05:25:27.584Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-23T05:25:28.659Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-23T05:25:29.410Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-23T05:25:31.946Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-23T05:25:33.564Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-23T05:25:33.612Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$20cf312a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-23T05:25:33.613Z||main|||||WARN|500||The sdc end point is not alive
2022-05-23T05:25:38.117Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-23T05:25:42.344Z||main|||||WARN|500||---
2022-05-23T05:25:42.344Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-23T05:25:42.345Z||main|||||WARN|500||---
2022-05-23T05:25:43.172Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-23T05:25:50.422Z||main|||||INFO|500||Started Application in 63.285 seconds (JVM running for 67.115)
2022-05-23T05:25:50.461Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-23T05:25:50.471Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-23T05:25:50.500Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-23T05:25:50.543Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-23T05:25:50.640Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 155bf9ea-3be6-4886-afcb-c9f6870ee987 url= /sdc/v1/artifactTypes
2022-05-23T05:25:50.644Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-23T05:25:51.074Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-23T05:25:51.117Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-23T05:25:51.152Z||scheduling-1|||||DEBUG|500||create keys
2022-05-23T05:25:51.161Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-23T05:25:51.187Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:25:51.218Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c5bf7cf4-ed15-49c3-b4eb-b9ab7bb0a313 url= /sdc/v1/registerForDistribution
2022-05-23T05:25:51.322Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c5bf7cf4-ed15-49c3-b4eb-b9ab7bb0a313 url= /sdc/v1/registerForDistribution
2022-05-23T05:25:51.322Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-23T05:25:51.338Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:25:51.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:25:51.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:25:51.352Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-23T05:25:51.353Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:25:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:25:51.358Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:26:01.658Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:26:01.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:26:51.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:26:51.336Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:26:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:26:51.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:26:51.342Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:26:51.343Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:27:00.901Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:27:00.901Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:27:51.341Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:27:51.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:27:51.343Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:27:51.343Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:27:51.343Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:27:51.345Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:28:00.899Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:28:00.899Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:28:51.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:28:51.337Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:28:51.337Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:28:51.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:28:51.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:28:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:29:00.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:29:00.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:29:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:29:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:29:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:29:51.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:29:51.340Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:29:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:30:00.887Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:30:00.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:30:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:30:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:30:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:30:51.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:30:51.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:30:51.342Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:31:00.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:31:00.909Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:31:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:31:51.336Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:31:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:31:51.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:31:51.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:31:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:32:00.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:32:00.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:32:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:32:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:32:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:32:51.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:32:51.340Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:32:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:33:00.885Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:33:00.885Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:33:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:33:51.337Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:33:51.338Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:33:51.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:33:51.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:33:51.341Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:34:00.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:34:00.887Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:34:51.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:34:51.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:34:51.338Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:34:51.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:34:51.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:34:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:35:00.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:35:00.902Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:35:13.025Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-23T05:35:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:35:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:35:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:35:51.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:35:51.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:35:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:36:00.886Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:36:00.888Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:36:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:36:51.336Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:36:51.337Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:36:51.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:36:51.340Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:36:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:37:00.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:37:00.890Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:37:51.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:37:51.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:37:51.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:37:51.339Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:37:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:37:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:38:00.905Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:38:00.907Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:38:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:38:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:38:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:38:51.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:38:51.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:38:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:39:00.889Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:39:00.891Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:39:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:39:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:39:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:39:51.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:39:51.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:39:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:40:00.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:40:00.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:40:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:40:51.336Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:40:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:40:51.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:40:51.339Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:40:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:41:00.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:41:00.888Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:41:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:41:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:41:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:41:51.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:41:51.340Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:41:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:42:00.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:42:00.888Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:42:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:42:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:42:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:42:51.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:42:51.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:42:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:43:00.895Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:43:00.896Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:43:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:43:51.336Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:43:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:43:51.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:43:51.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:43:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:44:00.895Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:44:00.895Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:44:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:44:51.336Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:44:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:44:51.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:44:51.340Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:44:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:45:00.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:45:00.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:45:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:45:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:45:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:45:51.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:45:51.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:45:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:46:00.887Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:46:00.887Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:46:51.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:46:51.337Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:46:51.338Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:46:51.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:46:51.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:46:51.342Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:47:00.901Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:47:00.910Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:47:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:47:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:47:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:47:51.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:47:51.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:47:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:48:00.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:48:00.894Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:48:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:48:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:48:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:48:51.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:48:51.339Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:48:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:49:00.886Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:49:00.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:49:51.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:49:51.335Z||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-05-23T05:49:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:49:51.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:49:51.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:49:51.339Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:50:00.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:50:00.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:50:51.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:50:51.335Z||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-05-23T05:50:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:50:51.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:50:51.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:50:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:51:00.897Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:51:00.897Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:51:51.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:51:51.336Z||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-05-23T05:51:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:51:51.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:51:51.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:51:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:52:00.889Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:52:00.892Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:52:51.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:52:51.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:52:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:52:51.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:52:51.340Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:52:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:53:00.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:53:00.885Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:53:51.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:53:51.336Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:53:51.337Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:53:51.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:53:51.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:53:51.342Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:54:00.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:54:00.890Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:54:25.453Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-23T05:54:51.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:54:51.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:54:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:54:51.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:54:51.340Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:54:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:55:00.903Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:55:00.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:55:51.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:55:51.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:55:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:55:51.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:55:51.340Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:55:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:56:00.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:56:00.899Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:56:51.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:56:51.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:56:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:56:51.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:56:51.340Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:56:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:57:00.894Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:57:00.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:57:51.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:57:51.337Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:57:51.337Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:57:51.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:57:51.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:57:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:58:00.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:58:00.885Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:58:51.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:58:51.335Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:58:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:58:51.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:58:51.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:58:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:59:00.956Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:59:00.956Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T05:59:51.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:59:51.336Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:59:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T05:59:51.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T05:59:51.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T05:59:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:00:00.893Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:00:00.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:00:51.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:00:51.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:00:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:00:51.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:00:51.339Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:00:51.339Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:00.890Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:01:00.890Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:01:51.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:01:51.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:01:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:51.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:01:51.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:01:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:51.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:01:51.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-23T06:01:51.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"77a8b2a3-ad96-4c56-b424-322c531fc020","serviceName":"basic_onboard_DCtALo","serviceVersion":"1.0","serviceUUID":"fd1b88af-be19-4bb4-8162-8b17a6d25b12","serviceDescription":"service","serviceInvariantUUID":"522a94e3-1065-4527-8f65-ac60deac6732","resources":[{"resourceInstanceName":"basic_onboard_DCtALo 0","resourceName":"basic_onboard_DCtALo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"17a3c741-af66-42d2-a927-70a38e145537","resourceInvariantUUID":"e00b34b0-8262-49b1-b99a-e441cb6894cb","resourceCustomizationUUID":"6ee1de50-eaf8-4344-8d42-fcb3559eb9e8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml","artifactChecksum":"YzE2YzYzMzMxODUzY2JjNGJkM2FjMjc5NmM1ZTU3NTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"75c176c5-aeea-407e-93ff-e9b259303647","artifactVersion":"1"},{"artifactName":"basic_onboard_dctalo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json","artifactChecksum":"NDNjODA4YzhkNjQ5ZDYxZjZkMjBkZTA1NTA0MDYyYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52ea0f5d-a08d-4a37-8666-3083d4317519","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"23697226-d8e8-4cf6-90a5-5179bb0c8a8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c21e00df-1869-45fe-9ef2-82baa5a99061","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7610e38e-2187-4563-bd72-99e357e84159","artifactVersion":"2","generatedFromUUID":"23697226-d8e8-4cf6-90a5-5179bb0c8a8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDctalo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml","artifactChecksum":"OGQ3YmUxZjhlMzg0MzliNDhmZmZhOGZkZDg4MWI4YjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"61f8ae2d-cdb8-4d1c-b62d-799e238adfb2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDctalo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar","artifactChecksum":"ZmQyNmY2MjEyZWQ3OWFiMjJiOGUzZjg1YzI3YzJmMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab14803c-173c-4fb3-8224-28d0d91d5eba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-23T06:01:51.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:01:51.987Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:01:51.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:51.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "cds",
"timestamp": 1653285666210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:51.995Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:01:52.017Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:01:52.018Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285711334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285667109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "policy-id",
"timestamp": 1653285665627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285660244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285667109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
"status": "NOTIFIED"
}
2022-05-23T06:01:52.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "cds",
"timestamp": 1653285666210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "policy-id",
"timestamp": 1653285665627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285660244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "cds",
"timestamp": 1653285666210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285667109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-23T06:01:52.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "policy-id",
"timestamp": 1653285665627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-23T06:01:52.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285660244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285667109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "cds",
"timestamp": 1653285666210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "policy-id",
"timestamp": 1653285665627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285660244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285667109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-23T06:01:52.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "cds",
"timestamp": 1653285666210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "policy-id",
"timestamp": 1653285665627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285660244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "cds",
"timestamp": 1653285666210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285667109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "policy-id",
"timestamp": 1653285665627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285660244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "ves-openapi-manager",
"timestamp": 1653285671910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "cds",
"timestamp": 1653285666210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:01:52.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285667109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:01:52.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "policy-id",
"timestamp": 1653285665627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:01:52.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285660244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:01:52.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "ves-openapi-manager",
"timestamp": 1653285671910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "ves-openapi-manager",
"timestamp": 1653285671910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285675423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:01:52.046Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285675687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:01:52.047Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "cds",
"timestamp": 1653285675437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:01:52.048Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "policy-id",
"timestamp": 1653285674298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:01:52.048Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "ves-openapi-manager",
"timestamp": 1653285671910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "cds",
"timestamp": 1653285676458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:01:52.117Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-05-23T06:01:52.122Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:01:52.123Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:52.145Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:01:52.146Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:01:52.260Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77a8b2a3-ad96-4c56-b424-322c531fc020
2022-05-23T06:01:52.287Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a8b2a3-ad96-4c56-b424-322c531fc020 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:01:52.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "policy-id",
"timestamp": 1653285675308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-23T06:01:52.317Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285676624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:01:52.318Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "clamp",
"timestamp": 1653285676310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "ves-openapi-manager",
"timestamp": 1653285671910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "policy-id",
"timestamp": 1653285676313,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:01:52.333Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77a8b2a3-ad96-4c56-b424-322c531fc020
2022-05-23T06:01:52.333Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a8b2a3-ad96-4c56-b424-322c531fc020 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:01:52.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285677731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:01:52.343Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "clamp",
"timestamp": 1653285676310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
"status": "NOTIFIED"
}
2022-05-23T06:01:52.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "ves-openapi-manager",
"timestamp": 1653285671910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285678796,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:01:52.350Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77a8b2a3-ad96-4c56-b424-322c531fc020
2022-05-23T06:01:52.351Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a8b2a3-ad96-4c56-b424-322c531fc020 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-23T06:01:52.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "aai-ml",
"timestamp": 1653285678080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "clamp",
"timestamp": 1653285676310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "ves-openapi-manager",
"timestamp": 1653285671910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285679801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-23T06:01:52.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "aai-ml",
"timestamp": 1653285678080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285680314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-23T06:01:52.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "clamp",
"timestamp": 1653285676310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "aai-ml",
"timestamp": 1653285678080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285681320,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:01:52.371Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77a8b2a3-ad96-4c56-b424-322c531fc020
2022-05-23T06:01:52.371Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a8b2a3-ad96-4c56-b424-322c531fc020 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:01:52.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "clamp",
"timestamp": 1653285676310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "aai-ml",
"timestamp": 1653285678080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "clamp",
"timestamp": 1653285676310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "aai-ml",
"timestamp": 1653285678080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "clamp",
"timestamp": 1653285676310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "aai-ml",
"timestamp": 1653285678080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "aai-ml",
"timestamp": 1653285678080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "aai-ml",
"timestamp": 1653285685932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:01:52.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "clamp",
"timestamp": 1653285689380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:01:52.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "clamp",
"timestamp": 1653285691400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-23T06:01:52.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "clamp",
"timestamp": 1653285692404,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:01:52.387Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 77a8b2a3-ad96-4c56-b424-322c531fc020
2022-05-23T06:01:52.387Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a8b2a3-ad96-4c56-b424-322c531fc020 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:01:52.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "aai-ml",
"timestamp": 1653285701383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-23T06:01:52.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:01:52.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:01:52.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "aai-ml",
"timestamp": 1653285702389,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:01:52.401Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 77a8b2a3-ad96-4c56-b424-322c531fc020
2022-05-23T06:01:52.401Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a8b2a3-ad96-4c56-b424-322c531fc020 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:01:53.027Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:01:53.028Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:01:53.030Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:01:53.030Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285711334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
"status": "NOTIFIED"
}
2022-05-23T06:01:53.130Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:01:53.131Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:01:53.132Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:53.145Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:01:53.146Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:01:54.031Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:01:54.032Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:01:54.034Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:01:54.034Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285711334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-23T06:01:54.135Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:01:54.136Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:01:54.136Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:54.151Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:01:54.152Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:01:55.039Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:01:55.057Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:01:55.062Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:01:55.063Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285711334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:55.161Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-23T06:01:55.162Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:01:55.163Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:55.177Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:01:55.178Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:01:56.063Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:01:56.064Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:01:56.066Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:01:56.066Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285711334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-23T06:01:56.167Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:01:56.168Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:01:56.168Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:56.182Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:01:56.183Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:01:57.067Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:01:57.068Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:01:57.070Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:01:57.070Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285711334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:01:57.171Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-23T06:01:57.172Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:01:57.172Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:57.188Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:01:57.189Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:01:58.071Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:01:58.072Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:01:58.074Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:01:58.074Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285711334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:01:58.175Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:01:58.176Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:01:58.176Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:58.190Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:01:58.191Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:01:59.077Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"serviceName": "basic_onboard_DCtALo",
"serviceVersion": "1.0",
"serviceUUID": "fd1b88af-be19-4bb4-8162-8b17a6d25b12",
"serviceDescription": "service",
"serviceInvariantUUID": "522a94e3-1065-4527-8f65-ac60deac6732",
"resources": [
{
"resourceInstanceName": "basic_onboard_DCtALo 0",
"resourceCustomizationUUID": "6ee1de50-eaf8-4344-8d42-fcb3559eb9e8",
"resourceName": "basic_onboard_DCtALo",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "17a3c741-af66-42d2-a927-70a38e145537",
"resourceInvariantUUID": "e00b34b0-8262-49b1-b99a-e441cb6894cb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dctalo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
"artifactChecksum": "NDNjODA4YzhkNjQ5ZDYxZjZkMjBkZTA1NTA0MDYyYjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "52ea0f5d-a08d-4a37-8666-3083d4317519",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "23697226-d8e8-4cf6-90a5-5179bb0c8a8f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7610e38e-2187-4563-bd72-99e357e84159",
"generatedFromUUID": "23697226-d8e8-4cf6-90a5-5179bb0c8a8f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7610e38e-2187-4563-bd72-99e357e84159",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDctalo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"artifactChecksum": "ZmQyNmY2MjEyZWQ3OWFiMjJiOGUzZjg1YzI3YzJmMDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ab14803c-173c-4fb3-8224-28d0d91d5eba"
}
],
"workloadContext": "Production"
}
2022-05-23T06:01:59.079Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-23T06:01:59.079Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd1b88af-be19-4bb4-8162-8b17a6d25b12 ASDC
2022-05-23T06:01:59.200Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:77a8b2a3-ad96-4c56-b424-322c531fc020
ServiceName:basic_onboard_DCtALo
ServiceVersion:1.0
ServiceUUID:fd1b88af-be19-4bb4-8162-8b17a6d25b12
ServiceInvariantUUID:522a94e3-1065-4527-8f65-ac60deac6732
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDctalo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar
ArtifactUUID:ab14803c-173c-4fb3-8224-28d0d91d5eba
ArtifactChecksum:ZmQyNmY2MjEyZWQ3OWFiMjJiOGUzZjg1YzI3YzJmMDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DCtALo 0
ResourceCustomizationUUID:6ee1de50-eaf8-4344-8d42-fcb3559eb9e8
ResourceInvariantUUID:e00b34b0-8262-49b1-b99a-e441cb6894cb
ResourceName:basic_onboard_DCtALo
ResourceType:VF
ResourceUUID:17a3c741-af66-42d2-a927-70a38e145537
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dctalo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json
ArtifactUUID:52ea0f5d-a08d-4a37-8666-3083d4317519
ArtifactChecksum:NDNjODA4YzhkNjQ5ZDYxZjZkMjBkZTA1NTA0MDYyYjY=
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/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:23697226-d8e8-4cf6-90a5-5179bb0c8a8f
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/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env
ArtifactUUID:7610e38e-2187-4563-bd72-99e357e84159
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/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env
ArtifactUUID:7610e38e-2187-4563-bd72-99e357e84159
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-23T06:01:59.200Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd1b88af-be19-4bb4-8162-8b17a6d25b12 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-23T06:01:59.261Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:01:59.263Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-23T06:01:59.264Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-23T06:01:59.264Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ab14803c-173c-4fb3-8224-28d0d91d5eba from URL: /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:01:59.265Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-23T06:01:59.266Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:01:59.630Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-23T06:01:59.652Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar ab14803c-173c-4fb3-8224-28d0d91d5eba 71578
2022-05-23T06:01:59.654Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar ASDC sendASDCNotification
2022-05-23T06:01:59.654Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:01:59.655Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:01:59.656Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:01:59.659Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:01:59.659Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285719652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:01:59.759Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:01:59.760Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:01:59.760Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:01:59.775Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:01:59.776Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:02:00.660Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:02:00.662Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-23T06:02:00.662Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ab14803c-173c-4fb3-8224-28d0d91d5eba, URL: /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar to file: /app/ASDC/1/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:00.663Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:00.761Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:00.761Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:01.425Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13283936953972466754/Definitions/service-BasicOnboardDctalo-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-23T06:02:03.792Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-23T06:02:03.798Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-23T06:02:03.798Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.798Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-23T06:02:03.798Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||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-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.798Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.799Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.799Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.799Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.799Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.799Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.799Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DCtALo 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-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.799Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:03.800Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-23T06:02:03.807Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:03.809Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:03.813Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:03.814Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-23T06:02:03.816Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:02:03.818Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:03.818Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:03.819Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:03.819Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-23T06:02:03.819Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:02:03.820Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:03.820Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:03.824Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:03.825Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is not matching search criteria
2022-05-23T06:02:03.825Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-23T06:02:03.826Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-23T06:02:03.826Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-23T06:02:03.826Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-23T06:02:03.827Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-23T06:02:03.827Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:03.828Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:02:03.829Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:03.829Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:03.830Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:02:03.830Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:03.831Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:03.831Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:02:03.831Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:03.831Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:03.832Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:02:03.832Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:03.832Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is not matching search criteria
2022-05-23T06:02:03.833Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-23T06:02:03.833Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-23T06:02:03.833Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3f846180-ce21-45e6-90ac-002c5f4f8c75
2022-05-23T06:02:03.833Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:03.834Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:03.834Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:03.834Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:03.834Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:03.835Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:03.835Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:03.835Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:03.835Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_DCtALo
Description:service
Model UUID:fd1b88af-be19-4bb4-8162-8b17a6d25b12
Model Version:NULL
Model InvariantUuid:522a94e3-1065-4527-8f65-ac60deac6732
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_DCtALo
Model UUID:b1fe0e5e-e7a9-4cde-87cf-fff61aedd5f4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e00b34b0-8262-49b1-b99a-e441cb6894cb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6ee1de50-eaf8-4344-8d42-fcb3559eb9e8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:04b6b37f-5b9a-4cce-a0df-f2c8252695bd
ModelName:BasicOnboardDctalo..base_ubuntu18..module-0
ModelUuid:eda23a53-f461-4216-81c7-321fba73a9bb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3f846180-ce21-45e6-90ac-002c5f4f8c75
ModelInvariantUuid:bd657b50-9092-4bc6-94c3-74648154387a
ModelName:basic_onboard_DCtALo-nodes.ubuntu18Cvfc
ModelUuid:30c95f27-f7fe-4741-be25-f3ea3a6c99f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c16f6dc4-39de-4736-9061-97948469313c
ModelInvariantUuid:450253b2-10a8-4914-85b2-8ab74caa3415
ModelName:BasicOnboardDctalo.compute.nodes.heat.ubuntu18
ModelUuid:21f5bfd4-8cad-4fff-9ccf-8ec7f6644328
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-23T06:02:03.852Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 17a3c741-af66-42d2-a927-70a38e145537
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:02:03.970Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||basic_onboard_DCtALo 0
2022-05-23T06:02:03.977Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 17a3c741-af66-42d2-a927-70a38e145537
2022-05-23T06:02:03.977Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 52ea0f5d-a08d-4a37-8666-3083d4317519 from URL: /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json
2022-05-23T06:02:03.977Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-23T06:02:03.978Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json
2022-05-23T06:02:04.112Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-23T06:02:04.113Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json 52ea0f5d-a08d-4a37-8666-3083d4317519 798
2022-05-23T06:02:04.113Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json ASDC sendASDCNotification
2022-05-23T06:02:04.113Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json
2022-05-23T06:02:04.114Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:02:04.114Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:02:04.117Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:02:04.117Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285724113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:02:04.217Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:02:04.219Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:02:04.219Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:02:04.232Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:02:04.233Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:02:05.119Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDctalo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "04b6b37f-5b9a-4cce-a0df-f2c8252695bd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "eda23a53-f461-4216-81c7-321fba73a9bb",
"vfModuleModelCustomizationUUID": "85280bc7-f3d5-453f-9e44-455910e75418",
"isBase": true,
"artifacts": [
"23697226-d8e8-4cf6-90a5-5179bb0c8a8f",
"7610e38e-2187-4563-bd72-99e357e84159"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-23T06:02:05.134Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDctalo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eda23a53-f461-4216-81c7-321fba73a9bb
VfModuleModelInvariantUUID:04b6b37f-5b9a-4cce-a0df-f2c8252695bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
23697226-d8e8-4cf6-90a5-5179bb0c8a8f
,
7610e38e-2187-4563-bd72-99e357e84159
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-23T06:02:05.142Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDctalo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "04b6b37f-5b9a-4cce-a0df-f2c8252695bd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "eda23a53-f461-4216-81c7-321fba73a9bb",
"vfModuleModelCustomizationUUID": "85280bc7-f3d5-453f-9e44-455910e75418",
"isBase": true,
"artifacts": [
"23697226-d8e8-4cf6-90a5-5179bb0c8a8f",
"7610e38e-2187-4563-bd72-99e357e84159"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-23T06:02:05.143Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDctalo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eda23a53-f461-4216-81c7-321fba73a9bb
VfModuleModelInvariantUUID:04b6b37f-5b9a-4cce-a0df-f2c8252695bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
23697226-d8e8-4cf6-90a5-5179bb0c8a8f
,
7610e38e-2187-4563-bd72-99e357e84159
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-23T06:02:05.143Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 23697226-d8e8-4cf6-90a5-5179bb0c8a8f from URL: /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml
2022-05-23T06:02:05.143Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-23T06:02:05.143Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml
2022-05-23T06:02:05.713Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-23T06:02:05.713Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml 23697226-d8e8-4cf6-90a5-5179bb0c8a8f 5033
2022-05-23T06:02:05.714Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-23T06:02:05.714Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml
2022-05-23T06:02:05.714Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:02:05.715Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:02:05.717Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:02:05.718Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285725714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:02:05.817Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:02:05.819Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:02:05.819Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:02:05.831Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:02:05.832Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:02:06.719Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7610e38e-2187-4563-bd72-99e357e84159 from URL: /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env
2022-05-23T06:02:06.719Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-23T06:02:06.720Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env
2022-05-23T06:02:07.054Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-23T06:02:07.055Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env 7610e38e-2187-4563-bd72-99e357e84159 909
2022-05-23T06:02:07.056Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-23T06:02:07.056Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env
2022-05-23T06:02:07.056Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:02:07.056Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:02:07.060Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:02:07.060Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285727055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:02:07.160Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:02:07.161Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:02:07.164Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:02:07.179Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:02:07.179Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:02:08.061Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fd1b88af-be19-4bb4-8162-8b17a6d25b12
2022-05-23T06:02:08.062Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DCtALo 0 17a3c741-af66-42d2-a927-70a38e145537 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:02:08.110Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c7c090b, org.onap.sdc.toscaparser.api.parameters.Input@46aeb9c3, org.onap.sdc.toscaparser.api.parameters.Input@53c73d33, org.onap.sdc.toscaparser.api.parameters.Input@2d28e491, org.onap.sdc.toscaparser.api.parameters.Input@1b0946e]
2022-05-23T06:02:08.114Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:08.115Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:08.115Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-05-23T06:02:08.115Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 6ee1de50-eaf8-4344-8d42-fcb3559eb9e8
2022-05-23T06:02:08.115Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6ee1de50-eaf8-4344-8d42-fcb3559eb9e8 matches Tosca VF Customization UUID: 6ee1de50-eaf8-4344-8d42-fcb3559eb9e8
2022-05-23T06:02:08.115Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 6ee1de50-eaf8-4344-8d42-fcb3559eb9e8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-23T06:02:08.124Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:08.125Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:08.127Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 6ee1de50-eaf8-4344-8d42-fcb3559eb9e8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-23T06:02:08.128Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58c3dceb
2022-05-23T06:02:08.128Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:08.128Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:02:08.129Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 85280bc7-f3d5-453f-9e44-455910e75418
2022-05-23T06:02:08.131Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 85280bc7-f3d5-453f-9e44-455910e75418
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-23T06:02:08.140Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:08.141Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:08.141Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:02:08.142Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:08.142Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:08.143Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:02:08.143Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:08.143Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is not matching search criteria
2022-05-23T06:02:08.144Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-23T06:02:08.144Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-23T06:02:08.144Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3f846180-ce21-45e6-90ac-002c5f4f8c75
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-23T06:02:08.157Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:08.158Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:08.158Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:02:08.158Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:08.159Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DCtALo 0 is matching search criteria
2022-05-23T06:02:08.159Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DCtALo 0] matching following query criteria: sdcType=VF, customizationUUID=6ee1de50-eaf8-4344-8d42-fcb3559eb9e8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:02:08.162Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:08.162Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:08.164Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fd1b88af-be19-4bb4-8162-8b17a6d25b12: basic_onboard_DCtALo
2022-05-23T06:02:08.165Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:08.165Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:08.165Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:08.166Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:08.166Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:08.167Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:08.167Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:08.167Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:08.168Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:02:08.168Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DCtALo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:02:08.168Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_DCtALo
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:02:08.413Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DCtALo 17a3c741-af66-42d2-a927-70a38e145537 1 ASDC deployResourceStructure
2022-05-23T06:02:08.413Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json ASDC sendASDCNotification
2022-05-23T06:02:08.414Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json
2022-05-23T06:02:08.414Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:02:08.414Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:02:08.416Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:02:08.417Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285728413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-23T06:02:08.517Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:02:08.518Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:02:08.519Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:02:08.532Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:02:08.533Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:02:09.418Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-23T06:02:09.418Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml
2022-05-23T06:02:09.418Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:02:09.418Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:02:09.420Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:02:09.421Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285729418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-23T06:02:09.521Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:02:09.522Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:02:09.522Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:02:09.540Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:02:09.540Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:02:10.422Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-23T06:02:10.422Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env
2022-05-23T06:02:10.422Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:02:10.423Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:02:10.425Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:02:10.425Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285730422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-23T06:02:10.526Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:02:10.527Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:02:10.527Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:02:10.544Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:02:10.545Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:02:11.427Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar ASDC sendASDCNotification
2022-05-23T06:02:11.427Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar
2022-05-23T06:02:11.428Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:02:11.429Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:02:11.430Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:02:11.431Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285731427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-23T06:02:11.531Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:02:11.532Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:02:11.532Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:02:11.544Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:02:11.544Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:02:12.431Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77a8b2a3-ad96-4c56-b424-322c531fc020
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:02:12.451Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77a8b2a3-ad96-4c56-b424-322c531fc020
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:02:12.456Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:02:12.456Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-23T06:02:12.456Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-23T06:02:12.457Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-23T06:02:12.457Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-23T06:02:12.457Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-23T06:02:12.457Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-23T06:02:12.457Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-23T06:02:12.457Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-23T06:02:12.458Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-23T06:02:12.458Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-05-23T06:02:12.463Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-23T06:02:42.464Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77a8b2a3-ad96-4c56-b424-322c531fc020 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-23T06:02:42.508Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 77a8b2a3-ad96-4c56-b424-322c531fc020 and serviceModelVersionId: fd1b88af-be19-4bb4-8162-8b17a6d25b12
2022-05-23T06:02:42.509Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 522a94e3-1065-4527-8f65-ac60deac6732
2022-05-23T06:02:51.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:02:51.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:02:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:02:51.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:02:51.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-23T06:02:51.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285711334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:02:51.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-23T06:02:59.331Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/522a94e3-1065-4527-8f65-ac60deac6732/model-vers/model-ver/fd1b88af-be19-4bb4-8162-8b17a6d25b12?depth=0
2022-05-23T06:02:59.487Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-23T06:03:00.179Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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/522a94e3-1065-4527-8f65-ac60deac6732/model-vers/model-ver/fd1b88af-be19-4bb4-8162-8b17a6d25b12?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-23T06:03:00.187Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/522a94e3-1065-4527-8f65-ac60deac6732/model-vers/model-ver/fd1b88af-be19-4bb4-8162-8b17a6d25b12?depth=0|INFO|500||Invoke
2022-05-23T06:03:00.311Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/522a94e3-1065-4527-8f65-ac60deac6732/model-vers/model-ver/fd1b88af-be19-4bb4-8162-8b17a6d25b12?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-23T06:03:00.761Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/522a94e3-1065-4527-8f65-ac60deac6732/model-vers/model-ver/fd1b88af-be19-4bb4-8162-8b17a6d25b12?depth=0|INFO|500||InvokeReturn
2022-05-23T06:03:00.763Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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/522a94e3-1065-4527-8f65-ac60deac6732/model-vers/model-ver/fd1b88af-be19-4bb4-8162-8b17a6d25b12?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220523-06:02:59:091-7327], vertex-id=[172168], Content-Length=[0], Date=[Mon, 23 May 2022 06:02:59 GMT], Content-Type=[application/json]}
2022-05-23T06:03:00.764Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-05-23T06:03:00.769Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-23T06:03:00.769Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-05-23T06:03:00.777Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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-05-23T06:03:00.778Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77a8b2a3-ad96-4c56-b424-322c531fc020 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-23T06:03:00.779Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-23T06:03:00.780Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:00.782Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:00.782Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285780778,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:03:00.882Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:00.883Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:00.883Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:00.915Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:00.917Z||pool-18-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-23T06:03:01.795Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:03:01.796Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:03:01.796Z|77a8b2a3-ad96-4c56-b424-322c531fc020|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:02.425Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:02.427Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-23T06:03:02.427Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c9bf75ce-977b-4475-b30f-acb9367f71d5","serviceName":"vFW 2022-05-23 06-01-21","serviceVersion":"1.0","serviceUUID":"50cc12f8-fa4c-4343-9a91-eaf5297724d2","serviceDescription":"catalog service description","serviceInvariantUUID":"20c1f23a-33ac-457a-b884-c3219e7516ad","resources":[{"resourceInstanceName":"vFW 343bc563-d20e 0","resourceName":"vFW 343bc563-d20e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ead1d306-b3b2-4697-b9d3-25c8acc7bcf9","resourceInvariantUUID":"9c7c7909-160c-488b-800c-39615fccb825","resourceCustomizationUUID":"7a631af9-8d35-49a1-b243-cddbb50f3bb7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml","artifactChecksum":"NWUwMGQ1ODU4ZTViOTNjMTI0ODhlZGE1MDQ3YjcxZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"59e9cb8c-a6aa-4011-a37c-5a11dac176b5","artifactVersion":"1"},{"artifactName":"vfw343bc563d20e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json","artifactChecksum":"MWM1NzYwYTY5NWUyNjhjYzFhZTVjN2I0YTk4NDEwNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b1f4719-102c-4b51-9e3a-7f3dcce59e4f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2f36d3a6-8417-43f8-8592-36df4c5f4614","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml","artifactChecksum":"NDQzODAyOWRlMDRkMjM4M2ZlNTkyZDM5MzYyMjUwMzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5c2b9708-28c4-40e1-98ff-f41bba786cf1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8caf522f-8f5b-4545-957a-6e9ac93d4f2c","artifactVersion":"2","generatedFromUUID":"2f36d3a6-8417-43f8-8592-36df4c5f4614"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220523060121-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml","artifactChecksum":"NTMwMjE2OGQ2NjQxMmFiMTdkMjVhZjE3OTM4YmU1MmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30705d7d-9136-4172-9a16-bb8659d49834","artifactVersion":"1"},{"artifactName":"service-Vfw20220523060121-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar","artifactChecksum":"OGQzYTBkY2YyMmNjZjliN2QxZmE1YTZkODViMTE0NDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b498bb3d-33f4-48a4-873f-07fd13bcc99d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-23T06:03:02.432Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:03:02.433Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:02.436Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:02.437Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285781795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:03:02.537Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:02.538Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:02.538Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:02.556Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:02.557Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:03.438Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:03:03.439Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:03.443Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:03.443Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285781795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
"status": "NOTIFIED"
}
2022-05-23T06:03:03.542Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-23T06:03:03.544Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:03.545Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:03.558Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:03.559Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:04.444Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:03:04.445Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:04.447Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:04.447Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285781795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-23T06:03:04.548Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:04.549Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:04.549Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:04.561Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:04.562Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:05.448Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:03:05.450Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:05.453Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:05.453Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285781795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:03:05.554Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:05.555Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:05.555Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:05.568Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:05.569Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:06.455Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:03:06.456Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:06.458Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:06.458Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285781795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-23T06:03:06.558Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:06.560Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:06.560Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:06.572Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:06.573Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:07.459Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:03:07.460Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:07.462Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:07.462Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285781795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:03:07.562Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:03:07.564Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:07.564Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:07.579Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:07.579Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:03:08.463Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:03:08.464Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:08.466Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:08.466Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285781795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:03:08.566Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:03:08.567Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:08.568Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:08.580Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:08.581Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:09.469Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"serviceName": "vFW 2022-05-23 06-01-21",
"serviceVersion": "1.0",
"serviceUUID": "50cc12f8-fa4c-4343-9a91-eaf5297724d2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "20c1f23a-33ac-457a-b884-c3219e7516ad",
"resources": [
{
"resourceInstanceName": "vFW 343bc563-d20e 0",
"resourceCustomizationUUID": "7a631af9-8d35-49a1-b243-cddbb50f3bb7",
"resourceName": "vFW 343bc563-d20e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ead1d306-b3b2-4697-b9d3-25c8acc7bcf9",
"resourceInvariantUUID": "9c7c7909-160c-488b-800c-39615fccb825",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw343bc563d20e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
"artifactChecksum": "MWM1NzYwYTY5NWUyNjhjYzFhZTVjN2I0YTk4NDEwNDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2b1f4719-102c-4b51-9e3a-7f3dcce59e4f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2f36d3a6-8417-43f8-8592-36df4c5f4614",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8caf522f-8f5b-4545-957a-6e9ac93d4f2c",
"generatedFromUUID": "2f36d3a6-8417-43f8-8592-36df4c5f4614"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8caf522f-8f5b-4545-957a-6e9ac93d4f2c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220523060121-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"artifactChecksum": "OGQzYTBkY2YyMmNjZjliN2QxZmE1YTZkODViMTE0NDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b498bb3d-33f4-48a4-873f-07fd13bcc99d"
}
],
"workloadContext": "Production"
}
2022-05-23T06:03:09.469Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-23T06:03:09.470Z|77a8b2a3-ad96-4c56-b424-322c531fc020|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50cc12f8-fa4c-4343-9a91-eaf5297724d2 ASDC
2022-05-23T06:03:09.471Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c9bf75ce-977b-4475-b30f-acb9367f71d5
ServiceName:vFW 2022-05-23 06-01-21
ServiceVersion:1.0
ServiceUUID:50cc12f8-fa4c-4343-9a91-eaf5297724d2
ServiceInvariantUUID:20c1f23a-33ac-457a-b884-c3219e7516ad
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220523060121-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar
ArtifactUUID:b498bb3d-33f4-48a4-873f-07fd13bcc99d
ArtifactChecksum:OGQzYTBkY2YyMmNjZjliN2QxZmE1YTZkODViMTE0NDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 343bc563-d20e 0
ResourceCustomizationUUID:7a631af9-8d35-49a1-b243-cddbb50f3bb7
ResourceInvariantUUID:9c7c7909-160c-488b-800c-39615fccb825
ResourceName:vFW 343bc563-d20e
ResourceType:VF
ResourceUUID:ead1d306-b3b2-4697-b9d3-25c8acc7bcf9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw343bc563d20e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json
ArtifactUUID:2b1f4719-102c-4b51-9e3a-7f3dcce59e4f
ArtifactChecksum:MWM1NzYwYTY5NWUyNjhjYzFhZTVjN2I0YTk4NDEwNDI=
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/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml
ArtifactUUID:2f36d3a6-8417-43f8-8592-36df4c5f4614
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/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env
ArtifactUUID:8caf522f-8f5b-4545-957a-6e9ac93d4f2c
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/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env
ArtifactUUID:8caf522f-8f5b-4545-957a-6e9ac93d4f2c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-23T06:03:09.472Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50cc12f8-fa4c-4343-9a91-eaf5297724d2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:03:09.515Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:03:09.516Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-23T06:03:09.517Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-23T06:03:09.517Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b498bb3d-33f4-48a4-873f-07fd13bcc99d from URL: /sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar
2022-05-23T06:03:09.518Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-23T06:03:09.518Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar
2022-05-23T06:03:09.867Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-23T06:03:09.876Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar b498bb3d-33f4-48a4-873f-07fd13bcc99d 99043
2022-05-23T06:03:09.876Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar ASDC sendASDCNotification
2022-05-23T06:03:09.876Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar
2022-05-23T06:03:09.876Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:03:09.877Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:09.879Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:09.879Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285789876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:03:09.979Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:03:09.980Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:09.980Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:09.998Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:09.999Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:10.880Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:03:10.881Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-23T06:03:10.882Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b498bb3d-33f4-48a4-873f-07fd13bcc99d, URL: /sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar to file: /app/ASDC/1/service-Vfw20220523060121-csar.csar
2022-05-23T06:03:10.882Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220523060121-csar.csar
2022-05-23T06:03:10.883Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220523060121-csar.csar
2022-05-23T06:03:10.883Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220523060121-csar.csar
2022-05-23T06:03:11.142Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5551459800033199944/Definitions/service-Vfw20220523060121-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
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
2022-05-23T06:03:14.193Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-23T06:03:14.194Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-23T06:03:14.194Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.194Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-23T06:03:14.194Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.194Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.194Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.194Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.194Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 343bc563-d20e 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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-Vfw20220523060121-csar.csar
2022-05-23T06:03:14.195Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-23T06:03:14.196Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:14.196Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:14.196Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:14.196Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-23T06:03:14.196Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:03:14.197Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:14.197Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:14.197Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:14.197Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-23T06:03:14.197Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:03:14.198Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:14.198Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:14.198Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:14.198Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is not matching search criteria
2022-05-23T06:03:14.198Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:03:14.198Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:03:14.199Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:03:14.199Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.199Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.199Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.199Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:03:14.199Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:03:14.200Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:03:14.200Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.200Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.200Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:03:14.200Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.200Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:03:14.200Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.201Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-23T06:03:14.201Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:14.201Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:03:14.201Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:14.201Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:14.201Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:03:14.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:14.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:14.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:03:14.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:14.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:14.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:03:14.203Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:14.203Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is not matching search criteria
2022-05-23T06:03:14.203Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:03:14.203Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:03:14.203Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-23T06:03:14.203Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:03:14.204Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:03:14.204Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.204Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.204Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:03:14.204Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.204Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:03:14.204Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.205Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f363038c-b53a-462d-9a65-5d2d5f11a65c
2022-05-23T06:03:14.205Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:14.205Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is not matching search criteria
2022-05-23T06:03:14.205Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:03:14.205Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:03:14.205Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:03:14.205Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.205Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.206Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.206Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:03:14.206Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-23T06:03:14.206Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:03:14.206Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.206Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:03:14.207Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.207Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c142f112-7d1f-4d70-a00b-bb279383b6f5
2022-05-23T06:03:14.207Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:14.207Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is not matching search criteria
2022-05-23T06:03:14.207Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:03:14.207Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:03:14.207Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:03:14.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:03:14.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:03:14.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:03:14.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:14.209Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:14.209Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-23T06:03:14.209Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=00b7f7a6-16ed-4a6f-b1ce-6acf7cb67191
2022-05-23T06:03:14.209Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:14.209Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:14.209Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:14.209Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:14.210Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:14.210Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:14.210Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:14.210Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:14.210Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-23 06-01-21
Description:catalog service description
Model UUID:50cc12f8-fa4c-4343-9a91-eaf5297724d2
Model Version:NULL
Model InvariantUuid:20c1f23a-33ac-457a-b884-c3219e7516ad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 343bc563-d20e
Model UUID:8d565ef6-bf82-46b5-85ac-298a3fc7d6d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c7c7909-160c-488b-800c-39615fccb825
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7a631af9-8d35-49a1-b243-cddbb50f3bb7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0cd00f37-049e-4875-b777-f82288c57918
ModelName:Vfw343bc563D20e..base_vfw..module-0
ModelUuid:930b5acb-a3af-4c01-9f2b-3daaa2398058
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f363038c-b53a-462d-9a65-5d2d5f11a65c
ModelInvariantUuid:c915f770-e763-454b-b058-c8f71cb9b91e
ModelName:vFW 343bc563-d20e-nodes.vfwCvfc
ModelUuid:d12d1035-e5e9-477b-8340-072cee7e7f06
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7f669216-7c01-4565-93fa-d560533686a6
ModelInvariantUuid:b0aedffc-4937-4dd3-a455-3a1af514e362
ModelName:Vfw343bc563D20e.compute.nodes.heat.vfw
ModelUuid:3600a52e-b860-47e0-9930-da67f1f632b3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c142f112-7d1f-4d70-a00b-bb279383b6f5
ModelInvariantUuid:8cde05d9-694a-4453-9c2a-c30f9b18e1c3
ModelName:vFW 343bc563-d20e-nodes.vsnCvfc
ModelUuid:55abf01c-1a33-43a7-80b0-9e840086f0e5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:350c2f41-bd23-4ef6-8afc-1b0324a4f898
ModelInvariantUuid:dbcab497-0126-410c-9e34-070917d62d48
ModelName:Vfw343bc563D20e.compute.nodes.heat.vsn
ModelUuid:726ce87f-e1b1-45c8-92b0-5aec2cf7da9c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:00b7f7a6-16ed-4a6f-b1ce-6acf7cb67191
ModelInvariantUuid:87638a21-67cf-4917-83ea-c72c883d8e3d
ModelName:vFW 343bc563-d20e-nodes.vpgCvfc
ModelUuid:c778d20a-c1fd-4b64-9063-84df975aa5df
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e2539f66-588b-4ac4-97a3-d65287d227d9
ModelInvariantUuid:86767b9f-df02-4efa-9a96-2b2cbd5b80f6
ModelName:Vfw343bc563D20e.compute.nodes.heat.vpg
ModelUuid:375b7dd3-d21c-4a15-b730-d4f5a6be717d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-23T06:03:14.220Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ead1d306-b3b2-4697-b9d3-25c8acc7bcf9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:03:14.224Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||vFW 343bc563-d20e 0
2022-05-23T06:03:14.225Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ead1d306-b3b2-4697-b9d3-25c8acc7bcf9
2022-05-23T06:03:14.225Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2b1f4719-102c-4b51-9e3a-7f3dcce59e4f from URL: /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json
2022-05-23T06:03:14.225Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-23T06:03:14.226Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json
2022-05-23T06:03:14.485Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-23T06:03:14.486Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json 2b1f4719-102c-4b51-9e3a-7f3dcce59e4f 785
2022-05-23T06:03:14.486Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json ASDC sendASDCNotification
2022-05-23T06:03:14.487Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json
2022-05-23T06:03:14.487Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:03:14.487Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:14.489Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:14.490Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285794486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:03:14.590Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:14.591Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:14.591Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:14.606Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:14.608Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:15.490Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw343bc563D20e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0cd00f37-049e-4875-b777-f82288c57918",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "930b5acb-a3af-4c01-9f2b-3daaa2398058",
"vfModuleModelCustomizationUUID": "f055205e-8915-44b9-a4c4-4f2d26fab524",
"isBase": true,
"artifacts": [
"2f36d3a6-8417-43f8-8592-36df4c5f4614",
"8caf522f-8f5b-4545-957a-6e9ac93d4f2c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-23T06:03:15.495Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw343bc563D20e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:930b5acb-a3af-4c01-9f2b-3daaa2398058
VfModuleModelInvariantUUID:0cd00f37-049e-4875-b777-f82288c57918
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f36d3a6-8417-43f8-8592-36df4c5f4614
,
8caf522f-8f5b-4545-957a-6e9ac93d4f2c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-23T06:03:15.498Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw343bc563D20e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0cd00f37-049e-4875-b777-f82288c57918",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "930b5acb-a3af-4c01-9f2b-3daaa2398058",
"vfModuleModelCustomizationUUID": "f055205e-8915-44b9-a4c4-4f2d26fab524",
"isBase": true,
"artifacts": [
"2f36d3a6-8417-43f8-8592-36df4c5f4614",
"8caf522f-8f5b-4545-957a-6e9ac93d4f2c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-23T06:03:15.498Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw343bc563D20e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:930b5acb-a3af-4c01-9f2b-3daaa2398058
VfModuleModelInvariantUUID:0cd00f37-049e-4875-b777-f82288c57918
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f36d3a6-8417-43f8-8592-36df4c5f4614
,
8caf522f-8f5b-4545-957a-6e9ac93d4f2c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-23T06:03:15.499Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2f36d3a6-8417-43f8-8592-36df4c5f4614 from URL: /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml
2022-05-23T06:03:15.499Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-23T06:03:15.499Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml
2022-05-23T06:03:15.689Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-23T06:03:15.690Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml 2f36d3a6-8417-43f8-8592-36df4c5f4614 20368
2022-05-23T06:03:15.690Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-23T06:03:15.690Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml
2022-05-23T06:03:15.690Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:03:15.691Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:15.693Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:15.693Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285795690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:03:15.793Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:15.794Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:15.794Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:15.805Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:15.806Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:03:16.695Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8caf522f-8f5b-4545-957a-6e9ac93d4f2c from URL: /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env
2022-05-23T06:03:16.695Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-23T06:03:16.695Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env
2022-05-23T06:03:16.894Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-23T06:03:16.895Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env 8caf522f-8f5b-4545-957a-6e9ac93d4f2c 2098
2022-05-23T06:03:16.895Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-23T06:03:16.895Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env
2022-05-23T06:03:16.896Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:03:16.896Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:16.898Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:16.899Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285796895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:03:16.999Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:17.000Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:17.000Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:17.012Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:17.013Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:03:17.899Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 50cc12f8-fa4c-4343-9a91-eaf5297724d2
2022-05-23T06:03:17.900Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 343bc563-d20e 0 ead1d306-b3b2-4697-b9d3-25c8acc7bcf9 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:03:17.921Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@327ca3c8, org.onap.sdc.toscaparser.api.parameters.Input@4e64880b, org.onap.sdc.toscaparser.api.parameters.Input@1850b2bf, org.onap.sdc.toscaparser.api.parameters.Input@78e35de9, org.onap.sdc.toscaparser.api.parameters.Input@2f56c3de]
2022-05-23T06:03:17.923Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.923Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:17.923Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-05-23T06:03:17.924Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 7a631af9-8d35-49a1-b243-cddbb50f3bb7
2022-05-23T06:03:17.924Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7a631af9-8d35-49a1-b243-cddbb50f3bb7 matches Tosca VF Customization UUID: 7a631af9-8d35-49a1-b243-cddbb50f3bb7
2022-05-23T06:03:17.924Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 7a631af9-8d35-49a1-b243-cddbb50f3bb7 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-23T06:03:17.927Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.927Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:17.929Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 7a631af9-8d35-49a1-b243-cddbb50f3bb7: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-23T06:03:17.929Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a2eb74d
2022-05-23T06:03:17.929Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.929Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:03:17.930Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f055205e-8915-44b9-a4c4-4f2d26fab524
2022-05-23T06:03:17.930Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f055205e-8915-44b9-a4c4-4f2d26fab524
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-23T06:03:17.933Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.934Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:17.934Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:03:17.934Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.935Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:17.935Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:03:17.935Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.936Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is not matching search criteria
2022-05-23T06:03:17.936Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:03:17.936Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:03:17.936Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-23T06:03:17.937Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:03:17.937Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:03:17.937Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:17.937Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:17.938Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:03:17.938Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:17.938Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:03:17.939Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:17.939Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f363038c-b53a-462d-9a65-5d2d5f11a65c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-23T06:03:17.942Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.942Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:17.943Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:03:17.943Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.943Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is not matching search criteria
2022-05-23T06:03:17.943Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:03:17.943Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:03:17.943Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:03:17.944Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:17.944Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:17.944Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:17.944Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:03:17.944Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-23T06:03:17.944Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:03:17.945Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:17.945Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:03:17.945Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:17.945Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c142f112-7d1f-4d70-a00b-bb279383b6f5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-23T06:03:17.947Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.948Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:17.948Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:03:17.951Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.951Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is not matching search criteria
2022-05-23T06:03:17.951Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:03:17.951Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:03:17.952Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:03:17.952Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:17.952Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:17.952Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:03:17.952Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:03:17.952Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:03:17.953Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:03:17.953Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:03:17.953Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:03:17.953Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-23T06:03:17.953Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=00b7f7a6-16ed-4a6f-b1ce-6acf7cb67191
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-23T06:03:17.956Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.957Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:17.957Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:03:17.957Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.957Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Node template vFW 343bc563-d20e 0 is matching search criteria
2022-05-23T06:03:17.958Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 343bc563-d20e 0] matching following query criteria: sdcType=VF, customizationUUID=7a631af9-8d35-49a1-b243-cddbb50f3bb7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:03:17.961Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.961Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:17.961Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 50cc12f8-fa4c-4343-9a91-eaf5297724d2: vFW 343bc563-d20e
2022-05-23T06:03:17.961Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.961Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:17.962Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.962Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:17.962Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.962Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:17.962Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.963Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:17.963Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:03:17.963Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-23 06-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:03:17.963Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-05-23 06-01-21
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:03:18.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 343bc563-d20e ead1d306-b3b2-4697-b9d3-25c8acc7bcf9 1 ASDC deployResourceStructure
2022-05-23T06:03:18.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json ASDC sendASDCNotification
2022-05-23T06:03:18.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json
2022-05-23T06:03:18.202Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:03:18.203Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:18.206Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:18.207Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285798202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-23T06:03:18.307Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:03:18.308Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:18.308Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:18.321Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:18.322Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:19.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-23T06:03:19.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml
2022-05-23T06:03:19.208Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:03:19.209Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:19.211Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:19.211Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285799208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-23T06:03:19.311Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:19.313Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:19.313Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:19.330Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:19.330Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:03:20.213Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-23T06:03:20.213Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env
2022-05-23T06:03:20.213Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:03:20.214Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:20.216Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:20.217Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285800213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-23T06:03:20.317Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:20.318Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:20.318Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:20.336Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:20.338Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:21.219Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar ASDC sendASDCNotification
2022-05-23T06:03:21.219Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar
2022-05-23T06:03:21.219Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-23T06:03:21.220Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:03:21.222Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:03:21.222Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285801218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-23T06:03:21.322Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:03:21.323Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:03:21.324Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:21.336Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:21.337Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:03:22.223Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:03:22.234Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:03:22.237Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:03:22.238Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:03:22.238Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:03:51.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:03:51.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:03:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:03:51.368Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:03:51.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285711334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
"status": "NOTIFIED"
}
2022-05-23T06:03:51.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:03:51.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285711334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-23T06:03:51.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:03:51.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285711334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:03:51.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:03:51.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285711334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-23T06:03:51.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:03:51.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285711334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:03:51.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:03:51.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285711334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:03:51.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:03:51.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285719652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:03:51.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:03:51.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285724113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:03:51.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:03:51.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285725714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:03:51.376Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:03:51.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285727055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:03:51.376Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:03:51.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285728413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/basic_onboard_dctalo0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-23T06:03:51.377Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:03:51.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285729418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-23T06:03:51.377Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:03:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285730422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/resourceInstances/basic_onboard_dctalo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-23T06:03:51.379Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:03:51.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:03:51.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285731427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDctalo/1.0/artifacts/service-BasicOnboardDctalo-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-23T06:03:51.379Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:03:52.239Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:03:52.253Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:03:52.255Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:03:52.256Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:03:52.256Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:04:22.256Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:04:22.271Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:04:22.274Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:04:22.274Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-23T06:04:22.274Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-23T06:04:51.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:04:51.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:04:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:04:51.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:04:51.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "cds",
"timestamp": 1653285771209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "aai-ml",
"timestamp": 1653285768080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1653285771910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "cds",
"timestamp": 1653285771209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1653285771910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "aai-ml",
"timestamp": 1653285768080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "aai-ml",
"timestamp": 1653285768080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "cds",
"timestamp": 1653285771209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1653285771910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285780243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77a8b2a3-ad96-4c56-b424-322c531fc020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285780778,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:04:51.886Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "aai-ml",
"timestamp": 1653285768080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "cds",
"timestamp": 1653285771209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1653285771910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285780243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "aai-ml",
"timestamp": 1653285768080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1653285771910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "cds",
"timestamp": 1653285771209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285781795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285780243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "aai-ml",
"timestamp": 1653285768080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "cds",
"timestamp": 1653285771209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1653285771910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285781795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
"status": "NOTIFIED"
}
2022-05-23T06:04:51.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285780243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "aai-ml",
"timestamp": 1653285768080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:04:51.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1653285771910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "cds",
"timestamp": 1653285771209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:04:51.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285781795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285780243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "cds",
"timestamp": 1653285785573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285781795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285780243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "aai-ml",
"timestamp": 1653285785458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "cds",
"timestamp": 1653285786579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:04:51.906Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c9bf75ce-977b-4475-b30f-acb9367f71d5
2022-05-23T06:04:51.906Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9bf75ce-977b-4475-b30f-acb9367f71d5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:04:51.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285781795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-23T06:04:51.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285780243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:04:51.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "policy-id",
"timestamp": 1653285785627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285781795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285787109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285788351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.920Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "policy-id",
"timestamp": 1653285785627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285781795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:04:51.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285787109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
"status": "NOTIFIED"
}
2022-05-23T06:04:51.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "policy-id",
"timestamp": 1653285785627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-23T06:04:51.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285787109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-23T06:04:51.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285789876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "policy-id",
"timestamp": 1653285785627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285787109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "policy-id",
"timestamp": 1653285785627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285791937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-23T06:04:51.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285787109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-23T06:04:51.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "policy-id",
"timestamp": 1653285785627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653285792942,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:04:51.935Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c9bf75ce-977b-4475-b30f-acb9367f71d5
2022-05-23T06:04:51.935Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9bf75ce-977b-4475-b30f-acb9367f71d5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:04:51.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285787109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "policy-id",
"timestamp": 1653285785627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:04:51.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285787109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:04:51.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285794486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "policy-id",
"timestamp": 1653285793500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285794929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "policy-id",
"timestamp": 1653285794503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-23T06:04:51.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285795690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.956Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285796222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.956Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "policy-id",
"timestamp": 1653285795506,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:04:51.964Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c9bf75ce-977b-4475-b30f-acb9367f71d5
2022-05-23T06:04:51.964Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9bf75ce-977b-4475-b30f-acb9367f71d5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:04:51.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285796895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "clamp",
"timestamp": 1653285796310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285797431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:04:51.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "clamp",
"timestamp": 1653285796310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
"status": "NOTIFIED"
}
2022-05-23T06:04:51.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "aai-ml",
"timestamp": 1653285798111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-23T06:04:51.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285798202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-23T06:04:51.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:51.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285798456,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:04:51.984Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c9bf75ce-977b-4475-b30f-acb9367f71d5
2022-05-23T06:04:51.985Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9bf75ce-977b-4475-b30f-acb9367f71d5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-23T06:04:51.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "clamp",
"timestamp": 1653285796310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:51.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:51.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:51.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "aai-ml",
"timestamp": 1653285799115,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:04:51.999Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c9bf75ce-977b-4475-b30f-acb9367f71d5
2022-05-23T06:04:51.999Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9bf75ce-977b-4475-b30f-acb9367f71d5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:04:52.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285799208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-23T06:04:52.013Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:52.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653285799461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vfw343bc563d20e0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-23T06:04:52.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:52.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "clamp",
"timestamp": 1653285796310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:52.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:52.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285800213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-23T06:04:52.015Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:52.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "clamp",
"timestamp": 1653285796310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/resourceInstances/vfw343bc563d20e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:52.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:52.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285801218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-23T06:04:52.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:52.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "clamp",
"timestamp": 1653285796310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:04:52.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:52.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "clamp",
"timestamp": 1653285796310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:04:52.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-23T06:04:52.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "clamp",
"timestamp": 1653285811836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:04:52.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:52.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "clamp",
"timestamp": 1653285813405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060121/1.0/artifacts/service-Vfw20220523060121-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-23T06:04:52.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:04:52.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-23T06:04:52.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "clamp",
"timestamp": 1653285814416,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-23T06:04:52.026Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c9bf75ce-977b-4475-b30f-acb9367f71d5
2022-05-23T06:04:52.027Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9bf75ce-977b-4475-b30f-acb9367f71d5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:04:52.275Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:04:52.285Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-23T06:04:52.289Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-23T06:04:52.289Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-23T06:04:52.289Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-23T06:04:52.289Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-23T06:04:52.290Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-23T06:04:52.290Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-23T06:04:52.290Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-23T06:04:52.290Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-23T06:04:52.290Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-23T06:04:52.290Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-23T06:04:52.291Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-05-23T06:04:52.296Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-23T06:05:22.297Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c9bf75ce-977b-4475-b30f-acb9367f71d5 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-23T06:05:22.304Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c9bf75ce-977b-4475-b30f-acb9367f71d5 and serviceModelVersionId: 50cc12f8-fa4c-4343-9a91-eaf5297724d2
2022-05-23T06:05:22.304Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20c1f23a-33ac-457a-b884-c3219e7516ad
2022-05-23T06:05:22.306Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0
2022-05-23T06:05:22.311Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-23T06:05:22.380Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0|INFO|500||Invoke
2022-05-23T06:05:22.380Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c9bf75ce-977b-4475-b30f-acb9367f71d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa51c43a-23bb-4ae7-beed-c72e10d0c589], X-ECOMP-RequestID=[c9bf75ce-977b-4475-b30f-acb9367f71d5], X-TransactionId=[], X-ONAP-RequestID=[c9bf75ce-977b-4475-b30f-acb9367f71d5], Content-Type=[application/merge-patch+json]}
2022-05-23T06:05:22.412Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-23T06:05:22.745Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220523-06:05:21:189-74539], vertex-id=[385048], Content-Length=[0], Date=[Mon, 23 May 2022 06:05:21 GMT], Content-Type=[application/json]}
2022-05-23T06:05:22.746Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-23T06:05:22.747Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20c1f23a-33ac-457a-b884-c3219e7516ad/model-vers/model-ver/50cc12f8-fa4c-4343-9a91-eaf5297724d2?depth=0|INFO|500||InvokeReturn
2022-05-23T06:05:22.747Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-23T06:05:22.755Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-05-23T06:05:22.763Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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-05-23T06:05:22.764Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c9bf75ce-977b-4475-b30f-acb9367f71d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-23T06:05:22.764Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-23T06:05:22.765Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:05:22.767Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:05:22.767Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285922764,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:05:22.867Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:05:22.868Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:05:22.868Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:05:22.887Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:05:22.888Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-23T06:05:23.781Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:05:23.782Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:05:23.783Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:05:34.054Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:05:34.055Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:05:34.056Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:05:34.056Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:05:43.662Z|c9bf75ce-977b-4475-b30f-acb9367f71d5|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:05:51.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:05:51.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:05:51.335Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:05:51.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:05:51.339Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:05:51.340Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:05:51.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:05:51.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:05:51.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9bf75ce-977b-4475-b30f-acb9367f71d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653285922764,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-23T06:05:51.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-23T06:06:00.908Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:06:51.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:06:51.336Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:06:51.336Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:51.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-23T06:06:51.339Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-23T06:06:51.339Z||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 ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:51.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:06:51.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "cds",
"timestamp": 1653285996210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "clamp",
"timestamp": 1653286006309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "cds",
"timestamp": 1653285996210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "policy-id",
"timestamp": 1653286005627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653286007109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "clamp",
"timestamp": 1653286006309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
"status": "NOTIFIED"
}
2022-05-23T06:06:51.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "cds",
"timestamp": 1653285996210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "policy-id",
"timestamp": 1653286005627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653286007109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
"status": "NOTIFIED"
}
2022-05-23T06:06:51.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "aai-ml",
"timestamp": 1653286008080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "clamp",
"timestamp": 1653286006309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "cds",
"timestamp": 1653285996210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "policy-id",
"timestamp": 1653286005627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-23T06:06:51.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653286007109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-23T06:06:51.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "aai-ml",
"timestamp": 1653286008080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "clamp",
"timestamp": 1653286006309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "cds",
"timestamp": 1653285996210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "policy-id",
"timestamp": 1653286005627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653286007109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "aai-ml",
"timestamp": 1653286008080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "clamp",
"timestamp": 1653286006309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "cds",
"timestamp": 1653285996210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:51.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-23T06:06:51.962Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:06:51.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-23T06:06:51.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3158b8fa-4286-41b6-b378-08893d29ec14","serviceName":"vFW 2022-05-23 06-04-59","serviceVersion":"1.0","serviceUUID":"56d097b5-2a94-46dc-956c-d6f50b6f7ba8","serviceDescription":"catalog service description","serviceInvariantUUID":"88541d00-1895-4c09-b1d4-81fcd8233b31","resources":[{"resourceInstanceName":"vFW 143a45db-f16a 0","resourceName":"vFW 143a45db-f16a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51a2fb2c-5a2e-46ff-8c94-a0023bebe3cb","resourceInvariantUUID":"525e2be4-780e-4f2f-b0bb-c9934b481d45","resourceCustomizationUUID":"e44aae88-aa12-490b-a5fb-dc0f1256d137","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml","artifactChecksum":"ZmVhY2I2MjVlMGJiNmIyNDg3NGMyZWQxMTcxNDI3YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e66dbc9d-9b20-432c-bf81-ef4040cd6b34","artifactVersion":"1"},{"artifactName":"vfw143a45dbf16a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json","artifactChecksum":"ZGI0MDZkNDhkNjViZWEzNGE0M2M4YmEzYTM0NzM4ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a45a9d2-2e66-44b2-bf1b-f877eb5b6e27","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"38317e24-2e58-41d9-a373-0eb39dead0cc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vendor-license-model.xml","artifactChecksum":"OTYwYjE2M2ViMGRhNWNhNTBmODEyMGNlMWU1YWZlNmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"831bf12c-6af8-4d1c-b711-a060dbf9ff11","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47ec1e9-6129-429d-9233-e28b187e8b00","artifactVersion":"2","generatedFromUUID":"38317e24-2e58-41d9-a373-0eb39dead0cc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220523060459-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-template.yml","artifactChecksum":"MGRhM2RlZjdmZjdmNzA5YjlmOTM0YzlkMmE0OTYyYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"faa4cb32-42c7-45d1-9bc5-9326fa1b84c7","artifactVersion":"1"},{"artifactName":"service-Vfw20220523060459-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar","artifactChecksum":"MDNlNmQ4ZmRhNmU0YTJlNjgxNTAwYzM2N2QwYWMyNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d1565542-3179-4b97-901a-225a09e65a7d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-23T06:06:51.969Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:06:51.970Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:06:51.973Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:06:51.973Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653286011334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:52.073Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:06:52.074Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:06:52.074Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:52.086Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:06:52.087Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:06:52.980Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:06:52.981Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:06:52.985Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:06:52.985Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653286011334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
"status": "NOTIFIED"
}
2022-05-23T06:06:53.085Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:06:53.087Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:06:53.087Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:53.099Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:06:53.099Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:06:53.985Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:06:53.987Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:06:53.989Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:06:53.989Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653286011334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-23T06:06:54.089Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:06:54.090Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:06:54.090Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:54.103Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:06:54.103Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:06:54.989Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:06:54.990Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:06:54.992Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:06:54.992Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653286011334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:55.093Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:06:55.094Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:06:55.094Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:55.105Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:06:55.107Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:06:55.993Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:06:55.994Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:06:55.997Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:06:55.997Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653286011334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-23T06:06:56.097Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:06:56.098Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:06:56.098Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:56.118Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:06:56.119Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:06:56.998Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:06:56.999Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:06:57.002Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:06:57.002Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653286011334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-23T06:06:57.103Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:06:57.104Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:06:57.104Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:57.117Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:06:57.118Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:06:58.003Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-23T06:06:58.003Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:06:58.006Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:06:58.006Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653286011334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
"status": "NOTIFIED"
}
2022-05-23T06:06:58.106Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-23T06:06:58.108Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:06:58.108Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:58.122Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:06:58.123Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-23T06:06:59.008Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"serviceName": "vFW 2022-05-23 06-04-59",
"serviceVersion": "1.0",
"serviceUUID": "56d097b5-2a94-46dc-956c-d6f50b6f7ba8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "88541d00-1895-4c09-b1d4-81fcd8233b31",
"resources": [
{
"resourceInstanceName": "vFW 143a45db-f16a 0",
"resourceCustomizationUUID": "e44aae88-aa12-490b-a5fb-dc0f1256d137",
"resourceName": "vFW 143a45db-f16a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "51a2fb2c-5a2e-46ff-8c94-a0023bebe3cb",
"resourceInvariantUUID": "525e2be4-780e-4f2f-b0bb-c9934b481d45",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw143a45dbf16a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
"artifactChecksum": "ZGI0MDZkNDhkNjViZWEzNGE0M2M4YmEzYTM0NzM4ZDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5a45a9d2-2e66-44b2-bf1b-f877eb5b6e27",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "38317e24-2e58-41d9-a373-0eb39dead0cc",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d47ec1e9-6129-429d-9233-e28b187e8b00",
"generatedFromUUID": "38317e24-2e58-41d9-a373-0eb39dead0cc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d47ec1e9-6129-429d-9233-e28b187e8b00",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220523060459-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
"artifactChecksum": "MDNlNmQ4ZmRhNmU0YTJlNjgxNTAwYzM2N2QwYWMyNDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d1565542-3179-4b97-901a-225a09e65a7d"
}
],
"workloadContext": "Production"
}
2022-05-23T06:06:59.008Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-23T06:06:59.008Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 56d097b5-2a94-46dc-956c-d6f50b6f7ba8 ASDC
2022-05-23T06:06:59.009Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3158b8fa-4286-41b6-b378-08893d29ec14
ServiceName:vFW 2022-05-23 06-04-59
ServiceVersion:1.0
ServiceUUID:56d097b5-2a94-46dc-956c-d6f50b6f7ba8
ServiceInvariantUUID:88541d00-1895-4c09-b1d4-81fcd8233b31
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220523060459-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar
ArtifactUUID:d1565542-3179-4b97-901a-225a09e65a7d
ArtifactChecksum:MDNlNmQ4ZmRhNmU0YTJlNjgxNTAwYzM2N2QwYWMyNDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 143a45db-f16a 0
ResourceCustomizationUUID:e44aae88-aa12-490b-a5fb-dc0f1256d137
ResourceInvariantUUID:525e2be4-780e-4f2f-b0bb-c9934b481d45
ResourceName:vFW 143a45db-f16a
ResourceType:VF
ResourceUUID:51a2fb2c-5a2e-46ff-8c94-a0023bebe3cb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw143a45dbf16a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json
ArtifactUUID:5a45a9d2-2e66-44b2-bf1b-f877eb5b6e27
ArtifactChecksum:ZGI0MDZkNDhkNjViZWEzNGE0M2M4YmEzYTM0NzM4ZDE=
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/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml
ArtifactUUID:38317e24-2e58-41d9-a373-0eb39dead0cc
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/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env
ArtifactUUID:d47ec1e9-6129-429d-9233-e28b187e8b00
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/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env
ArtifactUUID:d47ec1e9-6129-429d-9233-e28b187e8b00
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-23T06:06:59.009Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56d097b5-2a94-46dc-956c-d6f50b6f7ba8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-23T06:06:59.063Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:06:59.066Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-23T06:06:59.066Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-23T06:06:59.066Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d1565542-3179-4b97-901a-225a09e65a7d from URL: /sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar
2022-05-23T06:06:59.066Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-23T06:06:59.067Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar
2022-05-23T06:06:59.325Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-23T06:06:59.331Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar d1565542-3179-4b97-901a-225a09e65a7d 99008
2022-05-23T06:06:59.332Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar ASDC sendASDCNotification
2022-05-23T06:06:59.332Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar
2022-05-23T06:06:59.332Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:06:59.333Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:06:59.335Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:06:59.335Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653286019332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:06:59.436Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-23T06:06:59.437Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:06:59.437Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:06:59.458Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:06:59.459Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:07:00.336Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-23T06:07:00.337Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-23T06:07:00.338Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d1565542-3179-4b97-901a-225a09e65a7d, URL: /sdc/v1/catalog/services/Vfw20220523060459/1.0/artifacts/service-Vfw20220523060459-csar.csar to file: /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:00.338Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220523060459-csar.csar
2022-05-23T06:07:00.339Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:00.339Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:00.661Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10723278404998576620/Definitions/service-Vfw20220523060459-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-23T06:07:03.134Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-23T06:07:03.135Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-23T06:07:03.136Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.136Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-23T06:07:03.136Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.136Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.136Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.137Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.137Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.137Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.137Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 143a45db-f16a 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-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.137Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.137Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.138Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.138Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.138Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.138Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220523060459-csar.csar
2022-05-23T06:07:03.138Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-23T06:07:03.138Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:03.139Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:03.139Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:03.139Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-23T06:07:03.140Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:07:03.140Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:03.140Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:03.141Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:03.141Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-23T06:07:03.141Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-23T06:07:03.141Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:03.141Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:03.142Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:03.142Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is not matching search criteria
2022-05-23T06:07:03.142Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:07:03.142Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:07:03.143Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:07:03.143Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.143Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.143Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.143Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:07:03.144Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:07:03.144Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:07:03.144Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.144Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.144Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:07:03.145Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.145Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:07:03.145Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.145Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-23T06:07:03.145Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:03.146Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:07:03.146Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:03.146Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:03.146Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:07:03.147Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:03.147Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:03.147Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:07:03.147Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:03.148Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:03.148Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:07:03.148Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:03.148Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is not matching search criteria
2022-05-23T06:07:03.148Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:07:03.149Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:07:03.149Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-23T06:07:03.149Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:07:03.149Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:07:03.149Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.150Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.150Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:07:03.150Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.150Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:07:03.150Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.151Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=79b1b122-b50c-4831-87cd-2ec791fb7fe9
2022-05-23T06:07:03.151Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:03.151Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is not matching search criteria
2022-05-23T06:07:03.151Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:07:03.152Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:07:03.152Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:07:03.152Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.152Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.152Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.152Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:07:03.153Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-23T06:07:03.153Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:07:03.153Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.153Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:07:03.153Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.154Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0142cea5-d7e4-47dc-8cc6-2cfa3479e1f2
2022-05-23T06:07:03.154Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:03.154Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is not matching search criteria
2022-05-23T06:07:03.155Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:07:03.155Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:07:03.155Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-23T06:07:03.155Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.155Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.155Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.156Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-23T06:07:03.156Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:07:03.156Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:07:03.156Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:03.156Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:03.157Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-23T06:07:03.157Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=780a83c3-4550-4101-a08d-22e1c804901e
2022-05-23T06:07:03.157Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:03.157Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:03.157Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:03.158Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:03.158Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:03.158Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:03.158Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:03.158Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:03.159Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-23 06-04-59
Description:catalog service description
Model UUID:56d097b5-2a94-46dc-956c-d6f50b6f7ba8
Model Version:NULL
Model InvariantUuid:88541d00-1895-4c09-b1d4-81fcd8233b31
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 143a45db-f16a
Model UUID:da995d88-8436-4e5d-921a-1bcf112987ed
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:525e2be4-780e-4f2f-b0bb-c9934b481d45
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e44aae88-aa12-490b-a5fb-dc0f1256d137
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2ef48aa1-b018-4666-a1a9-d44c422748b0
ModelName:Vfw143a45dbF16a..base_vfw..module-0
ModelUuid:acf48300-79c3-46e5-b0de-1f4617456f0a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:79b1b122-b50c-4831-87cd-2ec791fb7fe9
ModelInvariantUuid:258ade60-0815-45f2-9bb1-d0130d59dee1
ModelName:vFW 143a45db-f16a-nodes.vfwCvfc
ModelUuid:eb456e70-a936-4cd5-ab32-bfb1da00b668
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:25790a51-ba08-4b25-ab6a-8437f31f8e20
ModelInvariantUuid:4a7983d4-6176-40b1-8934-81c349bbb859
ModelName:Vfw143a45dbF16a.compute.nodes.heat.vfw
ModelUuid:4a0e2bab-3392-4ace-a89c-c1a09ecebc5d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0142cea5-d7e4-47dc-8cc6-2cfa3479e1f2
ModelInvariantUuid:f423b56d-3b27-4e46-8717-bbdfe147fe28
ModelName:vFW 143a45db-f16a-nodes.vsnCvfc
ModelUuid:c5b5bd50-86a8-4f4d-ab9f-00a29761eaa1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:43595ae5-76ab-4139-af9d-a7a909084c3c
ModelInvariantUuid:89cf9313-f16f-4015-b446-e9ede8dfe78a
ModelName:Vfw143a45dbF16a.compute.nodes.heat.vsn
ModelUuid:344ac9ba-aac7-44ca-ab04-53f3c1962efd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:780a83c3-4550-4101-a08d-22e1c804901e
ModelInvariantUuid:b1f3a59a-8336-4ef6-a98b-361cd3558bd4
ModelName:vFW 143a45db-f16a-nodes.vpgCvfc
ModelUuid:03026aec-73e6-47e7-ac59-84afe089beb2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1a883500-defc-4653-b9c8-a5e36f12002a
ModelInvariantUuid:386cc2fc-7e7c-4162-ab26-10fb43f9cf5c
ModelName:Vfw143a45dbF16a.compute.nodes.heat.vpg
ModelUuid:1111468e-ff90-46b7-a402-9bbe4f71ab6d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-23T06:07:03.167Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 51a2fb2c-5a2e-46ff-8c94-a0023bebe3cb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:07:03.172Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||vFW 143a45db-f16a 0
2022-05-23T06:07:03.173Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51a2fb2c-5a2e-46ff-8c94-a0023bebe3cb
2022-05-23T06:07:03.173Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5a45a9d2-2e66-44b2-bf1b-f877eb5b6e27 from URL: /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json
2022-05-23T06:07:03.173Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-23T06:07:03.173Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json
2022-05-23T06:07:03.332Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-23T06:07:03.332Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json 5a45a9d2-2e66-44b2-bf1b-f877eb5b6e27 785
2022-05-23T06:07:03.333Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json ASDC sendASDCNotification
2022-05-23T06:07:03.333Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json
2022-05-23T06:07:03.333Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:07:03.333Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:07:03.335Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:07:03.336Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653286023333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/vfw143a45dbf16a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:07:03.436Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:07:03.437Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:07:03.437Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:07:03.450Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:07:03.451Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:07:04.336Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw143a45dbF16a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2ef48aa1-b018-4666-a1a9-d44c422748b0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "acf48300-79c3-46e5-b0de-1f4617456f0a",
"vfModuleModelCustomizationUUID": "5fd011c5-1c48-4c30-9b1f-bc7c50ca44cc",
"isBase": true,
"artifacts": [
"38317e24-2e58-41d9-a373-0eb39dead0cc",
"d47ec1e9-6129-429d-9233-e28b187e8b00"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-23T06:07:04.341Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw143a45dbF16a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:acf48300-79c3-46e5-b0de-1f4617456f0a
VfModuleModelInvariantUUID:2ef48aa1-b018-4666-a1a9-d44c422748b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
38317e24-2e58-41d9-a373-0eb39dead0cc
,
d47ec1e9-6129-429d-9233-e28b187e8b00
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-23T06:07:04.344Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw143a45dbF16a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2ef48aa1-b018-4666-a1a9-d44c422748b0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "acf48300-79c3-46e5-b0de-1f4617456f0a",
"vfModuleModelCustomizationUUID": "5fd011c5-1c48-4c30-9b1f-bc7c50ca44cc",
"isBase": true,
"artifacts": [
"38317e24-2e58-41d9-a373-0eb39dead0cc",
"d47ec1e9-6129-429d-9233-e28b187e8b00"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-23T06:07:04.344Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw143a45dbF16a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:acf48300-79c3-46e5-b0de-1f4617456f0a
VfModuleModelInvariantUUID:2ef48aa1-b018-4666-a1a9-d44c422748b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
38317e24-2e58-41d9-a373-0eb39dead0cc
,
d47ec1e9-6129-429d-9233-e28b187e8b00
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-23T06:07:04.344Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 38317e24-2e58-41d9-a373-0eb39dead0cc from URL: /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml
2022-05-23T06:07:04.344Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-23T06:07:04.344Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml
2022-05-23T06:07:04.529Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-23T06:07:04.530Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml 38317e24-2e58-41d9-a373-0eb39dead0cc 20368
2022-05-23T06:07:04.531Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-23T06:07:04.531Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml
2022-05-23T06:07:04.531Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:07:04.531Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:07:04.533Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:07:04.533Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653286024531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:07:04.634Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:07:04.635Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:07:04.635Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:07:04.655Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:07:04.655Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:07:05.535Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d47ec1e9-6129-429d-9233-e28b187e8b00 from URL: /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env
2022-05-23T06:07:05.535Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-23T06:07:05.535Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env
2022-05-23T06:07:05.667Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-23T06:07:05.668Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env d47ec1e9-6129-429d-9233-e28b187e8b00 2098
2022-05-23T06:07:05.668Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-23T06:07:05.668Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env
2022-05-23T06:07:05.668Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-23T06:07:05.669Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-23T06:07:05.671Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-23T06:07:05.671Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3158b8fa-4286-41b6-b378-08893d29ec14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653286025668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220523060459/1.0/resourceInstances/vfw143a45dbf16a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-23T06:07:05.771Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-23T06:07:05.772Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-23T06:07:05.772Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ssB0y8i1GMmBzTmR) ...
2022-05-23T06:07:05.786Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-23T06:07:05.786Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-23T06:07:06.672Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 56d097b5-2a94-46dc-956c-d6f50b6f7ba8
2022-05-23T06:07:06.673Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 143a45db-f16a 0 51a2fb2c-5a2e-46ff-8c94-a0023bebe3cb ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-23T06:07:06.693Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64212172, org.onap.sdc.toscaparser.api.parameters.Input@21be357e, org.onap.sdc.toscaparser.api.parameters.Input@4512b12f, org.onap.sdc.toscaparser.api.parameters.Input@25395e19, org.onap.sdc.toscaparser.api.parameters.Input@48fed17d]
2022-05-23T06:07:06.695Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:06.695Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:06.696Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-05-23T06:07:06.696Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e44aae88-aa12-490b-a5fb-dc0f1256d137
2022-05-23T06:07:06.696Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e44aae88-aa12-490b-a5fb-dc0f1256d137 matches Tosca VF Customization UUID: e44aae88-aa12-490b-a5fb-dc0f1256d137
2022-05-23T06:07:06.696Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e44aae88-aa12-490b-a5fb-dc0f1256d137 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-23T06:07:06.699Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:06.700Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-23T06:07:06.701Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e44aae88-aa12-490b-a5fb-dc0f1256d137: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-23T06:07:06.701Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27d61fb9
2022-05-23T06:07:06.701Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:06.702Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-23 06-04-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-23T06:07:06.702Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5fd011c5-1c48-4c30-9b1f-bc7c50ca44cc
2022-05-23T06:07:06.702Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5fd011c5-1c48-4c30-9b1f-bc7c50ca44cc
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-23T06:07:06.706Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:06.707Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:06.707Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:07:06.707Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:06.707Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:06.708Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:07:06.708Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:06.708Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is not matching search criteria
2022-05-23T06:07:06.708Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-23T06:07:06.709Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-23T06:07:06.709Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-23T06:07:06.709Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-23T06:07:06.709Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-23T06:07:06.709Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-23T06:07:06.710Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:06.710Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-23T06:07:06.710Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-23T06:07:06.710Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-23T06:07:06.711Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-23T06:07:06.711Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=79b1b122-b50c-4831-87cd-2ec791fb7fe9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-23T06:07:06.714Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-23T06:07:06.714Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Node template vFW 143a45db-f16a 0 is matching search criteria
2022-05-23T06:07:06.715Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 143a45db-f16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-23T06:07:06.715Z|3158b8fa-4286-41b6-b378-08893d29ec14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery