By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-03-27T03:24:25.118Z||main|||||INFO|500||The following profiles are active: basic
2022-03-27T03:24:38.350Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-27T03:24:38.351Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-27T03:24:38.486Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-27T03:24:43.577Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-27T03:24:44.224Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-27T03:24:44.747Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-27T03:24:44.756Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-27T03:24:44.874Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-27T03:24:45.124Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-27T03:24:45.846Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-27T03:24:47.569Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-27T03:24:50.310Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-27T03:24:50.393Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-27T03:24:51.198Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-27T03:24:51.457Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-27T03:24:53.118Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-27T03:24:54.393Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-27T03:24:54.418Z||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$$9ade955a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-27T03:24:54.420Z||main|||||WARN|500||The sdc end point is not alive
2022-03-27T03:24:58.342Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-27T03:25:02.184Z||main|||||WARN|500||---
2022-03-27T03:25:02.185Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-27T03:25:02.185Z||main|||||WARN|500||---
2022-03-27T03:25:02.686Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-27T03:25:08.515Z||main|||||INFO|500||Started Application in 47.298 seconds (JVM running for 49.871)
2022-03-27T03:25:08.534Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-27T03:25:08.536Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-27T03:25:08.564Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-27T03:25:08.606Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-27T03:25:08.660Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 028c4110-02fc-484c-a996-a2e6d62c709d url= /sdc/v1/artifactTypes
2022-03-27T03:25:08.661Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-27T03:25:08.980Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-27T03:25:09.007Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-27T03:25:09.070Z||scheduling-1|||||DEBUG|500||create keys
2022-03-27T03:25:09.079Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-27T03:25:09.118Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:25:09.150Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2e7b1d90-1fde-4282-a582-c8c8d4020112 url= /sdc/v1/registerForDistribution
2022-03-27T03:25:09.333Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2e7b1d90-1fde-4282-a582-c8c8d4020112 url= /sdc/v1/registerForDistribution
2022-03-27T03:25:09.333Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-27T03:25:09.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:25:09.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:25:09.357Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-27T03:25:09.365Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:25:09.366Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:25:09.366Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:25:09.366Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:25:19.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:25:19.662Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:26:09.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:26:09.343Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:26:09.344Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:26:09.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:26:09.345Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:26:09.346Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:26:18.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:26:18.913Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:27:09.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:27:09.343Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:27:09.343Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:27:09.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:27:09.347Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:27:09.347Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:27:18.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:27:18.928Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:28:09.341Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:28:09.343Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:28:09.343Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:28:09.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:28:09.345Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:28:09.346Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:28:18.899Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:28:18.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:29:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:29:09.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-03-27T03:29:09.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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:29:09.345Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:29:09.347Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:29:09.347Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:29:18.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:29:18.912Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:30:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:30:09.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-03-27T03:30:09.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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:30:09.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:30:09.345Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:30:09.345Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:30:18.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:30:18.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:31:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:31:09.342Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:31:09.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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:31:09.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:31:09.344Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:31:09.345Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:31:18.910Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:31:18.910Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:32:09.341Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:32:09.343Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:32:09.343Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:32:09.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:32:09.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:32:09.351Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:32:18.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:32:18.934Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:33:09.341Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:33:09.343Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:33:09.343Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:33:09.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:33:09.344Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:33:09.344Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:33:18.923Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:33:18.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:34:09.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:34:09.343Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:34:09.343Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:34:09.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:34:09.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:34:09.345Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:34:18.922Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:34:18.925Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:34:45.432Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-27T03:35:09.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:35:09.344Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:35:09.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:35:09.344Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:35:09.345Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:35:09.345Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:35:18.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:35:18.913Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:36:09.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:36:09.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-03-27T03:36:09.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:36:09.344Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:36:09.345Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:36:09.346Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:36:18.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:36:18.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:37:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:37:09.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-03-27T03:37:09.344Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:37:09.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:37:09.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:37:09.345Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:37:18.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:37:18.922Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:38:09.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:38:09.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:38:09.345Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:38:09.345Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:38:09.345Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:38:09.345Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:38:18.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:38:18.928Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:39:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:39:09.342Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:39:09.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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:39:09.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:39:09.345Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:39:09.346Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:39:18.911Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:39:18.913Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:40:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:40:09.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-03-27T03:40:09.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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:40:09.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:40:09.347Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:40:09.347Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:40:18.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:40:18.911Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:41:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:41:09.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-03-27T03:41:09.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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:41:09.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:41:09.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:41:09.345Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:41:18.917Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:41:18.917Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:42:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:42:09.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-03-27T03:42:09.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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:42:09.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:42:09.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:42:09.345Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:42:18.917Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:42:18.917Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:43:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:43:09.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-03-27T03:43:09.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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:43:09.345Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:43:09.346Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:43:09.347Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:43:18.915Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:43:18.916Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:44:09.341Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:44:09.343Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:44:09.343Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:44:09.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:44:09.348Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:44:09.348Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:44:18.927Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:44:18.929Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:45:09.349Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:45:09.349Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:45:09.350Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:45:09.350Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:45:09.351Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:45:09.351Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:45:18.920Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:45:18.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:46:09.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:46:09.346Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:46:09.346Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:46:09.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:46:09.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:46:09.351Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:46:18.929Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:46:18.945Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:47:09.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:47:09.342Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:47:09.343Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:47:09.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:47:09.345Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:47:09.345Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:47:18.930Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:47:18.933Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:48:09.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:48:09.343Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:48:09.343Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:48:09.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:48:09.344Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:48:09.344Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:48:18.936Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:48:18.940Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:49:09.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:49:09.342Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:49:09.343Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:49:09.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:49:09.345Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:49:09.346Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:49:18.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:49:18.897Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:50:09.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:50:09.343Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:50:09.343Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:50:09.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:50:09.345Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:50:09.345Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:50:18.934Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:50:18.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:51:09.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:51:09.343Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:51:09.343Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:51:09.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:51:09.345Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:51:09.345Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:51:18.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:51:18.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:09.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:52:09.343Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:52:09.343Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:09.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:52:09.345Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:52:09.345Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:10.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:10.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0e4d8990-eaaa-4dc1-a13a-c2314bc02217","serviceName":"basic_onboard_Xzgguf","serviceVersion":"1.0","serviceUUID":"67919805-ab0e-4d9b-bf62-5b58ac37f624","serviceDescription":"service","serviceInvariantUUID":"9cff1b6d-93dc-43c7-b17f-e49e44fc41f1","resources":[{"resourceInstanceName":"basic_onboard_Xzgguf 0","resourceName":"basic_onboard_Xzgguf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6212f6e3-531a-48fd-996c-036fa59c9eca","resourceInvariantUUID":"56fcbee7-3ba6-4ed5-bd31-e894d53667e0","resourceCustomizationUUID":"0f64c13c-401a-4955-8ce6-64820a8e575e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml","artifactChecksum":"MTI0Y2E1NjQwMzZmZTk4OTgwMTliY2VmYWUwZTlmOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c2ce42fa-2544-4293-bb73-fb630af51137","artifactVersion":"1"},{"artifactName":"basic_onboard_xzgguf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json","artifactChecksum":"MjFlYjU3ODMyMzcwZThiYTY4MTgzMDVlODk0ZTkwM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"436ca3ac-1547-4d82-8915-53a7bcbe828a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"aea1eb41-8277-4887-92ef-208c492a12a3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"958cc35e-87f4-4a93-bb5b-355110ad096e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a5253375-8d18-4c92-9035-1972b14a9293","artifactVersion":"2","generatedFromUUID":"aea1eb41-8277-4887-92ef-208c492a12a3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXzgguf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml","artifactChecksum":"MjQ5NWIwMzhmNzVkM2M4MDdmZTVkMGY1OTkzNzdkNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"357daf97-69c0-4212-945c-3d69ac5bbb5d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXzgguf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar","artifactChecksum":"NjRmN2VkNjM4N2VlZGRkMmRiMDdhMDg2OWIxYTY3NTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ffa84a50-8285-4ba4-8ad1-aa271642e9a0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T03:52:10.005Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:10.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353099266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.021Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:52:10.028Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:52:10.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.041Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:52:10.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "cds",
"timestamp": 1648353101476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.041Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353129341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "ves-openapi-manager",
"timestamp": 1648353100036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353105139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353099266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"status": "NOTIFIED"
}
2022-03-27T03:52:10.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "cds",
"timestamp": 1648353101476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "ves-openapi-manager",
"timestamp": 1648353100036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353105139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353099266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-27T03:52:10.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "cds",
"timestamp": 1648353101476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "ves-openapi-manager",
"timestamp": 1648353100036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353105139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353099266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "cds",
"timestamp": 1648353101476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "ves-openapi-manager",
"timestamp": 1648353100036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353105139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353099266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-27T03:52:10.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "cds",
"timestamp": 1648353101476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "ves-openapi-manager",
"timestamp": 1648353100036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353105139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353099266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "cds",
"timestamp": 1648353101476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "ves-openapi-manager",
"timestamp": 1648353100036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353105139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353099266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T03:52:10.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "cds",
"timestamp": 1648353101476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T03:52:10.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "ves-openapi-manager",
"timestamp": 1648353100036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353105139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T03:52:10.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "dcae-sch",
"timestamp": 1648353112784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353113011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:52:10.057Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:52:10.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "cds",
"timestamp": 1648353113255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:52:10.058Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:52:10.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353113558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:52:10.058Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:52:10.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "dcae-sch",
"timestamp": 1648353112784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "cds",
"timestamp": 1648353114275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T03:52:10.142Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-03-27T03:52:10.147Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:52:10.147Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:10.161Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:10.162Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 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-03-27T03:52:10.281Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0e4d8990-eaaa-4dc1-a13a-c2314bc02217
2022-03-27T03:52:10.318Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T03:52:10.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "clamp",
"timestamp": 1648353114497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353114301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:52:10.345Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:52:10.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "policy-id",
"timestamp": 1648353114145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "dcae-sch",
"timestamp": 1648353112784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "clamp",
"timestamp": 1648353114497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"status": "NOTIFIED"
}
2022-03-27T03:52:10.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "policy-id",
"timestamp": 1648353114145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353115636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:52:10.350Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:52:10.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "dcae-sch",
"timestamp": 1648353112784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "clamp",
"timestamp": 1648353114497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "policy-id",
"timestamp": 1648353114145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-27T03:52:10.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "dcae-sch",
"timestamp": 1648353112784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353116705,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T03:52:10.377Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e4d8990-eaaa-4dc1-a13a-c2314bc02217
2022-03-27T03:52:10.378Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T03:52:10.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "clamp",
"timestamp": 1648353114497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "policy-id",
"timestamp": 1648353114145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "dcae-sch",
"timestamp": 1648353112784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353117713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-27T03:52:10.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:52:10.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353118505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T03:52:10.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:52:10.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "clamp",
"timestamp": 1648353114497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "policy-id",
"timestamp": 1648353114145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "aai-ml",
"timestamp": 1648353118541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "dcae-sch",
"timestamp": 1648353112784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353119512,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T03:52:10.409Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0e4d8990-eaaa-4dc1-a13a-c2314bc02217
2022-03-27T03:52:10.410Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T03:52:10.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "clamp",
"timestamp": 1648353114497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "policy-id",
"timestamp": 1648353114145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "aai-ml",
"timestamp": 1648353118541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.427Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "clamp",
"timestamp": 1648353114497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T03:52:10.428Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "policy-id",
"timestamp": 1648353114145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T03:52:10.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "aai-ml",
"timestamp": 1648353118541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "aai-ml",
"timestamp": 1648353118541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "policy-id",
"timestamp": 1648353121937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:52:10.432Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:52:10.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "aai-ml",
"timestamp": 1648353118541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "policy-id",
"timestamp": 1648353122947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T03:52:10.433Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:52:10.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "aai-ml",
"timestamp": 1648353118541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:10.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "policy-id",
"timestamp": 1648353123952,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T03:52:10.440Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e4d8990-eaaa-4dc1-a13a-c2314bc02217
2022-03-27T03:52:10.440Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-27T03:52:10.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "aai-ml",
"timestamp": 1648353118541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T03:52:10.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:52:10.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:52:10.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "aai-ml",
"timestamp": 1648353126391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:52:10.452Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:52:11.055Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:52:11.055Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:52:11.057Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:52:11.058Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353129341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"status": "NOTIFIED"
}
2022-03-27T03:52:11.158Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:52:11.159Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:52:11.159Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:11.172Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:11.173Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:52:12.058Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:52:12.059Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:52:12.062Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:52:12.062Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353129341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-27T03:52:12.162Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:52:12.164Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:52:12.164Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:12.182Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:12.183Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:52:13.063Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:52:13.064Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:52:13.066Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:52:13.067Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353129341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:13.167Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:52:13.168Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:52:13.168Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:13.179Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:13.180Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:52:14.068Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:52:14.071Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:52:14.075Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:52:14.075Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353129341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-27T03:52:14.175Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T03:52:14.176Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:52:14.176Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:14.189Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:14.189Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:52:15.076Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:52:15.077Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:52:15.080Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:52:15.080Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353129341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:52:15.180Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-27T03:52:15.181Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:52:15.181Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:15.194Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:15.194Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:52:16.083Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:52:16.084Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:52:16.087Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:52:16.087Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353129341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T03:52:16.187Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:52:16.188Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:52:16.188Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:16.212Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:16.213Z||pool-9-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:52:17.089Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"serviceName": "basic_onboard_Xzgguf",
"serviceVersion": "1.0",
"serviceUUID": "67919805-ab0e-4d9b-bf62-5b58ac37f624",
"serviceDescription": "service",
"serviceInvariantUUID": "9cff1b6d-93dc-43c7-b17f-e49e44fc41f1",
"resources": [
{
"resourceInstanceName": "basic_onboard_Xzgguf 0",
"resourceCustomizationUUID": "0f64c13c-401a-4955-8ce6-64820a8e575e",
"resourceName": "basic_onboard_Xzgguf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6212f6e3-531a-48fd-996c-036fa59c9eca",
"resourceInvariantUUID": "56fcbee7-3ba6-4ed5-bd31-e894d53667e0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xzgguf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"artifactChecksum": "MjFlYjU3ODMyMzcwZThiYTY4MTgzMDVlODk0ZTkwM2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "436ca3ac-1547-4d82-8915-53a7bcbe828a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "aea1eb41-8277-4887-92ef-208c492a12a3",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a5253375-8d18-4c92-9035-1972b14a9293",
"generatedFromUUID": "aea1eb41-8277-4887-92ef-208c492a12a3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a5253375-8d18-4c92-9035-1972b14a9293",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXzgguf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"artifactChecksum": "NjRmN2VkNjM4N2VlZGRkMmRiMDdhMDg2OWIxYTY3NTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ffa84a50-8285-4ba4-8ad1-aa271642e9a0"
}
],
"workloadContext": "Production"
}
2022-03-27T03:52:17.090Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T03:52:17.090Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 67919805-ab0e-4d9b-bf62-5b58ac37f624 ASDC
2022-03-27T03:52:17.230Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0e4d8990-eaaa-4dc1-a13a-c2314bc02217
ServiceName:basic_onboard_Xzgguf
ServiceVersion:1.0
ServiceUUID:67919805-ab0e-4d9b-bf62-5b58ac37f624
ServiceInvariantUUID:9cff1b6d-93dc-43c7-b17f-e49e44fc41f1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXzgguf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar
ArtifactUUID:ffa84a50-8285-4ba4-8ad1-aa271642e9a0
ArtifactChecksum:NjRmN2VkNjM4N2VlZGRkMmRiMDdhMDg2OWIxYTY3NTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Xzgguf 0
ResourceCustomizationUUID:0f64c13c-401a-4955-8ce6-64820a8e575e
ResourceInvariantUUID:56fcbee7-3ba6-4ed5-bd31-e894d53667e0
ResourceName:basic_onboard_Xzgguf
ResourceType:VF
ResourceUUID:6212f6e3-531a-48fd-996c-036fa59c9eca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xzgguf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json
ArtifactUUID:436ca3ac-1547-4d82-8915-53a7bcbe828a
ArtifactChecksum:MjFlYjU3ODMyMzcwZThiYTY4MTgzMDVlODk0ZTkwM2M=
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/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:aea1eb41-8277-4887-92ef-208c492a12a3
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/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env
ArtifactUUID:a5253375-8d18-4c92-9035-1972b14a9293
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/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env
ArtifactUUID:a5253375-8d18-4c92-9035-1972b14a9293
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-27T03:52:17.231Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67919805-ab0e-4d9b-bf62-5b58ac37f624 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T03:52:17.286Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T03:52:17.288Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-27T03:52:17.289Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-27T03:52:17.289Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ffa84a50-8285-4ba4-8ad1-aa271642e9a0 from URL: /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:17.289Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T03:52:17.291Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:17.720Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T03:52:17.740Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar ffa84a50-8285-4ba4-8ad1-aa271642e9a0 71541
2022-03-27T03:52:17.742Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar ASDC sendASDCNotification
2022-03-27T03:52:17.742Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:17.744Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T03:52:17.745Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:52:17.747Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:52:17.748Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353137741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:52:17.848Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:52:17.850Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:52:17.850Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:17.865Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:17.867Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-27T03:52:18.748Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T03:52:18.750Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-27T03:52:18.750Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ffa84a50-8285-4ba4-8ad1-aa271642e9a0, URL: /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar to file: /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:18.751Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:18.849Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:18.850Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:19.538Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12080386969875570400/Definitions/service-BasicOnboardXzgguf-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-27T03:52:21.532Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-27T03:52:21.542Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-27T03:52:21.542Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:21.543Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-27T03:52:21.543Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||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-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:21.543Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:21.544Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||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-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:21.544Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:21.544Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Xzgguf 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-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:21.544Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:21.545Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:21.545Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:21.545Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:21.545Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-27T03:52:21.555Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:21.557Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:52:21.563Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria
2022-03-27T03:52:21.564Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-27T03:52:21.566Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T03:52:21.568Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:21.568Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:52:21.568Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria
2022-03-27T03:52:21.568Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-27T03:52:21.569Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T03:52:21.569Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:21.569Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:52:21.574Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:21.574Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is not matching search criteria
2022-03-27T03:52:21.574Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-27T03:52:21.574Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-27T03:52:21.575Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-27T03:52:21.575Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-27T03:52:21.575Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T03:52:21.576Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:21.576Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T03:52:21.577Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:21.578Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria
2022-03-27T03:52:21.578Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:52:21.578Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:21.579Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria
2022-03-27T03:52:21.579Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:52:21.579Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:21.579Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria
2022-03-27T03:52:21.580Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:52:21.580Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:21.580Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is not matching search criteria
2022-03-27T03:52:21.580Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-27T03:52:21.581Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-27T03:52:21.581Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7f3897a3-c6cd-49d2-a93d-dffcf7fde1c5
2022-03-27T03:52:21.581Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:21.582Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:52:21.582Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:21.582Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:52:21.583Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:21.583Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:52:21.584Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:21.584Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:52:21.584Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_Xzgguf
Description:service
Model UUID:67919805-ab0e-4d9b-bf62-5b58ac37f624
Model Version:NULL
Model InvariantUuid:9cff1b6d-93dc-43c7-b17f-e49e44fc41f1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_Xzgguf
Model UUID:af68fbb9-d153-4b0c-8c9b-86d1e34d8aaa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:56fcbee7-3ba6-4ed5-bd31-e894d53667e0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0f64c13c-401a-4955-8ce6-64820a8e575e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:985b4b81-7f24-485e-9530-486d6213bf3b
ModelName:BasicOnboardXzgguf..base_ubuntu18..module-0
ModelUuid:2732118a-4c1f-4a3d-81aa-b502fb3be178
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7f3897a3-c6cd-49d2-a93d-dffcf7fde1c5
ModelInvariantUuid:c457a9bb-dcf0-4ad5-b78a-5aaeb59f61c1
ModelName:basic_onboard_Xzgguf-nodes.ubuntu18Cvfc
ModelUuid:48188fae-7253-4077-90d8-fdc507a27b6e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:02c9a22b-c158-438c-b112-cdc501d5afe9
ModelInvariantUuid:70ba24f4-da8c-4a8c-b523-323f53dba167
ModelName:BasicOnboardXzgguf.compute.nodes.heat.ubuntu18
ModelUuid:f3cc2e93-6e17-43d0-8825-ce302ebbda59
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T03:52:21.600Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 6212f6e3-531a-48fd-996c-036fa59c9eca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T03:52:21.759Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||basic_onboard_Xzgguf 0
2022-03-27T03:52:21.766Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6212f6e3-531a-48fd-996c-036fa59c9eca
2022-03-27T03:52:21.766Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 436ca3ac-1547-4d82-8915-53a7bcbe828a from URL: /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json
2022-03-27T03:52:21.766Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T03:52:21.767Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json
2022-03-27T03:52:22.100Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T03:52:22.101Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json 436ca3ac-1547-4d82-8915-53a7bcbe828a 798
2022-03-27T03:52:22.102Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json ASDC sendASDCNotification
2022-03-27T03:52:22.102Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json
2022-03-27T03:52:22.102Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T03:52:22.102Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:52:22.106Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:52:22.106Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353142102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:52:22.206Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:52:22.208Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:52:22.208Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:22.244Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:22.246Z||pool-11-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:52:23.109Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXzgguf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "985b4b81-7f24-485e-9530-486d6213bf3b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2732118a-4c1f-4a3d-81aa-b502fb3be178",
"vfModuleModelCustomizationUUID": "c1bc4e62-1b58-4c08-b48c-16370cc3c22e",
"isBase": true,
"artifacts": [
"aea1eb41-8277-4887-92ef-208c492a12a3",
"a5253375-8d18-4c92-9035-1972b14a9293"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-27T03:52:23.126Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXzgguf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2732118a-4c1f-4a3d-81aa-b502fb3be178
VfModuleModelInvariantUUID:985b4b81-7f24-485e-9530-486d6213bf3b
VfModuleModelDescription:NULL
Artifacts UUID List:{
aea1eb41-8277-4887-92ef-208c492a12a3
,
a5253375-8d18-4c92-9035-1972b14a9293
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-27T03:52:23.137Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXzgguf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "985b4b81-7f24-485e-9530-486d6213bf3b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2732118a-4c1f-4a3d-81aa-b502fb3be178",
"vfModuleModelCustomizationUUID": "c1bc4e62-1b58-4c08-b48c-16370cc3c22e",
"isBase": true,
"artifacts": [
"aea1eb41-8277-4887-92ef-208c492a12a3",
"a5253375-8d18-4c92-9035-1972b14a9293"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-27T03:52:23.138Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXzgguf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2732118a-4c1f-4a3d-81aa-b502fb3be178
VfModuleModelInvariantUUID:985b4b81-7f24-485e-9530-486d6213bf3b
VfModuleModelDescription:NULL
Artifacts UUID List:{
aea1eb41-8277-4887-92ef-208c492a12a3
,
a5253375-8d18-4c92-9035-1972b14a9293
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-27T03:52:23.138Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aea1eb41-8277-4887-92ef-208c492a12a3 from URL: /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml
2022-03-27T03:52:23.138Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T03:52:23.138Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml
2022-03-27T03:52:23.446Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T03:52:23.447Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml aea1eb41-8277-4887-92ef-208c492a12a3 5033
2022-03-27T03:52:23.448Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-27T03:52:23.448Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml
2022-03-27T03:52:23.449Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T03:52:23.449Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:52:23.452Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:52:23.452Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353143448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:52:23.552Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:52:23.554Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:52:23.554Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:23.575Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:23.576Z||pool-12-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:52:24.453Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a5253375-8d18-4c92-9035-1972b14a9293 from URL: /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env
2022-03-27T03:52:24.454Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T03:52:24.454Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env
2022-03-27T03:52:24.802Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T03:52:24.803Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env a5253375-8d18-4c92-9035-1972b14a9293 909
2022-03-27T03:52:24.804Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-27T03:52:24.804Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env
2022-03-27T03:52:24.804Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T03:52:24.805Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:52:24.808Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:52:24.808Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353144804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:52:24.908Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:52:24.910Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:52:24.910Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:24.923Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:24.925Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-27T03:52:25.809Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 67919805-ab0e-4d9b-bf62-5b58ac37f624
2022-03-27T03:52:25.810Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Xzgguf 0 6212f6e3-531a-48fd-996c-036fa59c9eca 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-03-27T03:52:25.858Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5de7b36c, org.onap.sdc.toscaparser.api.parameters.Input@4e755a10, org.onap.sdc.toscaparser.api.parameters.Input@463fe03e, org.onap.sdc.toscaparser.api.parameters.Input@1830e94f, org.onap.sdc.toscaparser.api.parameters.Input@78ac55f6]
2022-03-27T03:52:25.863Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:25.863Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:52:25.863Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-03-27T03:52:25.864Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 0f64c13c-401a-4955-8ce6-64820a8e575e
2022-03-27T03:52:25.864Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f64c13c-401a-4955-8ce6-64820a8e575e matches Tosca VF Customization UUID: 0f64c13c-401a-4955-8ce6-64820a8e575e
2022-03-27T03:52:25.864Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 0f64c13c-401a-4955-8ce6-64820a8e575e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-27T03:52:25.870Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:25.871Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:52:25.872Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 0f64c13c-401a-4955-8ce6-64820a8e575e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-27T03:52:25.872Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@66c53d30
2022-03-27T03:52:25.872Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:25.873Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T03:52:25.873Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c1bc4e62-1b58-4c08-b48c-16370cc3c22e
2022-03-27T03:52:25.874Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c1bc4e62-1b58-4c08-b48c-16370cc3c22e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-27T03:52:25.881Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:25.881Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria
2022-03-27T03:52:25.881Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:52:25.882Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:25.882Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria
2022-03-27T03:52:25.882Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:52:25.883Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:25.883Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is not matching search criteria
2022-03-27T03:52:25.883Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-27T03:52:25.883Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-27T03:52:25.884Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7f3897a3-c6cd-49d2-a93d-dffcf7fde1c5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T03:52:25.891Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:25.891Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria
2022-03-27T03:52:25.891Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:52:25.892Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:25.892Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria
2022-03-27T03:52:25.892Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0] matching following query criteria: sdcType=VF, customizationUUID=0f64c13c-401a-4955-8ce6-64820a8e575e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T03:52:25.894Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:25.894Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:52:25.895Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 67919805-ab0e-4d9b-bf62-5b58ac37f624: basic_onboard_Xzgguf
2022-03-27T03:52:25.895Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:25.895Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:52:25.896Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:25.896Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:52:25.896Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:25.896Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:52:25.897Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:25.897Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:52:25.897Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:52:25.897Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:52:25.898Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_Xzgguf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T03:52:26.085Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Xzgguf 6212f6e3-531a-48fd-996c-036fa59c9eca 1 ASDC deployResourceStructure
2022-03-27T03:52:26.085Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json ASDC sendASDCNotification
2022-03-27T03:52:26.086Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json
2022-03-27T03:52:26.086Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T03:52:26.086Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:52:26.089Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:52:26.089Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353146085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-27T03:52:26.189Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:52:26.191Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:52:26.191Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:26.210Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:26.211Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-27T03:52:27.090Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-27T03:52:27.091Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml
2022-03-27T03:52:27.091Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T03:52:27.091Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:52:27.094Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:52:27.094Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353147090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-27T03:52:27.194Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:52:27.195Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:52:27.195Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:27.212Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:27.212Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:52:28.095Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-27T03:52:28.095Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env
2022-03-27T03:52:28.095Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T03:52:28.096Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:52:28.099Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:52:28.099Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353148094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-27T03:52:28.199Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:52:28.201Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:52:28.201Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:28.218Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:28.218Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:52:29.101Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar ASDC sendASDCNotification
2022-03-27T03:52:29.101Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar
2022-03-27T03:52:29.102Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T03:52:29.102Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:52:29.105Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:52:29.105Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353149101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T03:52:29.205Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:52:29.207Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:52:29.207Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:52:29.220Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:52:29.221Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:52:30.107Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T03:52:30.126Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T03:52:30.130Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T03:52:30.130Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T03:52:30.131Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T03:53:00.131Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T03:53:00.150Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T03:53:00.156Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T03:53:00.157Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T03:53:00.157Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T03:53:09.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:53:09.345Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:53:09.346Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:53:09.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:53:09.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T03:53:09.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353129341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:53:09.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-27T03:53:30.158Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T03:53:30.177Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T03:53:30.181Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T03:53:30.182Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T03:53:30.182Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T03:54:00.182Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T03:54:00.201Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T03:54:00.207Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T03:54:00.208Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T03:54:00.208Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T03:54:09.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:54:09.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:54:09.346Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:54:09.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:54:09.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353129341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"status": "NOTIFIED"
}
2022-03-27T03:54:09.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:54:09.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353129341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-27T03:54:09.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:54:09.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353129341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:54:09.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:54:09.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "clamp",
"timestamp": 1648353133790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:54:09.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:54:09.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353129341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-27T03:54:09.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:54:09.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353129341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:54:09.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:54:09.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "clamp",
"timestamp": 1648353135810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T03:54:09.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:54:09.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353129341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T03:54:09.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:54:09.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "clamp",
"timestamp": 1648353136820,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T03:54:09.398Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0e4d8990-eaaa-4dc1-a13a-c2314bc02217
2022-03-27T03:54:09.398Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T03:54:09.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353137741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:54:09.411Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:54:09.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353142102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:54:09.412Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:54:09.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353143448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:54:09.413Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:54:09.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "aai-ml",
"timestamp": 1648353144584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T03:54:09.413Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:54:09.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353144804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:54:09.414Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:54:09.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "aai-ml",
"timestamp": 1648353145589,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T03:54:09.420Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0e4d8990-eaaa-4dc1-a13a-c2314bc02217
2022-03-27T03:54:09.420Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T03:54:09.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353146085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-27T03:54:09.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:54:09.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353147090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-27T03:54:09.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:54:09.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353148094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-27T03:54:09.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:54:09.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:54:09.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353149101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T03:54:09.432Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:54:30.209Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T03:54:30.224Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T03:54:30.229Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T03:54:30.229Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T03:54:30.229Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T03:54:30.229Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T03:54:30.230Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-27T03:54:30.230Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-27T03:54:30.230Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-27T03:54:30.230Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-27T03:54:30.230Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-27T03:54:30.230Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-27T03:54:30.230Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T03:54:30.235Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T03:55:00.236Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T03:55:00.249Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 and serviceModelVersionId: 67919805-ab0e-4d9b-bf62-5b58ac37f624
2022-03-27T03:55:00.250Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9cff1b6d-93dc-43c7-b17f-e49e44fc41f1
2022-03-27T03:55:09.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:55:09.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:55:09.346Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:09.376Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:09.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "dcae-sch",
"timestamp": 1648353232784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "clamp",
"timestamp": 1648353234497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "policy-id",
"timestamp": 1648353234144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "cds",
"timestamp": 1648353236476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "clamp",
"timestamp": 1648353234497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json",
"status": "NOTIFIED"
}
2022-03-27T03:55:09.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "dcae-sch",
"timestamp": 1648353232784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "policy-id",
"timestamp": 1648353234144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "cds",
"timestamp": 1648353236476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "aai-ml",
"timestamp": 1648353238541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "dcae-sch",
"timestamp": 1648353232784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "clamp",
"timestamp": 1648353234497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "policy-id",
"timestamp": 1648353234144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-27T03:55:09.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "cds",
"timestamp": 1648353236476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "aai-ml",
"timestamp": 1648353238541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "clamp",
"timestamp": 1648353234497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "dcae-sch",
"timestamp": 1648353232784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "ves-openapi-manager",
"timestamp": 1648353240036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "policy-id",
"timestamp": 1648353234144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "cds",
"timestamp": 1648353236476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353239266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "aai-ml",
"timestamp": 1648353238541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "clamp",
"timestamp": 1648353234497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "dcae-sch",
"timestamp": 1648353232784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "ves-openapi-manager",
"timestamp": 1648353240036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "policy-id",
"timestamp": 1648353234144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353239266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json",
"status": "NOTIFIED"
}
2022-03-27T03:55:09.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "cds",
"timestamp": 1648353236476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "aai-ml",
"timestamp": 1648353238541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "clamp",
"timestamp": 1648353234497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "dcae-sch",
"timestamp": 1648353232784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "ves-openapi-manager",
"timestamp": 1648353240036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "policy-id",
"timestamp": 1648353234144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353239266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-27T03:55:09.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "cds",
"timestamp": 1648353236476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "aai-ml",
"timestamp": 1648353238541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "clamp",
"timestamp": 1648353234497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T03:55:09.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "dcae-sch",
"timestamp": 1648353232784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "ves-openapi-manager",
"timestamp": 1648353240036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "policy-id",
"timestamp": 1648353234144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T03:55:09.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353239266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "cds",
"timestamp": 1648353236476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T03:55:09.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "aai-ml",
"timestamp": 1648353238541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "ves-openapi-manager",
"timestamp": 1648353240036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "policy-id",
"timestamp": 1648353244283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:55:09.423Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:55:09.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353239266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-27T03:55:09.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "cds",
"timestamp": 1648353244244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:55:09.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:55:09.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "aai-ml",
"timestamp": 1648353238541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T03:55:09.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "ves-openapi-manager",
"timestamp": 1648353240036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "policy-id",
"timestamp": 1648353245289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T03:55:09.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:55:09.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353239266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "cds",
"timestamp": 1648353245250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T03:55:09.445Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7535319-5a71-4849-b45e-d3d9320a8c32
2022-03-27T03:55:09.446Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7535319-5a71-4849-b45e-d3d9320a8c32 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T03:55:09.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "aai-ml",
"timestamp": 1648353246314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:55:09.457Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:55:09.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "ves-openapi-manager",
"timestamp": 1648353240036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:09.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "policy-id",
"timestamp": 1648353246292,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T03:55:09.464Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7535319-5a71-4849-b45e-d3d9320a8c32
2022-03-27T03:55:09.464Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7535319-5a71-4849-b45e-d3d9320a8c32 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T03:55:09.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353239266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T03:55:09.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-27T03:55:09.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353247312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:55:09.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:55:09.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T03:55:09.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353248711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:55:09.480Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:55:16.435Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9cff1b6d-93dc-43c7-b17f-e49e44fc41f1/model-vers/model-ver/67919805-ab0e-4d9b-bf62-5b58ac37f624?depth=0
2022-03-27T03:55:16.600Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-27T03:55:17.217Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cff1b6d-93dc-43c7-b17f-e49e44fc41f1/model-vers/model-ver/67919805-ab0e-4d9b-bf62-5b58ac37f624?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T03:55:17.222Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cff1b6d-93dc-43c7-b17f-e49e44fc41f1/model-vers/model-ver/67919805-ab0e-4d9b-bf62-5b58ac37f624?depth=0|INFO|500||Invoke
2022-03-27T03:55:17.351Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cff1b6d-93dc-43c7-b17f-e49e44fc41f1/model-vers/model-ver/67919805-ab0e-4d9b-bf62-5b58ac37f624?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-27T03:55:17.838Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cff1b6d-93dc-43c7-b17f-e49e44fc41f1/model-vers/model-ver/67919805-ab0e-4d9b-bf62-5b58ac37f624?depth=0|INFO|500||InvokeReturn
2022-03-27T03:55:17.840Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cff1b6d-93dc-43c7-b17f-e49e44fc41f1/model-vers/model-ver/67919805-ab0e-4d9b-bf62-5b58ac37f624?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220327-03:55:16:270-92086], vertex-id=[196736], Content-Length=[0], Date=[Sun, 27 Mar 2022 03:55:16 GMT], Content-Type=[application/json]}
2022-03-27T03:55:17.841Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-03-27T03:55:17.847Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-27T03:55:17.847Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T03:55:17.855Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T03:55:17.858Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-27T03:55:17.859Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-27T03:55:17.860Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:55:17.863Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:55:17.864Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353317858,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-27T03:55:17.964Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T03:55:17.965Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:55:17.966Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:17.980Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:17.981Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T03:55:18.883Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:55:18.884Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:55:18.884Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:23.293Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:23.295Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-27T03:55:23.295Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7535319-5a71-4849-b45e-d3d9320a8c32","serviceName":"vFW 2022-03-27 03-51-50","serviceVersion":"1.0","serviceUUID":"3b091f4d-2b00-4245-b569-dd6316f7aa10","serviceDescription":"catalog service description","serviceInvariantUUID":"4f718119-fda8-4f96-ac60-7acd5afd894c","resources":[{"resourceInstanceName":"vFW e6172612-c7dc 0","resourceName":"vFW e6172612-c7dc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"59610da5-960a-48fc-a775-07a0ab92fdf9","resourceInvariantUUID":"41851b57-d97a-4433-b201-52070d304d8b","resourceCustomizationUUID":"95209d75-7797-4923-8f85-30aa35b578a8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml","artifactChecksum":"NjBhZmRiZmRlODM4OTdjMzJkZTY1MTYzMTc5OGEyMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9b3f1af8-2c62-4799-a04c-c997c61aa241","artifactVersion":"1"},{"artifactName":"vfwe6172612c7dc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json","artifactChecksum":"ZjU4YzI1NThjYzM5YWM3Zjg1Yjk3MTA4OWQwMGJlZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"45fccfdc-1842-4ba0-9b5e-aac88d896039","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"95bd3a4b-11e1-4aba-bbf1-2425efe078f1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTZmOWY1MzBlMDlhYmViMjQzMjcxNWEyNjFlZjAzZGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bb153bc9-b12e-4a4d-81c0-e78a4dba014a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8","artifactVersion":"2","generatedFromUUID":"95bd3a4b-11e1-4aba-bbf1-2425efe078f1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220327035150-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml","artifactChecksum":"ZjI3OTQwZTNhNjhkZGQ2NjE2YmJlNWQ2ZGM1OWJmZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5d00fa8-2fcb-43b1-a3b5-2a766066ae1b","artifactVersion":"1"},{"artifactName":"service-Vfw20220327035150-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar","artifactChecksum":"YTY3YTMwYzMyZjYwODEyYTQ5YTA4NzgwMDA2NzEzMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"726c737a-a24e-403c-a64f-ff58c10c8692","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T03:55:23.299Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:55:23.299Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:55:23.301Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:55:23.302Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353318883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:23.402Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:55:23.404Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:55:23.404Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:23.434Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:23.434Z||pool-19-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:55:24.302Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:55:24.304Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:55:24.306Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:55:24.307Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353318883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json",
"status": "NOTIFIED"
}
2022-03-27T03:55:24.406Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T03:55:24.408Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:55:24.408Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:24.422Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:24.423Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:55:25.307Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:55:25.309Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:55:25.314Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:55:25.314Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353318883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-27T03:55:25.414Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T03:55:25.415Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:55:25.416Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:25.431Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:25.431Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:55:26.315Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:55:26.316Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:55:26.319Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:55:26.319Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353318883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:26.420Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T03:55:26.421Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:55:26.421Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:26.446Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:26.447Z||pool-22-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:55:27.320Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:55:27.321Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:55:27.323Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:55:27.324Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353318883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-27T03:55:27.424Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:55:27.425Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:55:27.425Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:27.449Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:27.450Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-27T03:55:28.325Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:55:28.326Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:55:28.345Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:55:28.346Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353318883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:55:28.428Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-03-27T03:55:28.430Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:55:28.430Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:28.454Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:28.456Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:55:29.346Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:55:29.347Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:55:29.350Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:55:29.350Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353318883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T03:55:29.450Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:55:29.451Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:55:29.451Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:29.463Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:29.463Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:55:30.355Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"serviceName": "vFW 2022-03-27 03-51-50",
"serviceVersion": "1.0",
"serviceUUID": "3b091f4d-2b00-4245-b569-dd6316f7aa10",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4f718119-fda8-4f96-ac60-7acd5afd894c",
"resources": [
{
"resourceInstanceName": "vFW e6172612-c7dc 0",
"resourceCustomizationUUID": "95209d75-7797-4923-8f85-30aa35b578a8",
"resourceName": "vFW e6172612-c7dc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "59610da5-960a-48fc-a775-07a0ab92fdf9",
"resourceInvariantUUID": "41851b57-d97a-4433-b201-52070d304d8b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe6172612c7dc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json",
"artifactChecksum": "ZjU4YzI1NThjYzM5YWM3Zjg1Yjk3MTA4OWQwMGJlZjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "45fccfdc-1842-4ba0-9b5e-aac88d896039",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "95bd3a4b-11e1-4aba-bbf1-2425efe078f1",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8",
"generatedFromUUID": "95bd3a4b-11e1-4aba-bbf1-2425efe078f1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220327035150-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"artifactChecksum": "YTY3YTMwYzMyZjYwODEyYTQ5YTA4NzgwMDA2NzEzMWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "726c737a-a24e-403c-a64f-ff58c10c8692"
}
],
"workloadContext": "Production"
}
2022-03-27T03:55:30.356Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T03:55:30.356Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3b091f4d-2b00-4245-b569-dd6316f7aa10 ASDC
2022-03-27T03:55:30.356Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a7535319-5a71-4849-b45e-d3d9320a8c32
ServiceName:vFW 2022-03-27 03-51-50
ServiceVersion:1.0
ServiceUUID:3b091f4d-2b00-4245-b569-dd6316f7aa10
ServiceInvariantUUID:4f718119-fda8-4f96-ac60-7acd5afd894c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220327035150-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar
ArtifactUUID:726c737a-a24e-403c-a64f-ff58c10c8692
ArtifactChecksum:YTY3YTMwYzMyZjYwODEyYTQ5YTA4NzgwMDA2NzEzMWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e6172612-c7dc 0
ResourceCustomizationUUID:95209d75-7797-4923-8f85-30aa35b578a8
ResourceInvariantUUID:41851b57-d97a-4433-b201-52070d304d8b
ResourceName:vFW e6172612-c7dc
ResourceType:VF
ResourceUUID:59610da5-960a-48fc-a775-07a0ab92fdf9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe6172612c7dc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json
ArtifactUUID:45fccfdc-1842-4ba0-9b5e-aac88d896039
ArtifactChecksum:ZjU4YzI1NThjYzM5YWM3Zjg1Yjk3MTA4OWQwMGJlZjU=
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/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml
ArtifactUUID:95bd3a4b-11e1-4aba-bbf1-2425efe078f1
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/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env
ArtifactUUID:ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8
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/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env
ArtifactUUID:ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-27T03:55:30.357Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b091f4d-2b00-4245-b569-dd6316f7aa10 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T03:55:30.391Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T03:55:30.392Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-27T03:55:30.392Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-27T03:55:30.392Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 726c737a-a24e-403c-a64f-ff58c10c8692 from URL: /sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar
2022-03-27T03:55:30.392Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T03:55:30.393Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar
2022-03-27T03:55:30.547Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T03:55:30.552Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar 726c737a-a24e-403c-a64f-ff58c10c8692 98971
2022-03-27T03:55:30.553Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar ASDC sendASDCNotification
2022-03-27T03:55:30.553Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar
2022-03-27T03:55:30.553Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T03:55:30.554Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:55:30.556Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:55:30.556Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353330553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:55:30.661Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-27T03:55:30.663Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:55:30.663Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:30.676Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:30.677Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:55:31.557Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T03:55:31.558Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-27T03:55:31.558Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 726c737a-a24e-403c-a64f-ff58c10c8692, URL: /sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar to file: /app/ASDC/1/service-Vfw20220327035150-csar.csar
2022-03-27T03:55:31.559Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220327035150-csar.csar
2022-03-27T03:55:31.559Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220327035150-csar.csar
2022-03-27T03:55:31.559Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220327035150-csar.csar
2022-03-27T03:55:31.736Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1771651952707359613/Definitions/service-Vfw20220327035150-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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_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-03-27T03:55:34.192Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-27T03:55:34.192Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-27T03:55:34.193Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar
2022-03-27T03:55:34.193Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-27T03:55:34.193Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||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-Vfw20220327035150-csar.csar
2022-03-27T03:55:34.193Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||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-Vfw20220327035150-csar.csar
2022-03-27T03:55:34.193Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar
2022-03-27T03:55:34.193Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar
2022-03-27T03:55:34.193Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar
2022-03-27T03:55:34.193Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||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-Vfw20220327035150-csar.csar
2022-03-27T03:55:34.194Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar
2022-03-27T03:55:34.194Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||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-Vfw20220327035150-csar.csar
2022-03-27T03:55:34.194Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar
2022-03-27T03:55:34.194Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar
2022-03-27T03:55:34.194Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e6172612-c7dc 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-Vfw20220327035150-csar.csar
2022-03-27T03:55:34.194Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar
2022-03-27T03:55:34.194Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar
2022-03-27T03:55:34.194Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-27T03:55:34.195Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:34.195Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:55:34.195Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria
2022-03-27T03:55:34.195Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-27T03:55:34.196Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T03:55:34.196Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:34.196Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:55:34.197Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria
2022-03-27T03:55:34.197Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-27T03:55:34.197Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T03:55:34.197Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:34.198Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:55:34.198Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:34.198Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is not matching search criteria
2022-03-27T03:55:34.198Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T03:55:34.199Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T03:55:34.199Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T03:55:34.199Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T03:55:34.199Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:55:34.199Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T03:55:34.200Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:55:34.200Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T03:55:34.200Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T03:55:34.200Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:55:34.201Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T03:55:34.201Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T03:55:34.201Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T03:55:34.201Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T03:55:34.202Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:55:34.202Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T03:55:34.202Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:34.203Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T03:55:34.203Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:34.203Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria
2022-03-27T03:55:34.203Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:55:34.204Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:34.204Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria
2022-03-27T03:55:34.204Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:55:34.205Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:34.205Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria
2022-03-27T03:55:34.205Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:55:34.205Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:34.205Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is not matching search criteria
2022-03-27T03:55:34.206Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T03:55:34.206Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T03:55:34.206Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T03:55:34.206Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T03:55:34.206Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T03:55:34.206Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:55:34.207Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T03:55:34.207Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T03:55:34.207Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T03:55:34.207Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T03:55:34.207Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:55:34.207Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c99c415a-2aca-4775-b12e-b9a82f19bf06
2022-03-27T03:55:34.208Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:34.208Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is not matching search criteria
2022-03-27T03:55:34.208Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T03:55:34.208Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T03:55:34.208Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T03:55:34.209Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T03:55:34.209Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:55:34.209Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T03:55:34.209Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:55:34.209Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T03:55:34.209Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T03:55:34.209Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T03:55:34.210Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T03:55:34.210Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:55:34.210Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7b43a7f6-5e59-43c9-93d2-0ac8e9ef828b
2022-03-27T03:55:34.210Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:34.211Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is not matching search criteria
2022-03-27T03:55:34.211Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T03:55:34.211Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T03:55:34.211Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T03:55:34.211Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T03:55:34.211Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:55:34.212Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T03:55:34.212Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:55:34.212Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T03:55:34.212Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T03:55:34.212Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:55:34.212Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T03:55:34.213Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T03:55:34.213Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f506a169-089d-43f7-9a25-3f5e6e3e51ec
2022-03-27T03:55:34.213Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:34.213Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:55:34.213Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:34.214Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:55:34.214Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:34.214Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:55:34.214Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:34.214Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:55:34.215Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-27 03-51-50
Description:catalog service description
Model UUID:3b091f4d-2b00-4245-b569-dd6316f7aa10
Model Version:NULL
Model InvariantUuid:4f718119-fda8-4f96-ac60-7acd5afd894c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e6172612-c7dc
Model UUID:4aec6ff8-0725-4956-b1c7-ef0d24f2591b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:41851b57-d97a-4433-b201-52070d304d8b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:95209d75-7797-4923-8f85-30aa35b578a8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:37f229c0-7e46-421e-9169-3c0b3138f945
ModelName:VfwE6172612C7dc..base_vfw..module-0
ModelUuid:52321fdd-07e7-42ed-baeb-b7e2ac60d99f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c99c415a-2aca-4775-b12e-b9a82f19bf06
ModelInvariantUuid:8c2fc4f9-c918-4139-ab3a-c8366e69c0e2
ModelName:vFW e6172612-c7dc-nodes.vfwCvfc
ModelUuid:a1e2712d-3e57-4f42-8842-4cede532b0a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7f3a2b2e-1656-45a5-b1d9-6ad88bc92969
ModelInvariantUuid:a033d918-bb7f-4ec1-89e6-13e53f134bef
ModelName:VfwE6172612C7dc.compute.nodes.heat.vfw
ModelUuid:b1a024f8-1ffc-43f4-9f64-119c3fd44bc0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7b43a7f6-5e59-43c9-93d2-0ac8e9ef828b
ModelInvariantUuid:2804807d-51b7-40b2-b643-a7f698fe5709
ModelName:vFW e6172612-c7dc-nodes.vsnCvfc
ModelUuid:53ad2fb0-5bf0-47e7-815c-9c95e311a6cf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b3262d3f-2d64-43b6-8a80-e8db4aeeb754
ModelInvariantUuid:e5e79fc6-d8f8-432d-9c07-f659f2b4f129
ModelName:VfwE6172612C7dc.compute.nodes.heat.vsn
ModelUuid:f3ae9767-3faa-4d89-af79-74709ebe53eb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f506a169-089d-43f7-9a25-3f5e6e3e51ec
ModelInvariantUuid:016428c1-d5dc-460a-8c47-399aede90389
ModelName:vFW e6172612-c7dc-nodes.vpgCvfc
ModelUuid:f3ddfa4a-6dab-4128-b83e-b4137e55e064
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d8aa6a19-1009-4042-a437-be8e3186a8f6
ModelInvariantUuid:b0ec96f7-57ee-40ed-8af1-61b466ad499d
ModelName:VfwE6172612C7dc.compute.nodes.heat.vpg
ModelUuid:082b5a3d-43ed-45f0-87b9-05d73f9bc719
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T03:55:34.229Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 59610da5-960a-48fc-a775-07a0ab92fdf9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T03:55:34.232Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||vFW e6172612-c7dc 0
2022-03-27T03:55:34.233Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 59610da5-960a-48fc-a775-07a0ab92fdf9
2022-03-27T03:55:34.233Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 45fccfdc-1842-4ba0-9b5e-aac88d896039 from URL: /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json
2022-03-27T03:55:34.233Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T03:55:34.233Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json
2022-03-27T03:55:34.334Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T03:55:34.335Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json 45fccfdc-1842-4ba0-9b5e-aac88d896039 785
2022-03-27T03:55:34.335Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json ASDC sendASDCNotification
2022-03-27T03:55:34.335Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json
2022-03-27T03:55:34.335Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T03:55:34.336Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:55:34.338Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:55:34.338Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353334335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:55:34.438Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:55:34.439Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:55:34.439Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:34.453Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:34.454Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:55:35.338Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE6172612C7dc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "37f229c0-7e46-421e-9169-3c0b3138f945",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "52321fdd-07e7-42ed-baeb-b7e2ac60d99f",
"vfModuleModelCustomizationUUID": "a11c33bb-2c2a-4633-9039-aff4d91705fa",
"isBase": true,
"artifacts": [
"95bd3a4b-11e1-4aba-bbf1-2425efe078f1",
"ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-27T03:55:35.347Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE6172612C7dc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:52321fdd-07e7-42ed-baeb-b7e2ac60d99f
VfModuleModelInvariantUUID:37f229c0-7e46-421e-9169-3c0b3138f945
VfModuleModelDescription:NULL
Artifacts UUID List:{
95bd3a4b-11e1-4aba-bbf1-2425efe078f1
,
ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-27T03:55:35.351Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE6172612C7dc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "37f229c0-7e46-421e-9169-3c0b3138f945",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "52321fdd-07e7-42ed-baeb-b7e2ac60d99f",
"vfModuleModelCustomizationUUID": "a11c33bb-2c2a-4633-9039-aff4d91705fa",
"isBase": true,
"artifacts": [
"95bd3a4b-11e1-4aba-bbf1-2425efe078f1",
"ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-27T03:55:35.352Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE6172612C7dc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:52321fdd-07e7-42ed-baeb-b7e2ac60d99f
VfModuleModelInvariantUUID:37f229c0-7e46-421e-9169-3c0b3138f945
VfModuleModelDescription:NULL
Artifacts UUID List:{
95bd3a4b-11e1-4aba-bbf1-2425efe078f1
,
ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-27T03:55:35.352Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 95bd3a4b-11e1-4aba-bbf1-2425efe078f1 from URL: /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml
2022-03-27T03:55:35.353Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T03:55:35.353Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml
2022-03-27T03:55:35.416Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T03:55:35.417Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml 95bd3a4b-11e1-4aba-bbf1-2425efe078f1 20368
2022-03-27T03:55:35.417Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T03:55:35.417Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml
2022-03-27T03:55:35.417Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T03:55:35.418Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:55:35.420Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:55:35.420Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353335417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:55:35.520Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:55:35.521Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:55:35.522Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:35.536Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:35.537Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:55:36.421Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8 from URL: /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env
2022-03-27T03:55:36.421Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T03:55:36.421Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env
2022-03-27T03:55:36.713Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T03:55:36.714Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8 2098
2022-03-27T03:55:36.714Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T03:55:36.715Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env
2022-03-27T03:55:36.715Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T03:55:36.715Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:55:36.718Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:55:36.718Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353336714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:55:36.818Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:55:36.819Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:55:36.820Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:36.832Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:36.832Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:55:37.719Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3b091f4d-2b00-4245-b569-dd6316f7aa10
2022-03-27T03:55:37.720Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e6172612-c7dc 0 59610da5-960a-48fc-a775-07a0ab92fdf9 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-03-27T03:55:37.738Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@767be751, org.onap.sdc.toscaparser.api.parameters.Input@13c26d38, org.onap.sdc.toscaparser.api.parameters.Input@555f3ef0, org.onap.sdc.toscaparser.api.parameters.Input@507bea89, org.onap.sdc.toscaparser.api.parameters.Input@7913ceb8]
2022-03-27T03:55:37.739Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.740Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:55:37.740Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-03-27T03:55:37.740Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 95209d75-7797-4923-8f85-30aa35b578a8
2022-03-27T03:55:37.740Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 95209d75-7797-4923-8f85-30aa35b578a8 matches Tosca VF Customization UUID: 95209d75-7797-4923-8f85-30aa35b578a8
2022-03-27T03:55:37.740Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 95209d75-7797-4923-8f85-30aa35b578a8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-27T03:55:37.744Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.744Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:55:37.745Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 95209d75-7797-4923-8f85-30aa35b578a8: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-27T03:55:37.746Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a9c49ea
2022-03-27T03:55:37.746Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.746Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T03:55:37.746Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a11c33bb-2c2a-4633-9039-aff4d91705fa
2022-03-27T03:55:37.746Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a11c33bb-2c2a-4633-9039-aff4d91705fa
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-27T03:55:37.750Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.751Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria
2022-03-27T03:55:37.751Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:55:37.752Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.752Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria
2022-03-27T03:55:37.752Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:55:37.752Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.752Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is not matching search criteria
2022-03-27T03:55:37.752Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T03:55:37.753Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T03:55:37.753Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T03:55:37.753Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T03:55:37.753Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T03:55:37.753Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:55:37.754Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T03:55:37.754Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T03:55:37.754Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T03:55:37.754Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T03:55:37.754Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:55:37.754Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c99c415a-2aca-4775-b12e-b9a82f19bf06
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T03:55:37.757Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.758Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria
2022-03-27T03:55:37.758Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:55:37.758Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.758Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is not matching search criteria
2022-03-27T03:55:37.759Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T03:55:37.759Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T03:55:37.759Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T03:55:37.759Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T03:55:37.759Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:55:37.759Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T03:55:37.760Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:55:37.760Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T03:55:37.760Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T03:55:37.760Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T03:55:37.760Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T03:55:37.760Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:55:37.761Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7b43a7f6-5e59-43c9-93d2-0ac8e9ef828b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T03:55:37.763Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.764Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria
2022-03-27T03:55:37.764Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:55:37.767Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.767Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is not matching search criteria
2022-03-27T03:55:37.768Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T03:55:37.768Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T03:55:37.768Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T03:55:37.768Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T03:55:37.768Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:55:37.769Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T03:55:37.769Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:55:37.769Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T03:55:37.770Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T03:55:37.770Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:55:37.770Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T03:55:37.770Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T03:55:37.770Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f506a169-089d-43f7-9a25-3f5e6e3e51ec
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T03:55:37.774Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.774Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria
2022-03-27T03:55:37.774Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:55:37.775Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.775Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria
2022-03-27T03:55:37.775Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=95209d75-7797-4923-8f85-30aa35b578a8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T03:55:37.777Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.778Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:55:37.778Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3b091f4d-2b00-4245-b569-dd6316f7aa10: vFW e6172612-c7dc
2022-03-27T03:55:37.778Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.778Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:55:37.779Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.779Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:55:37.779Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.779Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:55:37.780Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.780Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:55:37.780Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:55:37.780Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:55:37.781Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-03-27 03-51-50
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T03:55:37.986Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e6172612-c7dc 59610da5-960a-48fc-a775-07a0ab92fdf9 1 ASDC deployResourceStructure
2022-03-27T03:55:37.986Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json ASDC sendASDCNotification
2022-03-27T03:55:37.986Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json
2022-03-27T03:55:37.987Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T03:55:37.987Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:55:37.989Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:55:37.989Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353337986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-27T03:55:38.090Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:55:38.091Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:55:38.091Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:38.108Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:38.109Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:55:38.991Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T03:55:38.992Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml
2022-03-27T03:55:38.992Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T03:55:38.992Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:55:38.994Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:55:38.994Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353338991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-27T03:55:39.095Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T03:55:39.096Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:55:39.096Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:39.113Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:39.114Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-27T03:55:39.995Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T03:55:39.996Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env
2022-03-27T03:55:39.996Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T03:55:39.996Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:55:39.998Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:55:39.998Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353339995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-27T03:55:40.099Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:55:40.100Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:55:40.100Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:40.118Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:40.118Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:55:40.999Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar ASDC sendASDCNotification
2022-03-27T03:55:41.001Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar
2022-03-27T03:55:41.001Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T03:55:41.001Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:55:41.003Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:55:41.004Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353340999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T03:55:41.104Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T03:55:41.105Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:55:41.105Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:55:41.122Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:55:41.123Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:55:42.005Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7535319-5a71-4849-b45e-d3d9320a8c32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T03:55:42.016Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7535319-5a71-4849-b45e-d3d9320a8c32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T03:55:42.020Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T03:55:42.020Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T03:55:42.021Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T03:56:09.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:56:09.345Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:56:09.346Z||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 K4y7CfroZqXq8qX2) ...
2022-03-27T03:56:09.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:56:09.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353250007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:56:09.395Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:56:09.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353251026,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T03:56:09.403Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7535319-5a71-4849-b45e-d3d9320a8c32
2022-03-27T03:56:09.404Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7535319-5a71-4849-b45e-d3d9320a8c32 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-27T03:56:09.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648353252033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-27T03:56:09.418Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:56:09.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "clamp",
"timestamp": 1648353255810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:56:09.419Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:56:09.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353255139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:56:09.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-27T03:56:09.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353255139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:56:09.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-27T03:56:09.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353255139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:56:09.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-27T03:56:09.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "clamp",
"timestamp": 1648353258813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T03:56:09.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:56:09.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353255139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:56:09.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-27T03:56:09.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "clamp",
"timestamp": 1648353259818,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T03:56:09.427Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a7535319-5a71-4849-b45e-d3d9320a8c32
2022-03-27T03:56:09.427Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7535319-5a71-4849-b45e-d3d9320a8c32 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T03:56:09.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353255139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:56:09.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-27T03:56:09.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353255139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:56:09.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-27T03:56:09.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "aai-ml",
"timestamp": 1648353261669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T03:56:09.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:56:09.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353255139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T03:56:09.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-27T03:56:09.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "aai-ml",
"timestamp": 1648353262674,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T03:56:09.449Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7535319-5a71-4849-b45e-d3d9320a8c32
2022-03-27T03:56:09.449Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7535319-5a71-4849-b45e-d3d9320a8c32 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T03:56:09.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353263249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:56:09.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:56:09.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353266975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T03:56:09.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T03:56:09.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T03:56:09.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648353267979,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T03:56:09.467Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7535319-5a71-4849-b45e-d3d9320a8c32
2022-03-27T03:56:09.467Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7535319-5a71-4849-b45e-d3d9320a8c32 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T03:56:12.021Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7535319-5a71-4849-b45e-d3d9320a8c32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T03:56:12.037Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7535319-5a71-4849-b45e-d3d9320a8c32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T03:56:12.041Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T03:56:12.041Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T03:56:12.041Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T03:56:12.041Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T03:56:12.041Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-27T03:56:12.042Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-27T03:56:12.042Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-27T03:56:12.042Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-27T03:56:12.042Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-27T03:56:12.042Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-27T03:56:12.042Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T03:56:12.048Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T03:56:42.048Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7535319-5a71-4849-b45e-d3d9320a8c32 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T03:56:42.055Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7535319-5a71-4849-b45e-d3d9320a8c32 and serviceModelVersionId: 3b091f4d-2b00-4245-b569-dd6316f7aa10
2022-03-27T03:56:42.055Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f718119-fda8-4f96-ac60-7acd5afd894c
2022-03-27T03:56:42.056Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?depth=0
2022-03-27T03:56:42.061Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-27T03:56:42.118Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?depth=0|INFO|500||Invoke
2022-03-27T03:56:42.118Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a7535319-5a71-4849-b45e-d3d9320a8c32], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[36a854de-4e68-4cef-9f76-4714c23c2e94], X-ECOMP-RequestID=[a7535319-5a71-4849-b45e-d3d9320a8c32], X-TransactionId=[], X-ONAP-RequestID=[a7535319-5a71-4849-b45e-d3d9320a8c32], Content-Type=[application/merge-patch+json]}
2022-03-27T03:56:42.153Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-27T03:56:42.614Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?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/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220327-03:56:41:067-46820], vertex-id=[151736], Content-Length=[0], Date=[Sun, 27 Mar 2022 03:56:41 GMT], Content-Type=[application/json]}
2022-03-27T03:56:42.614Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-27T03:56:42.615Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?depth=0|INFO|500||InvokeReturn
2022-03-27T03:56:42.615Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-27T03:56:42.616Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T03:56:42.622Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T03:56:42.622Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7535319-5a71-4849-b45e-d3d9320a8c32 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-27T03:56:42.622Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-27T03:56:42.623Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:56:42.625Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:56:42.625Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353402622,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-27T03:56:42.725Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:56:42.726Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:56:42.726Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:56:42.742Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:56:42.743Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T03:56:43.638Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T03:56:43.639Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T03:56:43.639Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:56:44.289Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:56:44.290Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-27T03:56:44.290Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"41a58683-6899-4850-b5f2-907f154ecd83","serviceName":"vFW 2022-03-27 03-54-55","serviceVersion":"1.0","serviceUUID":"5bc0a201-4954-4837-b338-b70c578d8b7e","serviceDescription":"catalog service description","serviceInvariantUUID":"eb39b579-e4f9-4a71-805c-cbb1be80e3ae","resources":[{"resourceInstanceName":"vFW e84f5f06-e4a6 0","resourceName":"vFW e84f5f06-e4a6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ee3ecf5a-1663-42f0-9c36-25ebef02bafd","resourceInvariantUUID":"1100be69-0636-45b0-8fad-801131c0e1fa","resourceCustomizationUUID":"2ec5b581-3aec-4818-958d-41c768b15b20","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vf-license-model.xml","artifactChecksum":"ZTM3ZTQ4Mzg4Yjc5ZGRmOWFkNDJlMmYxNTRhMDUzNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3453a329-e509-42ed-b1e0-f41e7df46cf4","artifactVersion":"1"},{"artifactName":"vfwe84f5f06e4a60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json","artifactChecksum":"NWZkN2EyMTdhNGRhNDNkOGQ0YTRiZmQ4Zjk3ZTI2NjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8e235f8d-bb36-4685-8bec-4024a0e003a9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dd20b401-c3d9-4259-8bdc-5d87a422b3ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vendor-license-model.xml","artifactChecksum":"YTJkMDhiZmVhN2JmZGY1ZjQ3OWQxZThkY2E1NzI2MmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70f5806b-328f-40fe-bca1-4ae221ce5286","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"366e43b4-25cd-46cd-b6ba-b0fa0e72f027","artifactVersion":"2","generatedFromUUID":"dd20b401-c3d9-4259-8bdc-5d87a422b3ce"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220327035455-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-template.yml","artifactChecksum":"NWU2N2UzMmY0NzEzZmFjNTZhNjJmY2ZmYjVkMTI1ZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff721812-f2fb-43a4-9c69-11fd8f42b32c","artifactVersion":"1"},{"artifactName":"service-Vfw20220327035455-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar","artifactChecksum":"NWMwMTQ0Y2M0NTc5YjMyM2NkMTI3MWJiZjJkM2M5Nzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"272af54e-0e05-4ace-8eb2-2345bb376d57","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T03:56:44.296Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:56:44.296Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:56:44.300Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:56:44.300Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "41a58683-6899-4850-b5f2-907f154ecd83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353403638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:56:44.400Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T03:56:44.401Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:56:44.401Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:56:44.414Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:56:44.415Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:56:45.302Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:56:45.302Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:56:45.304Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:56:45.305Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "41a58683-6899-4850-b5f2-907f154ecd83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353403638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json",
"status": "NOTIFIED"
}
2022-03-27T03:56:45.405Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T03:56:45.406Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:56:45.406Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:56:45.421Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:56:45.422Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:56:46.306Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:56:46.307Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:56:46.309Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:56:46.310Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "41a58683-6899-4850-b5f2-907f154ecd83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353403638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-27T03:56:46.410Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:56:46.411Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:56:46.412Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:56:46.433Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:56:46.434Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-27T03:56:47.310Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:56:47.312Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:56:47.314Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:56:47.315Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "41a58683-6899-4850-b5f2-907f154ecd83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353403638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:56:47.415Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T03:56:47.417Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:56:47.417Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:56:47.430Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:56:47.432Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:56:48.319Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:56:48.319Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:56:48.323Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:56:48.323Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "41a58683-6899-4850-b5f2-907f154ecd83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353403638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-27T03:56:48.422Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T03:56:48.424Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:56:48.424Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:56:48.443Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:56:48.443Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-27T03:56:49.324Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:56:49.325Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:56:49.328Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:56:49.328Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "41a58683-6899-4850-b5f2-907f154ecd83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353403638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T03:56:49.428Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T03:56:49.430Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:56:49.430Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:56:49.442Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:56:49.442Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-27T03:56:50.329Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T03:56:50.333Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:56:50.336Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:56:50.336Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "41a58683-6899-4850-b5f2-907f154ecd83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353403638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T03:56:50.436Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:56:50.438Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:56:50.438Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:56:50.457Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:56:50.458Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:56:51.340Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "41a58683-6899-4850-b5f2-907f154ecd83",
"serviceName": "vFW 2022-03-27 03-54-55",
"serviceVersion": "1.0",
"serviceUUID": "5bc0a201-4954-4837-b338-b70c578d8b7e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "eb39b579-e4f9-4a71-805c-cbb1be80e3ae",
"resources": [
{
"resourceInstanceName": "vFW e84f5f06-e4a6 0",
"resourceCustomizationUUID": "2ec5b581-3aec-4818-958d-41c768b15b20",
"resourceName": "vFW e84f5f06-e4a6",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ee3ecf5a-1663-42f0-9c36-25ebef02bafd",
"resourceInvariantUUID": "1100be69-0636-45b0-8fad-801131c0e1fa",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe84f5f06e4a60_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json",
"artifactChecksum": "NWZkN2EyMTdhNGRhNDNkOGQ0YTRiZmQ4Zjk3ZTI2NjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8e235f8d-bb36-4685-8bec-4024a0e003a9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "dd20b401-c3d9-4259-8bdc-5d87a422b3ce",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "366e43b4-25cd-46cd-b6ba-b0fa0e72f027",
"generatedFromUUID": "dd20b401-c3d9-4259-8bdc-5d87a422b3ce"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "366e43b4-25cd-46cd-b6ba-b0fa0e72f027",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220327035455-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar",
"artifactChecksum": "NWMwMTQ0Y2M0NTc5YjMyM2NkMTI3MWJiZjJkM2M5Nzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "272af54e-0e05-4ace-8eb2-2345bb376d57"
}
],
"workloadContext": "Production"
}
2022-03-27T03:56:51.341Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T03:56:51.342Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5bc0a201-4954-4837-b338-b70c578d8b7e ASDC
2022-03-27T03:56:51.343Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:41a58683-6899-4850-b5f2-907f154ecd83
ServiceName:vFW 2022-03-27 03-54-55
ServiceVersion:1.0
ServiceUUID:5bc0a201-4954-4837-b338-b70c578d8b7e
ServiceInvariantUUID:eb39b579-e4f9-4a71-805c-cbb1be80e3ae
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220327035455-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar
ArtifactUUID:272af54e-0e05-4ace-8eb2-2345bb376d57
ArtifactChecksum:NWMwMTQ0Y2M0NTc5YjMyM2NkMTI3MWJiZjJkM2M5Nzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e84f5f06-e4a6 0
ResourceCustomizationUUID:2ec5b581-3aec-4818-958d-41c768b15b20
ResourceInvariantUUID:1100be69-0636-45b0-8fad-801131c0e1fa
ResourceName:vFW e84f5f06-e4a6
ResourceType:VF
ResourceUUID:ee3ecf5a-1663-42f0-9c36-25ebef02bafd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe84f5f06e4a60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json
ArtifactUUID:8e235f8d-bb36-4685-8bec-4024a0e003a9
ArtifactChecksum:NWZkN2EyMTdhNGRhNDNkOGQ0YTRiZmQ4Zjk3ZTI2NjY=
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/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml
ArtifactUUID:dd20b401-c3d9-4259-8bdc-5d87a422b3ce
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/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env
ArtifactUUID:366e43b4-25cd-46cd-b6ba-b0fa0e72f027
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/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env
ArtifactUUID:366e43b4-25cd-46cd-b6ba-b0fa0e72f027
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-27T03:56:51.343Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5bc0a201-4954-4837-b338-b70c578d8b7e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T03:56:51.391Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T03:56:51.393Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-27T03:56:51.393Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-27T03:56:51.394Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 272af54e-0e05-4ace-8eb2-2345bb376d57 from URL: /sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar
2022-03-27T03:56:51.394Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T03:56:51.395Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar
2022-03-27T03:56:51.808Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T03:56:51.814Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar 272af54e-0e05-4ace-8eb2-2345bb376d57 98940
2022-03-27T03:56:51.815Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar ASDC sendASDCNotification
2022-03-27T03:56:51.815Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar
2022-03-27T03:56:51.815Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T03:56:51.815Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:56:51.818Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:56:51.818Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "41a58683-6899-4850-b5f2-907f154ecd83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353411815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:56:51.918Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:56:51.919Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:56:51.919Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:56:51.948Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:56:51.948Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:56:52.819Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T03:56:52.821Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-27T03:56:52.822Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 272af54e-0e05-4ace-8eb2-2345bb376d57, URL: /sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar to file: /app/ASDC/1/service-Vfw20220327035455-csar.csar
2022-03-27T03:56:52.822Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220327035455-csar.csar
2022-03-27T03:56:52.823Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220327035455-csar.csar
2022-03-27T03:56:52.823Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220327035455-csar.csar
2022-03-27T03:56:53.061Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16684968986358315940/Definitions/service-Vfw20220327035455-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-27T03:56:56.118Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-27T03:56:56.119Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-27T03:56:56.119Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar
2022-03-27T03:56:56.120Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-27T03:56:56.120Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||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-Vfw20220327035455-csar.csar
2022-03-27T03:56:56.120Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||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-Vfw20220327035455-csar.csar
2022-03-27T03:56:56.120Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar
2022-03-27T03:56:56.120Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar
2022-03-27T03:56:56.121Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar
2022-03-27T03:56:56.121Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||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-Vfw20220327035455-csar.csar
2022-03-27T03:56:56.121Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar
2022-03-27T03:56:56.121Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||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-Vfw20220327035455-csar.csar
2022-03-27T03:56:56.121Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar
2022-03-27T03:56:56.122Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar
2022-03-27T03:56:56.122Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e84f5f06-e4a6 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-Vfw20220327035455-csar.csar
2022-03-27T03:56:56.122Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar
2022-03-27T03:56:56.122Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar
2022-03-27T03:56:56.122Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-27T03:56:56.123Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:56.123Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:56:56.123Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria
2022-03-27T03:56:56.123Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-27T03:56:56.124Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T03:56:56.124Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:56.124Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:56:56.125Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria
2022-03-27T03:56:56.125Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-27T03:56:56.125Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T03:56:56.125Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:56.126Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:56:56.126Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:56.126Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is not matching search criteria
2022-03-27T03:56:56.126Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T03:56:56.127Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T03:56:56.127Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T03:56:56.127Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T03:56:56.127Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:56:56.128Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:56:56.128Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T03:56:56.128Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T03:56:56.129Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T03:56:56.129Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:56:56.129Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T03:56:56.129Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T03:56:56.130Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T03:56:56.130Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T03:56:56.130Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:56:56.130Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T03:56:56.130Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:56.130Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T03:56:56.131Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:56.131Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria
2022-03-27T03:56:56.131Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:56:56.131Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:56.132Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria
2022-03-27T03:56:56.132Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:56:56.132Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:56.132Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria
2022-03-27T03:56:56.133Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:56:56.133Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:56.133Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is not matching search criteria
2022-03-27T03:56:56.133Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T03:56:56.134Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T03:56:56.134Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T03:56:56.134Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T03:56:56.134Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T03:56:56.135Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:56:56.135Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T03:56:56.135Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T03:56:56.135Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T03:56:56.136Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T03:56:56.136Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:56:56.136Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=db4530cf-ad15-491e-b768-7e93e29cc6e8
2022-03-27T03:56:56.136Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:56.136Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is not matching search criteria
2022-03-27T03:56:56.137Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T03:56:56.137Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T03:56:56.137Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T03:56:56.137Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T03:56:56.137Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:56:56.137Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:56:56.138Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T03:56:56.138Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T03:56:56.138Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T03:56:56.138Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T03:56:56.138Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T03:56:56.139Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:56:56.139Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c52c5b74-df29-4067-bdd3-6d0ce5c85222
2022-03-27T03:56:56.139Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:56.139Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is not matching search criteria
2022-03-27T03:56:56.140Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T03:56:56.140Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T03:56:56.140Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T03:56:56.140Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T03:56:56.141Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:56:56.141Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:56:56.141Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T03:56:56.141Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T03:56:56.142Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T03:56:56.142Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:56:56.142Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T03:56:56.143Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T03:56:56.143Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f74b3862-2f4c-47aa-82f2-b0f860eaf21a
2022-03-27T03:56:56.143Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:56.143Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:56:56.144Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:56.144Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:56:56.144Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:56.144Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:56:56.145Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:56.145Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:56:56.145Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-27 03-54-55
Description:catalog service description
Model UUID:5bc0a201-4954-4837-b338-b70c578d8b7e
Model Version:NULL
Model InvariantUuid:eb39b579-e4f9-4a71-805c-cbb1be80e3ae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e84f5f06-e4a6
Model UUID:3f6aaa3f-1e36-40e7-bf1f-d7c6795be4ec
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1100be69-0636-45b0-8fad-801131c0e1fa
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2ec5b581-3aec-4818-958d-41c768b15b20
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7fddcc07-c292-4d4d-8a58-13726cb27f0b
ModelName:VfwE84f5f06E4a6..base_vfw..module-0
ModelUuid:e8613e4a-c642-4914-8ae0-7c6e4780daba
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:db4530cf-ad15-491e-b768-7e93e29cc6e8
ModelInvariantUuid:4f9edf8a-0edc-4e79-a8ee-89a1071ebe79
ModelName:vFW e84f5f06-e4a6-nodes.vfwCvfc
ModelUuid:44354563-eed0-4acf-aae2-4ddff49a4701
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a17ea254-60b4-41a5-b28b-a0877ac91be9
ModelInvariantUuid:4abda7bc-9071-4d6f-bac2-e1acf856dc1b
ModelName:VfwE84f5f06E4a6.compute.nodes.heat.vfw
ModelUuid:ab7d1fa7-51b3-40a9-af4d-6e2bc66785f8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c52c5b74-df29-4067-bdd3-6d0ce5c85222
ModelInvariantUuid:95df00fc-b0fd-4a83-bb3f-deac85006491
ModelName:vFW e84f5f06-e4a6-nodes.vsnCvfc
ModelUuid:a530fba2-4f67-44fa-8755-7e31c90d1163
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b2792c47-cd9f-4fbd-9a78-0ec5a86f2191
ModelInvariantUuid:86e89f8e-3e56-4633-afcb-d83888acc591
ModelName:VfwE84f5f06E4a6.compute.nodes.heat.vsn
ModelUuid:2e5ebbff-ce23-43fc-b6a0-eabe20451f84
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f74b3862-2f4c-47aa-82f2-b0f860eaf21a
ModelInvariantUuid:007a1fc3-1a21-46cd-b1ea-b7e49555e2a6
ModelName:vFW e84f5f06-e4a6-nodes.vpgCvfc
ModelUuid:9842f4a9-0bc1-402d-9a07-d1f7c7e7c96f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ef6dd805-7826-48a9-850c-ba9b9679d494
ModelInvariantUuid:5afc9543-9059-4edf-ba6f-72737ff34cf0
ModelName:VfwE84f5f06E4a6.compute.nodes.heat.vpg
ModelUuid:8bf6bbdf-d071-4416-bb39-336edde525a2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T03:56:56.157Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ee3ecf5a-1663-42f0-9c36-25ebef02bafd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T03:56:56.161Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||vFW e84f5f06-e4a6 0
2022-03-27T03:56:56.161Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ee3ecf5a-1663-42f0-9c36-25ebef02bafd
2022-03-27T03:56:56.161Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8e235f8d-bb36-4685-8bec-4024a0e003a9 from URL: /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json
2022-03-27T03:56:56.161Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T03:56:56.162Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json
2022-03-27T03:56:56.533Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T03:56:56.534Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json 8e235f8d-bb36-4685-8bec-4024a0e003a9 785
2022-03-27T03:56:56.534Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json ASDC sendASDCNotification
2022-03-27T03:56:56.535Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json
2022-03-27T03:56:56.535Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T03:56:56.535Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:56:56.538Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:56:56.538Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "41a58683-6899-4850-b5f2-907f154ecd83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353416534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:56:56.645Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-03-27T03:56:56.646Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:56:56.646Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:56:56.660Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:56:56.661Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:56:57.539Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE84f5f06E4a6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7fddcc07-c292-4d4d-8a58-13726cb27f0b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e8613e4a-c642-4914-8ae0-7c6e4780daba",
"vfModuleModelCustomizationUUID": "715f040e-0285-4307-9b2b-a629707eacc4",
"isBase": true,
"artifacts": [
"dd20b401-c3d9-4259-8bdc-5d87a422b3ce",
"366e43b4-25cd-46cd-b6ba-b0fa0e72f027"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-27T03:56:57.545Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE84f5f06E4a6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e8613e4a-c642-4914-8ae0-7c6e4780daba
VfModuleModelInvariantUUID:7fddcc07-c292-4d4d-8a58-13726cb27f0b
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd20b401-c3d9-4259-8bdc-5d87a422b3ce
,
366e43b4-25cd-46cd-b6ba-b0fa0e72f027
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-27T03:56:57.548Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE84f5f06E4a6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7fddcc07-c292-4d4d-8a58-13726cb27f0b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e8613e4a-c642-4914-8ae0-7c6e4780daba",
"vfModuleModelCustomizationUUID": "715f040e-0285-4307-9b2b-a629707eacc4",
"isBase": true,
"artifacts": [
"dd20b401-c3d9-4259-8bdc-5d87a422b3ce",
"366e43b4-25cd-46cd-b6ba-b0fa0e72f027"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-27T03:56:57.549Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE84f5f06E4a6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e8613e4a-c642-4914-8ae0-7c6e4780daba
VfModuleModelInvariantUUID:7fddcc07-c292-4d4d-8a58-13726cb27f0b
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd20b401-c3d9-4259-8bdc-5d87a422b3ce
,
366e43b4-25cd-46cd-b6ba-b0fa0e72f027
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-27T03:56:57.549Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dd20b401-c3d9-4259-8bdc-5d87a422b3ce from URL: /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml
2022-03-27T03:56:57.549Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T03:56:57.550Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml
2022-03-27T03:56:57.842Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T03:56:57.846Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml dd20b401-c3d9-4259-8bdc-5d87a422b3ce 20368
2022-03-27T03:56:57.846Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T03:56:57.847Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml
2022-03-27T03:56:57.847Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T03:56:57.847Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:56:57.850Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:56:57.850Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "41a58683-6899-4850-b5f2-907f154ecd83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353417846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:56:57.950Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:56:57.951Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:56:57.951Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:56:57.965Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:56:57.966Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:56:58.851Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 366e43b4-25cd-46cd-b6ba-b0fa0e72f027 from URL: /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env
2022-03-27T03:56:58.852Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T03:56:58.852Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env
2022-03-27T03:56:58.957Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T03:56:58.958Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env 366e43b4-25cd-46cd-b6ba-b0fa0e72f027 2098
2022-03-27T03:56:58.958Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T03:56:58.958Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env
2022-03-27T03:56:58.958Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T03:56:58.958Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T03:56:58.960Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T03:56:58.960Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "41a58683-6899-4850-b5f2-907f154ecd83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648353418958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-27T03:56:59.061Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T03:56:59.062Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T03:56:59.062Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ...
2022-03-27T03:56:59.075Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T03:56:59.076Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T03:56:59.961Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5bc0a201-4954-4837-b338-b70c578d8b7e
2022-03-27T03:56:59.962Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e84f5f06-e4a6 0 ee3ecf5a-1663-42f0-9c36-25ebef02bafd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T03:56:59.980Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b3876df, org.onap.sdc.toscaparser.api.parameters.Input@30563533, org.onap.sdc.toscaparser.api.parameters.Input@a04de43, org.onap.sdc.toscaparser.api.parameters.Input@673d4393, org.onap.sdc.toscaparser.api.parameters.Input@7fab5f25]
2022-03-27T03:56:59.983Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:59.983Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:56:59.983Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-03-27T03:56:59.984Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 2ec5b581-3aec-4818-958d-41c768b15b20
2022-03-27T03:56:59.984Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ec5b581-3aec-4818-958d-41c768b15b20 matches Tosca VF Customization UUID: 2ec5b581-3aec-4818-958d-41c768b15b20
2022-03-27T03:56:59.984Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 2ec5b581-3aec-4818-958d-41c768b15b20 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-27T03:56:59.988Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:59.988Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T03:56:59.990Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 2ec5b581-3aec-4818-958d-41c768b15b20: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-27T03:56:59.990Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f23dd18
2022-03-27T03:56:59.991Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:59.991Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T03:56:59.992Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 715f040e-0285-4307-9b2b-a629707eacc4
2022-03-27T03:56:59.992Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 715f040e-0285-4307-9b2b-a629707eacc4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-27T03:56:59.995Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:59.995Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria
2022-03-27T03:56:59.995Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:56:59.996Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:59.996Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria
2022-03-27T03:56:59.996Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:56:59.997Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:56:59.997Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is not matching search criteria
2022-03-27T03:56:59.997Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T03:56:59.997Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T03:56:59.998Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T03:56:59.998Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T03:56:59.998Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T03:56:59.999Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T03:56:59.999Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T03:56:59.999Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T03:56:59.999Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T03:57:00.000Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T03:57:00.000Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T03:57:00.000Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=db4530cf-ad15-491e-b768-7e93e29cc6e8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T03:57:00.003Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T03:57:00.004Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria
2022-03-27T03:57:00.004Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T03:57:00.004Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery