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-09-06T05:57:50.773Z||main|||||INFO|500||The following profiles are active: basic
2022-09-06T05:58:16.420Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-06T05:58:16.421Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-06T05:58:16.939Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-06T05:58:28.480Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-06T05:58:29.686Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-06T05:58:30.853Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-06T05:58:30.882Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-06T05:58:31.195Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-06T05:58:32.018Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-06T05:58:33.519Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-06T05:58:37.335Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-06T05:58:41.442Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-06T05:58:41.562Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-06T05:58:42.489Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-06T05:58:43.239Z||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-09-06T05:58:45.826Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-06T05:58:48.307Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-06T05:58:48.351Z||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$$3b0cdf14.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-09-06T05:58:48.352Z||main|||||WARN|500||The sdc end point is not alive
2022-09-06T05:58:55.520Z||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-09-06T05:59:02.286Z||main|||||WARN|500||---
2022-09-06T05:59:02.287Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-06T05:59:02.287Z||main|||||WARN|500||---
2022-09-06T05:59:03.354Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-06T05:59:13.728Z||main|||||INFO|500||Started Application in 91.124 seconds (JVM running for 96.897)
2022-09-06T05:59:13.861Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-06T05:59:13.889Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-06T05:59:13.959Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-06T05:59:14.043Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-06T05:59:14.184Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58c4c89d-61e9-40e1-9144-7c6f2d123db1 url= /sdc/v1/artifactTypes
2022-09-06T05:59:14.185Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-06T05:59:14.973Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-06T05:59:15.020Z||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-09-06T05:59:15.068Z||scheduling-1|||||DEBUG|500||create keys
2022-09-06T05:59:15.084Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-06T05:59:15.178Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T05:59:15.220Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 59f0a3fd-3562-498b-aba1-76c38650b735 url= /sdc/v1/registerForDistribution
2022-09-06T05:59:15.437Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 59f0a3fd-3562-498b-aba1-76c38650b735 url= /sdc/v1/registerForDistribution
2022-09-06T05:59:15.437Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-06T05:59:15.559Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T05:59:15.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T05:59:15.559Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-06T05:59:15.656Z||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-09-06T05:59:15.659Z||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 w5BvViljZrV98F49) ...
2022-09-06T05:59:15.660Z||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-09-06T05:59:15.660Z||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 w5BvViljZrV98F49) ...
2022-09-06T05:59:27.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T05:59:27.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:00:15.538Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:00:15.540Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:00:15.543Z||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-09-06T06:00:15.546Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:00:15.548Z||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-09-06T06:00:15.551Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:00:25.219Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:00:25.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:01:15.526Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:01:15.528Z||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-09-06T06:01:15.529Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:01:15.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:01:15.534Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:01:15.534Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:01:25.178Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:01:25.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:02:15.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:02:15.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:02:15.537Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:02:15.537Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:02:15.538Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:02:15.539Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:02:25.149Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:02:25.208Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:03:15.524Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:03:15.525Z||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-09-06T06:03:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:03:15.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:03:15.533Z||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-09-06T06:03:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:03:25.149Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:03:25.157Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:04:15.524Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:04:15.529Z||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-09-06T06:04:15.530Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:04:15.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:04:15.541Z||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-09-06T06:04:15.541Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:04:25.153Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:04:25.153Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:05:15.524Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:05:15.528Z||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-09-06T06:05:15.528Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:05:15.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:05:15.534Z||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-09-06T06:05:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:05:25.133Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:05:25.140Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:06:15.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:06:15.530Z||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-09-06T06:06:15.531Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:06:15.532Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:06:15.536Z||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-09-06T06:06:15.536Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:06:25.166Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:06:25.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:07:15.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:07:15.525Z||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-09-06T06:07:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:07:15.532Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:07:15.534Z||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-09-06T06:07:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:07:25.111Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:07:25.114Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:08:15.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:08:15.526Z||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-09-06T06:08:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:08:15.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:08:15.541Z||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-09-06T06:08:15.541Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:08:25.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:08:25.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:08:30.025Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-06T06:09:15.524Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:09:15.527Z||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-09-06T06:09:15.528Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:09:15.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:09:15.534Z||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-09-06T06:09:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:09:25.123Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:09:25.157Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:10:15.524Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:10:15.526Z||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-09-06T06:10:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:10:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:10:15.534Z||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-09-06T06:10:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:10:25.152Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:10:25.158Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:11:15.524Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:11:15.525Z||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-09-06T06:11:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:11:15.533Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:11:15.534Z||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-09-06T06:11:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:11:25.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:11:25.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:12:15.524Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:12:15.527Z||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-09-06T06:12:15.527Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:12:15.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:12:15.534Z||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-09-06T06:12:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:12:25.147Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:12:25.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:13:15.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:13:15.527Z||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-09-06T06:13:15.527Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:13:15.534Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:13:15.535Z||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-09-06T06:13:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:13:25.126Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:13:25.128Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:14:15.524Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:14:15.528Z||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-09-06T06:14:15.528Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:14:15.532Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:14:15.534Z||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-09-06T06:14:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:14:25.147Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:14:25.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:15:15.524Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:15:15.526Z||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-09-06T06:15:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:15:15.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:15:15.534Z||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-09-06T06:15:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:15:25.127Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:15:25.148Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:16:15.524Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:16:15.525Z||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-09-06T06:16:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:16:15.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:16:15.534Z||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-09-06T06:16:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:16:25.124Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:16:25.125Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:17:15.526Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:17:15.528Z||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-09-06T06:17:15.528Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:17:15.532Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:17:15.533Z||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-09-06T06:17:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:17:25.145Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:17:25.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:18:15.524Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:18:15.527Z||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-09-06T06:18:15.527Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:18:15.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:18:15.534Z||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-09-06T06:18:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:18:25.144Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:18:25.155Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:19:15.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:19:15.528Z||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-09-06T06:19:15.529Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:19:15.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:19:15.538Z||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-09-06T06:19:15.538Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:19:25.141Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:19:25.144Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:20:15.524Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:20:15.525Z||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-09-06T06:20:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:20:15.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:20:15.534Z||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-09-06T06:20:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:20:25.157Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:20:25.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:21:15.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:21:15.529Z||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-09-06T06:21:15.530Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:21:15.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:21:15.533Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:21:15.534Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:21:25.161Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:21:25.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:22:15.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:22:15.531Z||pool-2-thread-8|||||WARN|500||GET 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-09-06T06:22:15.532Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:22:15.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:22:15.534Z||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-09-06T06:22:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:22:25.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:22:25.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:23:15.525Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:23:15.529Z||pool-2-thread-8|||||WARN|500||GET 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-09-06T06:23:15.529Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:23:15.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:23:15.534Z||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-09-06T06:23:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:23:25.133Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:23:25.133Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:24:15.524Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:24:15.525Z||pool-2-thread-8|||||WARN|500||GET 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-09-06T06:24:15.525Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:24:15.533Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:24:15.534Z||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-09-06T06:24:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:24:25.155Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:24:25.156Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:25:15.524Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:25:15.525Z||pool-2-thread-8|||||WARN|500||GET 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-09-06T06:25:15.525Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:25:15.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:25:15.533Z||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-09-06T06:25:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:25:25.152Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:25:25.152Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:26:15.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:26:15.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:26:15.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:26:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:26:15.533Z||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-09-06T06:26:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:26:25.125Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:26:25.128Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:27:15.524Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:27:15.526Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:27:15.526Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:27:15.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:27:15.534Z||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-09-06T06:27:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:27:25.136Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:27:25.141Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:28:15.524Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:28:15.526Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:28:15.526Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:28:15.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:28:15.534Z||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-09-06T06:28:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:28:25.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:28:25.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:29:15.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:29:15.525Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:29:15.525Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:29:15.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:29:15.534Z||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-09-06T06:29:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:29:25.130Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:29:25.165Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:30:15.524Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:30:15.525Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:30:15.525Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:30:15.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:30:15.533Z||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-09-06T06:30:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:30:25.124Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:30:25.150Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:31:15.524Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:31:15.525Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:31:15.525Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:31:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:31:15.535Z||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-09-06T06:31:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:31:25.120Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:31:25.160Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:32:15.525Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:32:15.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:32:15.533Z||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-09-06T06:32:15.534Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:32:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:32:15.535Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:32:25.141Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:32:25.152Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:33:15.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:33:15.526Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:33:15.526Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:33:15.532Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:33:15.534Z||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-09-06T06:33:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:33:25.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:33:25.218Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:34:15.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:34:15.525Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:34:15.525Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:34:15.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:34:15.534Z||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-09-06T06:34:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:34:25.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:34:25.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:35:15.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:35:15.526Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:35:15.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:35:15.534Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:35:15.535Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:35:15.535Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:35:25.149Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:35:25.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:36:15.525Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:36:15.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:36:15.530Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:36:15.541Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:36:15.543Z||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-09-06T06:36:15.544Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:36:25.221Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:36:25.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:37:15.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:37:15.525Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:37:15.525Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:37:15.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:37:15.533Z||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-09-06T06:37:15.533Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:37:25.151Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:37:25.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:38:15.524Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:38:15.525Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:38:15.525Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:38:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:38:15.534Z||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-09-06T06:38:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:38:25.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:38:25.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:39:15.525Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:39:15.526Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:39:15.527Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:39:15.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:39:15.534Z||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-09-06T06:39:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:39:25.161Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:39:25.162Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:40:15.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:40:15.525Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:40:15.525Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:40:15.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:40:15.534Z||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-09-06T06:40:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:40:25.181Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:40:25.226Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:41:15.525Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:41:15.529Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:41:15.529Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:41:15.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:41:15.535Z||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-09-06T06:41:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:41:25.231Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:41:25.238Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:15.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:42:15.526Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:42:15.526Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:42:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:42:15.534Z||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-09-06T06:42:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:42:24.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:24.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-06T06:42:24.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9","serviceName":"vFW 2022-09-06 06-40-40","serviceVersion":"1.0","serviceUUID":"ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6","serviceDescription":"catalog service description","serviceInvariantUUID":"0b120288-dc6d-41bb-9ae8-e12e8d53c968","resources":[{"resourceInstanceName":"vFW 9d90acce-6a48 0","resourceName":"vFW 9d90acce-6a48","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4492c11-ef5f-4ffd-93a6-8414214541ac","resourceInvariantUUID":"69e1c742-f78d-4f54-853f-41460255d3c3","resourceCustomizationUUID":"65ee171a-0d83-430a-ba95-072f32502ca8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml","artifactChecksum":"MzAxYWFmNTg5ZTdjY2RlZTkwMjEyMDRkZDcwZWExODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"643400fb-3b39-43bb-8301-16b6f251a6b2","artifactVersion":"1"},{"artifactName":"vfw9d90acce6a480_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json","artifactChecksum":"NTE0MDc0Y2NhOGYyYWUyMzBhZjFiNGMxZWZmYzI1Njc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b10bb52c-9f80-4384-bb02-247393ad67c3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cebfb404-de8f-472b-8970-fca641484f5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml","artifactChecksum":"MjU0ODI4YmI3ZmY3ZjI0ZTFjN2VmYjgzMmVhZjk4NzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a06c34af-ec04-4839-b68f-d557661d470f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"25ea0e78-63a5-4fb1-a710-83ffaa93dc6f","artifactVersion":"2","generatedFromUUID":"cebfb404-de8f-472b-8970-fca641484f5b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220906064040-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml","artifactChecksum":"YTU4OGY1ZDU1MDU5MWM5MTI3NGE1OTgwNDg4MDM1MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7bb951b3-1d6a-469d-8237-106f3f78a132","artifactVersion":"1"},{"artifactName":"service-Vfw20220906064040-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar","artifactChecksum":"OWNmMDUzZWQyYTI0YTQwNGFlNDFiYzc5ZmJkNWFlNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9efc7fc7-a094-42f1-83a1-8515bab709bb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-06T06:42:24.263Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:42:24.279Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:24.302Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:24.303Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446535523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:42:24.400Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-09-06T06:42:24.415Z||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-09-06T06:42:24.416Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:24.489Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:24.491Z||pool-3-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":8,"count":1}
2022-09-06T06:42:24.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:24.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:42:24.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446535523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:42:24.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:42:25.328Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:42:25.330Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:25.338Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:25.338Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446535523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
"status": "NOTIFIED"
}
2022-09-06T06:42:25.445Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-09-06T06:42:25.446Z||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-09-06T06:42:25.446Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:25.537Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:25.539Z||pool-4-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:42:26.339Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:42:26.340Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:26.349Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:26.350Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446535523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-06T06:42:26.452Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-06T06:42:26.454Z||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-09-06T06:42:26.454Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:26.497Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:26.498Z||pool-5-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":5,"count":1}
2022-09-06T06:42:27.352Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:42:27.353Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:27.356Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:27.356Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446535523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:42:27.458Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T06:42:27.460Z||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-09-06T06:42:27.460Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:27.507Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:27.508Z||pool-6-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:42:28.357Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:42:28.361Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:28.366Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:28.366Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446535523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-06T06:42:28.467Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T06:42:28.469Z||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-09-06T06:42:28.470Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:28.536Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:28.538Z||pool-7-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:42:29.367Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:42:29.368Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:29.382Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:29.393Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446535523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:42:29.485Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-09-06T06:42:29.487Z||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-09-06T06:42:29.488Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:29.585Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:29.586Z||pool-8-thread-1|||||INFO|500||cambria reply ok (100 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:42:30.399Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:42:30.400Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:30.403Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:30.404Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446535523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:42:30.505Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T06:42:30.508Z||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-09-06T06:42:30.508Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:30.532Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:30.532Z||pool-9-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:42:31.407Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"serviceName": "vFW 2022-09-06 06-40-40",
"serviceVersion": "1.0",
"serviceUUID": "ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0b120288-dc6d-41bb-9ae8-e12e8d53c968",
"resources": [
{
"resourceInstanceName": "vFW 9d90acce-6a48 0",
"resourceCustomizationUUID": "65ee171a-0d83-430a-ba95-072f32502ca8",
"resourceName": "vFW 9d90acce-6a48",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d4492c11-ef5f-4ffd-93a6-8414214541ac",
"resourceInvariantUUID": "69e1c742-f78d-4f54-853f-41460255d3c3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9d90acce6a480_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
"artifactChecksum": "NTE0MDc0Y2NhOGYyYWUyMzBhZjFiNGMxZWZmYzI1Njc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b10bb52c-9f80-4384-bb02-247393ad67c3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cebfb404-de8f-472b-8970-fca641484f5b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "25ea0e78-63a5-4fb1-a710-83ffaa93dc6f",
"generatedFromUUID": "cebfb404-de8f-472b-8970-fca641484f5b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "25ea0e78-63a5-4fb1-a710-83ffaa93dc6f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220906064040-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"artifactChecksum": "OWNmMDUzZWQyYTI0YTQwNGFlNDFiYzc5ZmJkNWFlNWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9efc7fc7-a094-42f1-83a1-8515bab709bb"
}
],
"workloadContext": "Production"
}
2022-09-06T06:42:31.414Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-06T06:42:31.415Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6 ASDC
2022-09-06T06:42:31.718Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
ServiceName:vFW 2022-09-06 06-40-40
ServiceVersion:1.0
ServiceUUID:ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6
ServiceInvariantUUID:0b120288-dc6d-41bb-9ae8-e12e8d53c968
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220906064040-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar
ArtifactUUID:9efc7fc7-a094-42f1-83a1-8515bab709bb
ArtifactChecksum:OWNmMDUzZWQyYTI0YTQwNGFlNDFiYzc5ZmJkNWFlNWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9d90acce-6a48 0
ResourceCustomizationUUID:65ee171a-0d83-430a-ba95-072f32502ca8
ResourceInvariantUUID:69e1c742-f78d-4f54-853f-41460255d3c3
ResourceName:vFW 9d90acce-6a48
ResourceType:VF
ResourceUUID:d4492c11-ef5f-4ffd-93a6-8414214541ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9d90acce6a480_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json
ArtifactUUID:b10bb52c-9f80-4384-bb02-247393ad67c3
ArtifactChecksum:NTE0MDc0Y2NhOGYyYWUyMzBhZjFiNGMxZWZmYzI1Njc=
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/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml
ArtifactUUID:cebfb404-de8f-472b-8970-fca641484f5b
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/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env
ArtifactUUID:25ea0e78-63a5-4fb1-a710-83ffaa93dc6f
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/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env
ArtifactUUID:25ea0e78-63a5-4fb1-a710-83ffaa93dc6f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-06T06:42:31.719Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6 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-09-06T06:42:32.327Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T06:42:32.329Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:42:32.336Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:42:32.337Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9efc7fc7-a094-42f1-83a1-8515bab709bb from URL: /sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:32.338Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:42:32.341Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:32.579Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:42:32.612Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar 9efc7fc7-a094-42f1-83a1-8515bab709bb 100654
2022-09-06T06:42:32.615Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar ASDC sendASDCNotification
2022-09-06T06:42:32.616Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:32.618Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:42:32.624Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:32.629Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:32.630Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446552613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:42:32.728Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-06T06:42:32.729Z||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-09-06T06:42:32.730Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:32.775Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:32.777Z||pool-10-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:42:33.630Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T06:42:33.633Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:42:33.634Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9efc7fc7-a094-42f1-83a1-8515bab709bb, URL: /sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar to file: /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:33.635Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220906064040-csar.csar
2022-09-06T06:42:33.809Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:33.810Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:35.234Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18414265782156032263/Definitions/service-Vfw20220906064040-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-09-06T06:42:42.701Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-06T06:42:42.712Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-06T06:42:42.717Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.718Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-06T06:42:42.720Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.720Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.721Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.721Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.721Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9d90acce-6a48 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.721Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.721Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.721Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.722Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.722Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.722Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.722Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-06T06:42:42.736Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:42.740Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:42.749Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:42.749Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-06T06:42:42.752Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T06:42:42.756Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:42.756Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:42.756Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:42.757Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-06T06:42:42.757Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T06:42:42.757Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:42.758Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:42.764Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:42.765Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is not matching search criteria
2022-09-06T06:42:42.765Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:42:42.765Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:42:42.765Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:42:42.766Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.766Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.766Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:42:42.766Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.767Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:42:42.767Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:42:42.767Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.767Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.768Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:42:42.768Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.768Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:42:42.770Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.770Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-06T06:42:42.771Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:42.772Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T06:42:42.784Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:42.784Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:42.785Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:42:42.785Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:42.786Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:42.786Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:42:42.786Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:42.787Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:42.787Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:42:42.787Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:42.788Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is not matching search criteria
2022-09-06T06:42:42.788Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:42:42.788Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:42:42.788Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-06T06:42:42.789Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:42:42.789Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:42:42.789Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.789Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.790Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:42:42.790Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.790Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:42:42.791Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.791Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1e503fdd-47f3-4254-a39a-e64bb1272ef4
2022-09-06T06:42:42.791Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:42.792Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is not matching search criteria
2022-09-06T06:42:42.792Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:42:42.793Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:42:42.793Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:42:42.793Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.794Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.794Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:42:42.794Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.795Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-06T06:42:42.795Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:42:42.795Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.795Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:42:42.796Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.796Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=22fd9522-18f1-44df-b5c1-546276581c81
2022-09-06T06:42:42.800Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:42.801Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is not matching search criteria
2022-09-06T06:42:42.801Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:42:42.801Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:42:42.802Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:42:42.802Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.806Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.806Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:42:42.807Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.807Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:42:42.807Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:42:42.807Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.808Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.808Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-06T06:42:42.808Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d83f492f-b027-443f-a876-79c9c2d5499d
2022-09-06T06:42:42.810Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:42.811Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:42.811Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:42.812Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:42.813Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:42.814Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:42.815Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:42.815Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:42.815Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-06 06-40-40
Description:catalog service description
Model UUID:ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6
Model Version:NULL
Model InvariantUuid:0b120288-dc6d-41bb-9ae8-e12e8d53c968
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9d90acce-6a48
Model UUID:b8333c4e-b999-49a8-b51f-b9d56c940114
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69e1c742-f78d-4f54-853f-41460255d3c3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:65ee171a-0d83-430a-ba95-072f32502ca8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ff5bb43b-d32e-4d3d-ab54-9065a4f3320a
ModelName:Vfw9d90acce6a48..base_vfw..module-0
ModelUuid:e39141f9-b394-4e42-a6ed-d328b9102234
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1e503fdd-47f3-4254-a39a-e64bb1272ef4
ModelInvariantUuid:40a298e5-92d6-4822-8d02-5e29ae86ae89
ModelName:vFW 9d90acce-6a48-nodes.vfwCvfc
ModelUuid:3e4c984b-22ce-4430-aec2-825211b64120
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:71dd5a76-ee47-4f9d-95b9-71fa23891826
ModelInvariantUuid:233049fd-c011-4cd5-99e9-d365171da163
ModelName:Vfw9d90acce6a48.compute.nodes.heat.vfw
ModelUuid:4cf55d99-086b-4d7b-b20f-61e2d15dd9af
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:22fd9522-18f1-44df-b5c1-546276581c81
ModelInvariantUuid:b0cbf797-a2dc-443e-aa38-894e2958ba38
ModelName:vFW 9d90acce-6a48-nodes.vsnCvfc
ModelUuid:96f5ebb2-dced-433e-bd19-f0f30087b503
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e6a0e059-8dc5-4ca1-a26b-aba97f2527d6
ModelInvariantUuid:358adaf7-7a3f-46a5-83b9-1ff6bf62db9e
ModelName:Vfw9d90acce6a48.compute.nodes.heat.vsn
ModelUuid:5d8e3ef4-ecab-4cd4-bfd0-dbfa0a980445
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d83f492f-b027-443f-a876-79c9c2d5499d
ModelInvariantUuid:ae80489a-d076-445f-9506-091f5f894480
ModelName:vFW 9d90acce-6a48-nodes.vpgCvfc
ModelUuid:55da494a-2c5b-4e2d-a969-7889c452f53a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:81842f1d-0c59-43de-9ebe-6cd6ee0a9de5
ModelInvariantUuid:c8254b55-7e8b-4fc3-aed7-e1e4fa4e9d05
ModelName:Vfw9d90acce6a48.compute.nodes.heat.vpg
ModelUuid:376f9078-c3f0-4fd3-8229-9d902438a2b7
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-09-06T06:42:42.864Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d4492c11-ef5f-4ffd-93a6-8414214541ac
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-09-06T06:42:43.059Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||vFW 9d90acce-6a48 0
2022-09-06T06:42:43.097Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d4492c11-ef5f-4ffd-93a6-8414214541ac
2022-09-06T06:42:43.097Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b10bb52c-9f80-4384-bb02-247393ad67c3 from URL: /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json
2022-09-06T06:42:43.097Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:42:43.098Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json
2022-09-06T06:42:43.175Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:42:43.176Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json b10bb52c-9f80-4384-bb02-247393ad67c3 785
2022-09-06T06:42:43.177Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json ASDC sendASDCNotification
2022-09-06T06:42:43.177Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json
2022-09-06T06:42:43.177Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:42:43.178Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:43.182Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:43.183Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446563176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:42:43.285Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T06:42:43.287Z||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-09-06T06:42:43.293Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:43.334Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:43.336Z||pool-11-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:42:44.190Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9d90acce6a48..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ff5bb43b-d32e-4d3d-ab54-9065a4f3320a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e39141f9-b394-4e42-a6ed-d328b9102234",
"vfModuleModelCustomizationUUID": "7ec169df-3776-45b0-b54a-2ded0d5f430d",
"isBase": true,
"artifacts": [
"cebfb404-de8f-472b-8970-fca641484f5b",
"25ea0e78-63a5-4fb1-a710-83ffaa93dc6f"
],
"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-09-06T06:42:44.216Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9d90acce6a48..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e39141f9-b394-4e42-a6ed-d328b9102234
VfModuleModelInvariantUUID:ff5bb43b-d32e-4d3d-ab54-9065a4f3320a
VfModuleModelDescription:NULL
Artifacts UUID List:{
cebfb404-de8f-472b-8970-fca641484f5b
,
25ea0e78-63a5-4fb1-a710-83ffaa93dc6f
}
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-09-06T06:42:44.227Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9d90acce6a48..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ff5bb43b-d32e-4d3d-ab54-9065a4f3320a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e39141f9-b394-4e42-a6ed-d328b9102234",
"vfModuleModelCustomizationUUID": "7ec169df-3776-45b0-b54a-2ded0d5f430d",
"isBase": true,
"artifacts": [
"cebfb404-de8f-472b-8970-fca641484f5b",
"25ea0e78-63a5-4fb1-a710-83ffaa93dc6f"
],
"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-09-06T06:42:44.228Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9d90acce6a48..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e39141f9-b394-4e42-a6ed-d328b9102234
VfModuleModelInvariantUUID:ff5bb43b-d32e-4d3d-ab54-9065a4f3320a
VfModuleModelDescription:NULL
Artifacts UUID List:{
cebfb404-de8f-472b-8970-fca641484f5b
,
25ea0e78-63a5-4fb1-a710-83ffaa93dc6f
}
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-09-06T06:42:44.229Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cebfb404-de8f-472b-8970-fca641484f5b from URL: /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml
2022-09-06T06:42:44.230Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:42:44.231Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml
2022-09-06T06:42:44.355Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:42:44.358Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml cebfb404-de8f-472b-8970-fca641484f5b 20368
2022-09-06T06:42:44.359Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-06T06:42:44.359Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml
2022-09-06T06:42:44.359Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:42:44.361Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:44.366Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:44.366Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446564359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:42:44.466Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T06:42:44.467Z||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-09-06T06:42:44.467Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:44.499Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:44.500Z||pool-12-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:42:45.369Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 25ea0e78-63a5-4fb1-a710-83ffaa93dc6f from URL: /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env
2022-09-06T06:42:45.381Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:42:45.381Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env
2022-09-06T06:42:45.513Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:42:45.514Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env 25ea0e78-63a5-4fb1-a710-83ffaa93dc6f 2098
2022-09-06T06:42:45.514Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-06T06:42:45.515Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env
2022-09-06T06:42:45.515Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:42:45.515Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:45.519Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:45.520Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446565514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:42:45.621Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:42:45.622Z||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-09-06T06:42:45.622Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:45.674Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:45.675Z||pool-13-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:42:46.520Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6
2022-09-06T06:42:46.523Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9d90acce-6a48 0 d4492c11-ef5f-4ffd-93a6-8414214541ac 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-09-06T06:42:46.668Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2793b207, org.onap.sdc.toscaparser.api.parameters.Input@3850c280, org.onap.sdc.toscaparser.api.parameters.Input@1981cd29, org.onap.sdc.toscaparser.api.parameters.Input@6a5716a4, org.onap.sdc.toscaparser.api.parameters.Input@50ee8263]
2022-09-06T06:42:46.675Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.681Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:46.682Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-09-06T06:42:46.683Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 65ee171a-0d83-430a-ba95-072f32502ca8
2022-09-06T06:42:46.683Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 65ee171a-0d83-430a-ba95-072f32502ca8 matches Tosca VF Customization UUID: 65ee171a-0d83-430a-ba95-072f32502ca8
2022-09-06T06:42:46.683Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 65ee171a-0d83-430a-ba95-072f32502ca8 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-09-06T06:42:46.708Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.709Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:46.711Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 65ee171a-0d83-430a-ba95-072f32502ca8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-06T06:42:46.711Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6810f762
2022-09-06T06:42:46.711Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.712Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T06:42:46.713Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ec169df-3776-45b0-b54a-2ded0d5f430d
2022-09-06T06:42:46.715Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ec169df-3776-45b0-b54a-2ded0d5f430d
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-09-06T06:42:46.733Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.734Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:46.734Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:42:46.736Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.736Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:46.737Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:42:46.737Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.738Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is not matching search criteria
2022-09-06T06:42:46.738Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:42:46.738Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:42:46.739Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-06T06:42:46.739Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:42:46.739Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:42:46.739Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:46.740Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:46.740Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:42:46.740Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:46.741Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:42:46.741Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:46.741Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1e503fdd-47f3-4254-a39a-e64bb1272ef4
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-09-06T06:42:46.756Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.763Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:46.763Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:42:46.764Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.765Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is not matching search criteria
2022-09-06T06:42:46.765Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:42:46.766Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:42:46.766Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:42:46.767Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:46.767Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:46.768Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:42:46.769Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:46.769Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-06T06:42:46.770Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:42:46.770Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:46.771Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:42:46.771Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:46.772Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=22fd9522-18f1-44df-b5c1-546276581c81
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-09-06T06:42:46.801Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.802Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:46.803Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:42:46.814Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.815Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is not matching search criteria
2022-09-06T06:42:46.815Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:42:46.816Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:42:46.816Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:42:46.817Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:46.829Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:46.830Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:42:46.831Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:46.831Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:42:46.832Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:42:46.836Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:46.837Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:46.837Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-06T06:42:46.838Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d83f492f-b027-443f-a876-79c9c2d5499d
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-09-06T06:42:46.854Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.855Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:46.856Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:42:46.857Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.857Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:46.858Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=65ee171a-0d83-430a-ba95-072f32502ca8
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-09-06T06:42:46.878Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.879Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:46.880Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6: vFW 9d90acce-6a48
2022-09-06T06:42:46.884Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.885Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:46.885Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.886Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:46.887Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.887Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:46.888Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.888Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:46.889Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:42:46.890Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:46.891Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-09-06 06-40-40
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-09-06T06:42:47.794Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9d90acce-6a48 d4492c11-ef5f-4ffd-93a6-8414214541ac 1 ASDC deployResourceStructure
2022-09-06T06:42:47.795Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json ASDC sendASDCNotification
2022-09-06T06:42:47.796Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json
2022-09-06T06:42:47.796Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:42:47.798Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:47.801Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:47.801Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446567795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
"status": "DEPLOY_OK"
}
2022-09-06T06:42:47.901Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:42:47.902Z||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-09-06T06:42:47.903Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:47.975Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:47.976Z||pool-14-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:42:48.804Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-06T06:42:48.804Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml
2022-09-06T06:42:48.805Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:42:48.806Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:48.809Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:48.810Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446568803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-06T06:42:48.909Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T06:42:48.911Z||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-09-06T06:42:48.911Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:48.972Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:48.973Z||pool-15-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:42:49.813Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-06T06:42:49.814Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env
2022-09-06T06:42:49.814Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:42:49.815Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:49.836Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:49.838Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446569813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-06T06:42:49.935Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-06T06:42:49.937Z||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-09-06T06:42:49.937Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:50.002Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:50.003Z||pool-16-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:42:50.847Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar ASDC sendASDCNotification
2022-09-06T06:42:50.847Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:50.848Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:42:50.857Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:50.860Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:50.860Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446570847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-06T06:42:50.960Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-06T06:42:50.962Z||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-09-06T06:42:50.962Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:51.009Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:42:51.010Z||pool-17-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:42:51.864Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
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-09-06T06:42:51.954Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
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-09-06T06:42:51.982Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:42:51.982Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:42:51.982Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:43:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:43:15.535Z||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-09-06T06:43:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:43:15.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:43:15.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:43:15.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1662446534953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:43:15.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:43:21.983Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
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-09-06T06:43:22.017Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
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-09-06T06:43:22.061Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:43:22.061Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:43:22.062Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:43:52.066Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
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-09-06T06:43:52.114Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
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-09-06T06:43:52.138Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:43:52.138Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:43:52.138Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:44:15.540Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:44:15.543Z||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-09-06T06:44:15.543Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:44:15.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:44:15.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:44:15.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446540677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:44:15.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:44:22.139Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
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-09-06T06:44:22.184Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
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-09-06T06:44:22.189Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:44:22.190Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:44:22.190Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:44:52.190Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
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-09-06T06:44:52.229Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
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-09-06T06:44:52.246Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:44:52.246Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:44:52.246Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:45:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:45:15.534Z||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-09-06T06:45:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:45:15.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:45:15.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446544897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1662446534953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446540677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446535523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
"status": "NOTIFIED"
}
2022-09-06T06:45:15.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "policy-id",
"timestamp": 1662446544838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446544897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
"status": "NOTIFIED"
}
2022-09-06T06:45:15.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1662446534953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446535523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-06T06:45:15.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446540677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "policy-id",
"timestamp": 1662446544838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446544897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-06T06:45:15.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446535523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1662446534953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446540677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "policy-id",
"timestamp": 1662446544838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-06T06:45:15.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "cds",
"timestamp": 1662446546731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446544897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1662446534953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446535523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-06T06:45:15.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446540677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "policy-id",
"timestamp": 1662446544838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446544897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-06T06:45:15.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "cds",
"timestamp": 1662446546731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1662446534953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446535523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446540677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "policy-id",
"timestamp": 1662446544838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446544897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "cds",
"timestamp": 1662446546731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1662446534953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446535523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:45:15.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446540677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:45:15.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "policy-id",
"timestamp": 1662446544838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446544897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:45:15.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "cds",
"timestamp": 1662446546731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "aai-ml",
"timestamp": 1662446550608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "policy-id",
"timestamp": 1662446544838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:45:15.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446551875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:45:15.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "cds",
"timestamp": 1662446546731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "aai-ml",
"timestamp": 1662446550608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446552957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:45:15.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446552613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:45:15.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "policy-id",
"timestamp": 1662446552917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:45:15.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "cds",
"timestamp": 1662446546731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "aai-ml",
"timestamp": 1662446550608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446554169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:45:15.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "policy-id",
"timestamp": 1662446553931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-06T06:45:15.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "cds",
"timestamp": 1662446546731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:45:15.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "aai-ml",
"timestamp": 1662446550608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446555310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:45:15.657Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "policy-id",
"timestamp": 1662446554941,
"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-09-06T06:45:15.690Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
2022-09-06T06:45:15.691Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 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-09-06T06:45:15.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "aai-ml",
"timestamp": 1662446550608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "cds",
"timestamp": 1662446554691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:45:15.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446556548,
"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-09-06T06:45:15.814Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
2022-09-06T06:45:15.815Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 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-09-06T06:45:15.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "aai-ml",
"timestamp": 1662446550608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "cds",
"timestamp": 1662446555713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-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-09-06T06:45:15.880Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
2022-09-06T06:45:15.880Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 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-09-06T06:45:15.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446557557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
"status": "DEPLOY_OK"
}
2022-09-06T06:45:15.938Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "aai-ml",
"timestamp": 1662446550608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:45:15.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "clamp",
"timestamp": 1662446558270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "aai-ml",
"timestamp": 1662446558651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:45:15.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "clamp",
"timestamp": 1662446558270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
"status": "NOTIFIED"
}
2022-09-06T06:45:15.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "clamp",
"timestamp": 1662446558270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "clamp",
"timestamp": 1662446558270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446561699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-06T06:45:15.960Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "clamp",
"timestamp": 1662446558270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:15.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446562725,
"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-09-06T06:45:15.995Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
2022-09-06T06:45:15.996Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 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-09-06T06:45:16.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446563176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:45:16.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "clamp",
"timestamp": 1662446558270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:45:16.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:16.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446564359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:45:16.068Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "clamp",
"timestamp": 1662446558270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:45:16.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:45:16.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446565514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:45:16.070Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446567795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
"status": "DEPLOY_OK"
}
2022-09-06T06:45:16.070Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446568803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-06T06:45:16.071Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446569813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-06T06:45:16.080Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446570847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-06T06:45:16.081Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "clamp",
"timestamp": 1662446572634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:45:16.082Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "clamp",
"timestamp": 1662446573771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-06T06:45:16.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "clamp",
"timestamp": 1662446574777,
"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-09-06T06:45:16.105Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
2022-09-06T06:45:16.105Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 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-09-06T06:45:16.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "aai-ml",
"timestamp": 1662446594732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-06T06:45:16.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:22.246Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
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-09-06T06:45:22.287Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
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-09-06T06:45:22.298Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:45:22.299Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:45:22.299Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:45:52.300Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
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-09-06T06:45:52.322Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
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-09-06T06:45:52.359Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:45:52.359Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:45:52.359Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:46:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:46:15.535Z||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-09-06T06:46:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:46:15.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:46:15.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:46:15.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "aai-ml",
"timestamp": 1662446595750,
"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-09-06T06:46:15.638Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
2022-09-06T06:46:15.639Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 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-09-06T06:46:22.360Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
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-09-06T06:46:22.391Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
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-09-06T06:46:22.403Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:46:22.404Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-06T06:46:22.404Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-06T06:46:22.404Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-06T06:46:22.405Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-06T06:46:22.405Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-06T06:46:22.405Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-06T06:46:22.405Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-06T06:46:22.406Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-06T06:46:22.406Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-06T06:46:22.406Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:46:22.419Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-06T06:46:52.420Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 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-09-06T06:46:52.474Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 and serviceModelVersionId: ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6
2022-09-06T06:46:52.475Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b120288-dc6d-41bb-9ae8-e12e8d53c968
2022-09-06T06:47:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:47:15.535Z||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-09-06T06:47:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:47:15.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:15.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "cds",
"timestamp": 1662446756731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1662446754958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446750679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "cds",
"timestamp": 1662446756731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1662446754958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "aai-ml",
"timestamp": 1662446760608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446750679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "cds",
"timestamp": 1662446756731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "aai-ml",
"timestamp": 1662446760608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1662446754958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446750679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "cds",
"timestamp": 1662446756731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "aai-ml",
"timestamp": 1662446760608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1662446754958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446750679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "cds",
"timestamp": 1662446756731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "aai-ml",
"timestamp": 1662446760608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446750679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1662446754958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446764897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "cds",
"timestamp": 1662446756731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "aai-ml",
"timestamp": 1662446760608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1662446754958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446750679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "policy-id",
"timestamp": 1662446764837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446764897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
"status": "NOTIFIED"
}
2022-09-06T06:47:15.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "cds",
"timestamp": 1662446756731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:47:15.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "aai-ml",
"timestamp": 1662446760608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1662446754958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446750679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:47:15.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "policy-id",
"timestamp": 1662446764837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446764897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-06T06:47:15.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "aai-ml",
"timestamp": 1662446760608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:47:15.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "cds",
"timestamp": 1662446766650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:47:15.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "policy-id",
"timestamp": 1662446764837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-06T06:47:15.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446767598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:47:15.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446764897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "clamp",
"timestamp": 1662446768270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "cds",
"timestamp": 1662446767656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-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-09-06T06:47:15.708Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
2022-09-06T06:47:15.709Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8fe54b-1e8a-409b-9ce6-49a90a791eef 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-09-06T06:47:15.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "aai-ml",
"timestamp": 1662446768470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:47:15.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "policy-id",
"timestamp": 1662446764837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446764897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-06T06:47:15.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "clamp",
"timestamp": 1662446768270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
"status": "NOTIFIED"
}
2022-09-06T06:47:15.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "policy-id",
"timestamp": 1662446764837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446764897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "clamp",
"timestamp": 1662446768270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "policy-id",
"timestamp": 1662446764837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446764897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:47:15.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446771234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-06T06:47:15.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "clamp",
"timestamp": 1662446768270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "policy-id",
"timestamp": 1662446764837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:47:15.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662446772241,
"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-09-06T06:47:15.792Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
2022-09-06T06:47:15.792Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8fe54b-1e8a-409b-9ce6-49a90a791eef 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-09-06T06:47:15.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446772877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:47:15.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "clamp",
"timestamp": 1662446768270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "policy-id",
"timestamp": 1662446772747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:47:15.827Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "clamp",
"timestamp": 1662446768270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446774003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:47:15.828Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "policy-id",
"timestamp": 1662446773757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "clamp",
"timestamp": 1662446768270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446775194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "policy-id",
"timestamp": 1662446774769,
"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-09-06T06:47:15.846Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
2022-09-06T06:47:15.846Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8fe54b-1e8a-409b-9ce6-49a90a791eef 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-09-06T06:47:19.909Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?depth=0
2022-09-06T06:47:20.139Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-06T06:47:21.083Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?depth=0|INFO|500||Invoke
2022-09-06T06:47:21.095Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ee6d04e-097c-4dd0-b0b8-119a1174331c], X-ECOMP-RequestID=[b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9], X-TransactionId=[], X-ONAP-RequestID=[b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9], Content-Type=[application/merge-patch+json]}
2022-09-06T06:47:21.307Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-06T06:47:21.681Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?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/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220906-06:47:21:457-73251], vertex-id=[331856], Content-Length=[0], Date=[Tue, 06 Sep 2022 06:47:21 GMT], Content-Type=[application/json]}
2022-09-06T06:47:21.690Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-06T06:47:21.692Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?depth=0|INFO|500||InvokeReturn
2022-09-06T06:47:21.700Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-06T06:47:21.700Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T06:47:21.743Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-06T06:47:21.747Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-06T06:47:21.751Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-06T06:47:21.752Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:21.756Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:21.756Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446841749,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T06:47:21.856Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:47:21.858Z||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-09-06T06:47:21.858Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:21.885Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:21.886Z||pool-18-thread-1|||||INFO|500||cambria reply ok (29 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-09-06T06:47:22.799Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:47:22.802Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:47:22.803Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:47:27.438Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:27.440Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-06T06:47:27.440Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4d8fe54b-1e8a-409b-9ce6-49a90a791eef","serviceName":"basic_onboard_GcBPlb","serviceVersion":"1.0","serviceUUID":"eed6519a-e252-4b3a-b651-2954a55cb029","serviceDescription":"service","serviceInvariantUUID":"67b047ec-c50e-4e51-9874-b0664db2e131","resources":[{"resourceInstanceName":"basic_onboard_GcBPlb 0","resourceName":"basic_onboard_GcBPlb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cdc9e33f-3a81-462e-b51b-76fccd60ae60","resourceInvariantUUID":"310d5afd-ee98-45f9-b5b0-3c36a419f506","resourceCustomizationUUID":"469e1068-b6df-44d4-8742-c0927e54743d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml","artifactChecksum":"MTJhMDA4MjQ1YjMwZTZlNmRhNjllZTNmM2QzYmE4ZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc9d9642-4384-4e1a-8d08-1508c7622ad4","artifactVersion":"1"},{"artifactName":"basic_onboard_gcbplb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json","artifactChecksum":"OWM1MTdiZDQzYmZiMDhlOTM3YWYwM2M5ZWQxMmM0Mjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"92fdb372-f62f-45ed-a670-4e0539c4a31a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5df3c269-0b49-4bbe-b660-6c1d0513d9fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eb43fe87-36a3-4f19-99d6-0f4363d345a6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a663a042-89c4-4692-821e-db7853e64d93","artifactVersion":"2","generatedFromUUID":"5df3c269-0b49-4bbe-b660-6c1d0513d9fa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcbplb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml","artifactChecksum":"MDg4ZTI1ZTg5YmE5ODZhODhhYzQ3M2VhMzkwZDY5ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cfa00236-8d72-4720-8eca-6dbdcbb1cfd4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcbplb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar","artifactChecksum":"ZGMxOTllMDZkMTc1MTg4Y2Q4ZTU5ZmQ2ZmVjMTY5YTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c8a199b-232e-4a37-bd5f-ec15c8519069","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-06T06:47:27.445Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:47:27.446Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:27.449Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:27.449Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446842799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:27.553Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-06T06:47:27.555Z||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-09-06T06:47:27.555Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:27.612Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:27.613Z||pool-19-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:47:28.451Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:47:28.453Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:28.459Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:28.461Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446842799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
"status": "NOTIFIED"
}
2022-09-06T06:47:28.557Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-09-06T06:47:28.559Z||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-09-06T06:47:28.559Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:28.587Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:28.588Z||pool-20-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":2,"count":1}
2022-09-06T06:47:29.465Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:47:29.467Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:29.470Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:29.470Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446842799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-06T06:47:29.570Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:47:29.571Z||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-09-06T06:47:29.572Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:29.629Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:29.631Z||pool-21-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:30.471Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:47:30.472Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:30.476Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:30.476Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446842799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:30.577Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:47:30.579Z||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-09-06T06:47:30.579Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:30.627Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:30.628Z||pool-22-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":2,"count":1}
2022-09-06T06:47:31.482Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:47:31.484Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:31.491Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:31.492Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446842799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-06T06:47:31.596Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-06T06:47:31.610Z||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-09-06T06:47:31.611Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:31.644Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:31.646Z||pool-23-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:32.494Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:47:32.495Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:32.498Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:32.498Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446842799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:47:32.600Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T06:47:32.602Z||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-09-06T06:47:32.604Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:32.638Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:32.639Z||pool-24-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:33.499Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:47:33.501Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:33.504Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:33.504Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446842799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:47:33.604Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T06:47:33.606Z||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-09-06T06:47:33.606Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:33.687Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:33.689Z||pool-25-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:34.508Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"serviceName": "basic_onboard_GcBPlb",
"serviceVersion": "1.0",
"serviceUUID": "eed6519a-e252-4b3a-b651-2954a55cb029",
"serviceDescription": "service",
"serviceInvariantUUID": "67b047ec-c50e-4e51-9874-b0664db2e131",
"resources": [
{
"resourceInstanceName": "basic_onboard_GcBPlb 0",
"resourceCustomizationUUID": "469e1068-b6df-44d4-8742-c0927e54743d",
"resourceName": "basic_onboard_GcBPlb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cdc9e33f-3a81-462e-b51b-76fccd60ae60",
"resourceInvariantUUID": "310d5afd-ee98-45f9-b5b0-3c36a419f506",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_gcbplb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
"artifactChecksum": "OWM1MTdiZDQzYmZiMDhlOTM3YWYwM2M5ZWQxMmM0Mjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "92fdb372-f62f-45ed-a670-4e0539c4a31a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5df3c269-0b49-4bbe-b660-6c1d0513d9fa",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a663a042-89c4-4692-821e-db7853e64d93",
"generatedFromUUID": "5df3c269-0b49-4bbe-b660-6c1d0513d9fa"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a663a042-89c4-4692-821e-db7853e64d93",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGcbplb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"artifactChecksum": "ZGMxOTllMDZkMTc1MTg4Y2Q4ZTU5ZmQ2ZmVjMTY5YTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8c8a199b-232e-4a37-bd5f-ec15c8519069"
}
],
"workloadContext": "Production"
}
2022-09-06T06:47:34.508Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-06T06:47:34.508Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eed6519a-e252-4b3a-b651-2954a55cb029 ASDC
2022-09-06T06:47:34.509Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4d8fe54b-1e8a-409b-9ce6-49a90a791eef
ServiceName:basic_onboard_GcBPlb
ServiceVersion:1.0
ServiceUUID:eed6519a-e252-4b3a-b651-2954a55cb029
ServiceInvariantUUID:67b047ec-c50e-4e51-9874-b0664db2e131
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcbplb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar
ArtifactUUID:8c8a199b-232e-4a37-bd5f-ec15c8519069
ArtifactChecksum:ZGMxOTllMDZkMTc1MTg4Y2Q4ZTU5ZmQ2ZmVjMTY5YTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GcBPlb 0
ResourceCustomizationUUID:469e1068-b6df-44d4-8742-c0927e54743d
ResourceInvariantUUID:310d5afd-ee98-45f9-b5b0-3c36a419f506
ResourceName:basic_onboard_GcBPlb
ResourceType:VF
ResourceUUID:cdc9e33f-3a81-462e-b51b-76fccd60ae60
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcbplb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json
ArtifactUUID:92fdb372-f62f-45ed-a670-4e0539c4a31a
ArtifactChecksum:OWM1MTdiZDQzYmZiMDhlOTM3YWYwM2M5ZWQxMmM0Mjk=
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/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5df3c269-0b49-4bbe-b660-6c1d0513d9fa
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/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env
ArtifactUUID:a663a042-89c4-4692-821e-db7853e64d93
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/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env
ArtifactUUID:a663a042-89c4-4692-821e-db7853e64d93
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-06T06:47:34.510Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eed6519a-e252-4b3a-b651-2954a55cb029 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-09-06T06:47:34.568Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T06:47:34.570Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:47:34.570Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:47:34.570Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8c8a199b-232e-4a37-bd5f-ec15c8519069 from URL: /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:34.570Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:47:34.571Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:34.709Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:47:34.723Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar 8c8a199b-232e-4a37-bd5f-ec15c8519069 75218
2022-09-06T06:47:34.724Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar ASDC sendASDCNotification
2022-09-06T06:47:34.725Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:34.725Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:47:34.725Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:34.728Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:34.729Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446854724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:47:34.829Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:47:34.831Z||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-09-06T06:47:34.831Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:34.918Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:34.919Z||pool-26-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:35.730Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T06:47:35.732Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:47:35.732Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8c8a199b-232e-4a37-bd5f-ec15c8519069, URL: /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar to file: /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:35.733Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:35.737Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:35.737Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:35.984Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16399755387792814803/Definitions/service-BasicOnboardGcbplb-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-09-06T06:47:38.519Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-06T06:47:38.520Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-06T06:47:38.520Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:38.520Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-06T06:47:38.521Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:38.521Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:38.521Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:38.521Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:38.521Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:38.521Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GcBPlb 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:38.522Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:38.522Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-06T06:47:38.522Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:38.522Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:38.523Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:38.523Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-06T06:47:38.523Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T06:47:38.523Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:38.523Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:38.523Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:38.524Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-06T06:47:38.524Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T06:47:38.524Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:38.524Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:38.524Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:38.525Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is not matching search criteria
2022-09-06T06:47:38.526Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-06T06:47:38.526Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-06T06:47:38.526Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-06T06:47:38.526Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-06T06:47:38.526Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-06T06:47:38.527Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:38.527Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T06:47:38.527Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:38.528Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:38.528Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:47:38.528Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:38.528Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:38.529Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:47:38.529Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:38.529Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:38.529Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:47:38.529Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:38.529Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is not matching search criteria
2022-09-06T06:47:38.530Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-06T06:47:38.530Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-06T06:47:38.530Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e5046255-39d9-45ef-9575-53e3851015f3
2022-09-06T06:47:38.530Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:38.531Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:38.531Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:38.531Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:38.531Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:38.532Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:38.532Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:38.532Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:38.532Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_GcBPlb
Description:service
Model UUID:eed6519a-e252-4b3a-b651-2954a55cb029
Model Version:NULL
Model InvariantUuid:67b047ec-c50e-4e51-9874-b0664db2e131
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_GcBPlb
Model UUID:1bdc4853-3ac9-4fc7-840b-ddee8f0837c3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:310d5afd-ee98-45f9-b5b0-3c36a419f506
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:469e1068-b6df-44d4-8742-c0927e54743d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c3f5d014-8d4d-42f2-9476-f5ecdb4c304b
ModelName:BasicOnboardGcbplb..base_ubuntu18..module-0
ModelUuid:c85349f2-5187-4433-9368-9b27119d0648
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e5046255-39d9-45ef-9575-53e3851015f3
ModelInvariantUuid:b27a1f2b-7d55-4fc4-a61b-d99a35c53763
ModelName:basic_onboard_GcBPlb-nodes.ubuntu18Cvfc
ModelUuid:bdecb8f0-76aa-4cea-b071-1bceec410fc0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d6f8cb81-4d2c-4480-9882-15b7245127a5
ModelInvariantUuid:165c26d9-a619-4d7f-b582-bdb692a65c61
ModelName:BasicOnboardGcbplb.compute.nodes.heat.ubuntu18
ModelUuid:306adb30-03e1-4b4e-90ce-f752c6fe9c34
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-09-06T06:47:38.543Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: cdc9e33f-3a81-462e-b51b-76fccd60ae60
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-09-06T06:47:38.552Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||basic_onboard_GcBPlb 0
2022-09-06T06:47:38.553Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cdc9e33f-3a81-462e-b51b-76fccd60ae60
2022-09-06T06:47:38.554Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 92fdb372-f62f-45ed-a670-4e0539c4a31a from URL: /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json
2022-09-06T06:47:38.554Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:47:38.555Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json
2022-09-06T06:47:38.643Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:47:38.644Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json 92fdb372-f62f-45ed-a670-4e0539c4a31a 798
2022-09-06T06:47:38.644Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json ASDC sendASDCNotification
2022-09-06T06:47:38.644Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json
2022-09-06T06:47:38.645Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:47:38.645Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:38.649Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:38.649Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446858644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:47:38.749Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:47:38.751Z||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-09-06T06:47:38.751Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:38.808Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:38.809Z||pool-27-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:39.651Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGcbplb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c3f5d014-8d4d-42f2-9476-f5ecdb4c304b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c85349f2-5187-4433-9368-9b27119d0648",
"vfModuleModelCustomizationUUID": "54389a9d-0492-47c0-a359-58004a786f3b",
"isBase": true,
"artifacts": [
"5df3c269-0b49-4bbe-b660-6c1d0513d9fa",
"a663a042-89c4-4692-821e-db7853e64d93"
],
"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-09-06T06:47:39.663Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGcbplb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c85349f2-5187-4433-9368-9b27119d0648
VfModuleModelInvariantUUID:c3f5d014-8d4d-42f2-9476-f5ecdb4c304b
VfModuleModelDescription:NULL
Artifacts UUID List:{
5df3c269-0b49-4bbe-b660-6c1d0513d9fa
,
a663a042-89c4-4692-821e-db7853e64d93
}
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-09-06T06:47:39.668Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGcbplb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c3f5d014-8d4d-42f2-9476-f5ecdb4c304b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c85349f2-5187-4433-9368-9b27119d0648",
"vfModuleModelCustomizationUUID": "54389a9d-0492-47c0-a359-58004a786f3b",
"isBase": true,
"artifacts": [
"5df3c269-0b49-4bbe-b660-6c1d0513d9fa",
"a663a042-89c4-4692-821e-db7853e64d93"
],
"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-09-06T06:47:39.669Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGcbplb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c85349f2-5187-4433-9368-9b27119d0648
VfModuleModelInvariantUUID:c3f5d014-8d4d-42f2-9476-f5ecdb4c304b
VfModuleModelDescription:NULL
Artifacts UUID List:{
5df3c269-0b49-4bbe-b660-6c1d0513d9fa
,
a663a042-89c4-4692-821e-db7853e64d93
}
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-09-06T06:47:39.669Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5df3c269-0b49-4bbe-b660-6c1d0513d9fa from URL: /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml
2022-09-06T06:47:39.673Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:47:39.673Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml
2022-09-06T06:47:39.747Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:47:39.748Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml 5df3c269-0b49-4bbe-b660-6c1d0513d9fa 5033
2022-09-06T06:47:39.749Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-06T06:47:39.749Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml
2022-09-06T06:47:39.749Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:47:39.750Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:39.754Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:39.754Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446859749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:47:39.854Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T06:47:39.855Z||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-09-06T06:47:39.855Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:39.919Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:39.920Z||pool-28-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:40.755Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a663a042-89c4-4692-821e-db7853e64d93 from URL: /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env
2022-09-06T06:47:40.756Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:47:40.756Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env
2022-09-06T06:47:40.860Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:47:40.861Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env a663a042-89c4-4692-821e-db7853e64d93 909
2022-09-06T06:47:40.861Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-06T06:47:40.862Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env
2022-09-06T06:47:40.862Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:47:40.862Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:40.868Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:40.868Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446860861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:47:40.969Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T06:47:40.970Z||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-09-06T06:47:40.970Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:41.002Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:41.003Z||pool-29-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:41.869Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: eed6519a-e252-4b3a-b651-2954a55cb029
2022-09-06T06:47:41.871Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GcBPlb 0 cdc9e33f-3a81-462e-b51b-76fccd60ae60 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-09-06T06:47:41.913Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63125a51, org.onap.sdc.toscaparser.api.parameters.Input@76a9c5d3, org.onap.sdc.toscaparser.api.parameters.Input@59fa013b, org.onap.sdc.toscaparser.api.parameters.Input@6acf0bb9, org.onap.sdc.toscaparser.api.parameters.Input@1b7e0463]
2022-09-06T06:47:41.915Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:41.916Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:41.916Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-09-06T06:47:41.917Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 469e1068-b6df-44d4-8742-c0927e54743d
2022-09-06T06:47:41.917Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 469e1068-b6df-44d4-8742-c0927e54743d matches Tosca VF Customization UUID: 469e1068-b6df-44d4-8742-c0927e54743d
2022-09-06T06:47:41.917Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 469e1068-b6df-44d4-8742-c0927e54743d 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-09-06T06:47:41.923Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:41.924Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:41.925Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 469e1068-b6df-44d4-8742-c0927e54743d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-06T06:47:41.925Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38bbb725
2022-09-06T06:47:41.926Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:41.926Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T06:47:41.926Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54389a9d-0492-47c0-a359-58004a786f3b
2022-09-06T06:47:41.927Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54389a9d-0492-47c0-a359-58004a786f3b
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-09-06T06:47:41.931Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:41.932Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:41.933Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:47:41.933Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:41.935Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:41.935Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:47:41.936Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:41.937Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is not matching search criteria
2022-09-06T06:47:41.937Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-06T06:47:41.938Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-06T06:47:41.938Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e5046255-39d9-45ef-9575-53e3851015f3
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-09-06T06:47:41.944Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:41.945Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:41.945Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:47:41.945Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:41.946Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:41.946Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0] matching following query criteria: sdcType=VF, customizationUUID=469e1068-b6df-44d4-8742-c0927e54743d
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-09-06T06:47:41.952Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:41.953Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:41.953Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid eed6519a-e252-4b3a-b651-2954a55cb029: basic_onboard_GcBPlb
2022-09-06T06:47:41.953Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:41.954Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:41.956Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:41.956Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:41.957Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:41.958Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:41.958Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:41.959Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:41.960Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:47:41.960Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:41.963Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_GcBPlb
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-09-06T06:47:42.176Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GcBPlb cdc9e33f-3a81-462e-b51b-76fccd60ae60 1 ASDC deployResourceStructure
2022-09-06T06:47:42.177Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json ASDC sendASDCNotification
2022-09-06T06:47:42.177Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json
2022-09-06T06:47:42.178Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:47:42.179Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:42.190Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:42.190Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446862177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-06T06:47:42.283Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-09-06T06:47:42.284Z||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-09-06T06:47:42.285Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:42.351Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:42.352Z||pool-30-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:43.192Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-06T06:47:43.193Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml
2022-09-06T06:47:43.194Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:47:43.194Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:43.197Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:43.198Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446863191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-06T06:47:43.301Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T06:47:43.302Z||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-09-06T06:47:43.303Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:43.335Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:43.336Z||pool-31-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:47:44.200Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-06T06:47:44.201Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env
2022-09-06T06:47:44.202Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:47:44.203Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:44.206Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:44.207Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446864200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-06T06:47:44.309Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-06T06:47:44.311Z||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-09-06T06:47:44.311Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:44.340Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:44.341Z||pool-32-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:47:45.208Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar ASDC sendASDCNotification
2022-09-06T06:47:45.208Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:45.209Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:47:45.210Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:45.214Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:45.214Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446865208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-06T06:47:45.314Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:47:45.315Z||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-09-06T06:47:45.315Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:45.372Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:47:45.373Z||pool-33-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:46.215Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
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-09-06T06:47:46.243Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
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-09-06T06:47:46.251Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:47:46.251Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:47:46.251Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:48:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:48:15.534Z||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-09-06T06:48:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:48:15.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:48:15.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:48:15.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446776245,
"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-09-06T06:48:15.604Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
2022-09-06T06:48:15.604Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8fe54b-1e8a-409b-9ce6-49a90a791eef 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-09-06T06:48:16.252Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
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-09-06T06:48:16.278Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
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-09-06T06:48:16.287Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:48:16.287Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:48:16.288Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:48:46.288Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
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-09-06T06:48:46.310Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
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-09-06T06:48:46.325Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:48:46.325Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:48:46.326Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:49:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:49:15.535Z||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-09-06T06:49:15.536Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:49:15.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:49:15.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:49:15.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662446777250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-06T06:49:15.596Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:49:15.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:49:15.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "clamp",
"timestamp": 1662446779766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:49:15.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:49:15.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:49:15.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "clamp",
"timestamp": 1662446781780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-06T06:49:15.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:49:15.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:49:15.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "clamp",
"timestamp": 1662446782784,
"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-09-06T06:49:15.622Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
2022-09-06T06:49:15.623Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8fe54b-1e8a-409b-9ce6-49a90a791eef 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-09-06T06:49:15.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:49:15.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "aai-ml",
"timestamp": 1662446785709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-06T06:49:15.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:49:15.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:49:15.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "aai-ml",
"timestamp": 1662446786718,
"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-09-06T06:49:15.657Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
2022-09-06T06:49:15.658Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8fe54b-1e8a-409b-9ce6-49a90a791eef 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-09-06T06:49:16.327Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
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-09-06T06:49:16.351Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
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-09-06T06:49:16.363Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:49:16.363Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-06T06:49:16.363Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-06T06:49:16.364Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-06T06:49:16.364Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-06T06:49:16.365Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-06T06:49:16.365Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-06T06:49:16.365Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-06T06:49:16.365Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-06T06:49:16.365Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-06T06:49:16.366Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:49:16.374Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-06T06:49:46.375Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef 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-09-06T06:49:46.398Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef and serviceModelVersionId: eed6519a-e252-4b3a-b651-2954a55cb029
2022-09-06T06:49:46.399Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 67b047ec-c50e-4e51-9874-b0664db2e131
2022-09-06T06:49:46.402Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/67b047ec-c50e-4e51-9874-b0664db2e131/model-vers/model-ver/eed6519a-e252-4b3a-b651-2954a55cb029?depth=0
2022-09-06T06:49:46.419Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-06T06:49:46.563Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67b047ec-c50e-4e51-9874-b0664db2e131/model-vers/model-ver/eed6519a-e252-4b3a-b651-2954a55cb029?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-09-06T06:49:46.579Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67b047ec-c50e-4e51-9874-b0664db2e131/model-vers/model-ver/eed6519a-e252-4b3a-b651-2954a55cb029?depth=0|INFO|500||Invoke
2022-09-06T06:49:46.719Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67b047ec-c50e-4e51-9874-b0664db2e131/model-vers/model-ver/eed6519a-e252-4b3a-b651-2954a55cb029?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-06T06:49:46.914Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67b047ec-c50e-4e51-9874-b0664db2e131/model-vers/model-ver/eed6519a-e252-4b3a-b651-2954a55cb029?depth=0|INFO|500||InvokeReturn
2022-09-06T06:49:46.916Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67b047ec-c50e-4e51-9874-b0664db2e131/model-vers/model-ver/eed6519a-e252-4b3a-b651-2954a55cb029?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220906-06:49:46:864-31146], vertex-id=[344144], Content-Length=[0], Date=[Tue, 06 Sep 2022 06:49:46 GMT], Content-Type=[application/json]}
2022-09-06T06:49:46.917Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-09-06T06:49:46.917Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-06T06:49:46.918Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T06:49:46.949Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-06T06:49:46.951Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d8fe54b-1e8a-409b-9ce6-49a90a791eef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-06T06:49:46.952Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-06T06:49:46.953Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:49:46.958Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:49:46.959Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446986951,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T06:49:47.061Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-06T06:49:47.063Z||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-09-06T06:49:47.063Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:49:47.108Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:49:47.112Z||pool-34-thread-1|||||INFO|500||cambria reply ok (50 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-09-06T06:49:47.982Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:49:47.983Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:49:47.983Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:49:58.601Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:49:58.602Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:49:58.608Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:49:58.608Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:50:08.209Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:50:08.210Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:50:08.211Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:50:08.211Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:50:15.534Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:50:15.536Z||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-09-06T06:50:15.536Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:50:15.597Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:50:15.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446841749,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T06:50:15.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:15.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446842799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:50:15.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-06T06:50:15.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446842799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
"status": "NOTIFIED"
}
2022-09-06T06:50:15.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-06T06:50:15.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446842799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-06T06:50:15.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-06T06:50:15.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446842799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:50:15.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-06T06:50:15.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446842799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-06T06:50:15.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-06T06:50:15.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446842799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:50:15.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-06T06:50:15.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446842799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:50:15.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-06T06:50:15.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446854724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:50:15.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:15.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446858644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:50:15.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:15.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446859749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:50:15.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:15.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446860861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:50:15.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:15.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446862177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-06T06:50:15.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:15.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446863191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-06T06:50:15.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:15.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446864200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-06T06:50:15.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:15.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446865208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-06T06:50:15.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:17.857Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:50:17.858Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:50:17.859Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:50:17.859Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:50:27.461Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:50:27.462Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:50:27.463Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:50:27.463Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:50:37.053Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:50:37.054Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:50:37.054Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:50:37.055Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:50:46.721Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:50:46.722Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:50:46.733Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:50:46.734Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:50:56.355Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:51:15.523Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:51:15.525Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:51:15.525Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:51:15.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:51:15.534Z||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-09-06T06:51:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:51:15.673Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:51:15.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:51:15.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662446986951,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T06:51:15.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:51:16.253Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:51:16.254Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-06T06:51:16.254Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4d8acd33-71cd-46c3-9119-b0fce3737f35","serviceName":"vFW 2022-09-06 06-49-51","serviceVersion":"1.0","serviceUUID":"b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac","serviceDescription":"catalog service description","serviceInvariantUUID":"87c8b592-c526-4076-9c69-bc1eb3f4f0f6","resources":[{"resourceInstanceName":"vFW 37203846-1347 0","resourceName":"vFW 37203846-1347","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"039e2ddd-495d-4728-8324-b2f51ab66434","resourceInvariantUUID":"911a6eb0-2b25-47f0-b199-7dddfe20605d","resourceCustomizationUUID":"98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vf-license-model.xml","artifactChecksum":"NWNmNTk0ODI5MzYzNGIzYzYyZTFmNWYxODJmY2QwNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"79163dbc-206f-4653-a06e-ada4721879f8","artifactVersion":"1"},{"artifactName":"vfw3720384613470_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json","artifactChecksum":"OTU5NjA4OWQwNzQzNThhYjRiMjc0ZDFlZWE5OGZmNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f44ad6c-419b-4814-a2ad-d6721ff6ca45","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0240ebb3-a348-47d3-ad02-4c9453dde1e1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vendor-license-model.xml","artifactChecksum":"ZGYwZDNkOWE5ODliNzA0ODg2YzhmYmExNGJhNTViYTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e98404c3-93be-423f-b9e3-4e1845676b51","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4c0efab0-7335-4202-9f33-6b4361c2318d","artifactVersion":"2","generatedFromUUID":"0240ebb3-a348-47d3-ad02-4c9453dde1e1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220906064951-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-template.yml","artifactChecksum":"MjAxMGRhM2Y3NzBhYzdmZGNiNGEzYTg2ZmRlMmI1MzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c35389f-5e4d-4ddf-a7f8-4119ef53ea1a","artifactVersion":"1"},{"artifactName":"service-Vfw20220906064951-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar","artifactChecksum":"NjViZGJlMzQ3YmYyNDE5NzE2OGYxODkyNjFhOGFiODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"371e86be-df3e-4c13-9b25-d203a580a3ac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-06T06:51:16.261Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:51:16.262Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:16.271Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:16.271Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662447075523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:51:16.372Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:51:16.373Z||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-09-06T06:51:16.373Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:16.408Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:51:16.409Z||pool-35-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:51:17.277Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:51:17.277Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:17.304Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:17.312Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662447075523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
"status": "NOTIFIED"
}
2022-09-06T06:51:17.410Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-06T06:51:17.412Z||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-09-06T06:51:17.412Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:17.477Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:51:17.478Z||pool-36-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:51:18.316Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:51:18.317Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:18.322Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:18.323Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662447075523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-06T06:51:18.423Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-06T06:51:18.425Z||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-09-06T06:51:18.425Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:18.450Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:51:18.450Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:51:19.326Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:51:19.327Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:19.335Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:19.335Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662447075523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:51:19.436Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:51:19.437Z||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-09-06T06:51:19.437Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:19.473Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:51:19.474Z||pool-38-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:51:20.343Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:51:20.343Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:20.356Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:20.357Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662447075523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-06T06:51:20.451Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-06T06:51:20.454Z||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-09-06T06:51:20.455Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:20.515Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:51:20.516Z||pool-39-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":4,"count":1}
2022-09-06T06:51:21.357Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:51:21.359Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:21.362Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:21.363Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662447075523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-06T06:51:21.464Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T06:51:21.467Z||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-09-06T06:51:21.467Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:21.505Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:51:21.506Z||pool-40-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:51:22.363Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:51:22.365Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:22.369Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:22.369Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662447075523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
"status": "NOTIFIED"
}
2022-09-06T06:51:22.470Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:51:22.471Z||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-09-06T06:51:22.471Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:22.524Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:51:22.525Z||pool-41-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:51:23.371Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
"serviceName": "vFW 2022-09-06 06-49-51",
"serviceVersion": "1.0",
"serviceUUID": "b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "87c8b592-c526-4076-9c69-bc1eb3f4f0f6",
"resources": [
{
"resourceInstanceName": "vFW 37203846-1347 0",
"resourceCustomizationUUID": "98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e",
"resourceName": "vFW 37203846-1347",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "039e2ddd-495d-4728-8324-b2f51ab66434",
"resourceInvariantUUID": "911a6eb0-2b25-47f0-b199-7dddfe20605d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3720384613470_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
"artifactChecksum": "OTU5NjA4OWQwNzQzNThhYjRiMjc0ZDFlZWE5OGZmNjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7f44ad6c-419b-4814-a2ad-d6721ff6ca45",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0240ebb3-a348-47d3-ad02-4c9453dde1e1",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4c0efab0-7335-4202-9f33-6b4361c2318d",
"generatedFromUUID": "0240ebb3-a348-47d3-ad02-4c9453dde1e1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4c0efab0-7335-4202-9f33-6b4361c2318d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220906064951-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
"artifactChecksum": "NjViZGJlMzQ3YmYyNDE5NzE2OGYxODkyNjFhOGFiODY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "371e86be-df3e-4c13-9b25-d203a580a3ac"
}
],
"workloadContext": "Production"
}
2022-09-06T06:51:23.373Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-06T06:51:23.373Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac ASDC
2022-09-06T06:51:23.375Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4d8acd33-71cd-46c3-9119-b0fce3737f35
ServiceName:vFW 2022-09-06 06-49-51
ServiceVersion:1.0
ServiceUUID:b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac
ServiceInvariantUUID:87c8b592-c526-4076-9c69-bc1eb3f4f0f6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220906064951-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar
ArtifactUUID:371e86be-df3e-4c13-9b25-d203a580a3ac
ArtifactChecksum:NjViZGJlMzQ3YmYyNDE5NzE2OGYxODkyNjFhOGFiODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 37203846-1347 0
ResourceCustomizationUUID:98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e
ResourceInvariantUUID:911a6eb0-2b25-47f0-b199-7dddfe20605d
ResourceName:vFW 37203846-1347
ResourceType:VF
ResourceUUID:039e2ddd-495d-4728-8324-b2f51ab66434
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3720384613470_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json
ArtifactUUID:7f44ad6c-419b-4814-a2ad-d6721ff6ca45
ArtifactChecksum:OTU5NjA4OWQwNzQzNThhYjRiMjc0ZDFlZWE5OGZmNjY=
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/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml
ArtifactUUID:0240ebb3-a348-47d3-ad02-4c9453dde1e1
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/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env
ArtifactUUID:4c0efab0-7335-4202-9f33-6b4361c2318d
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/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env
ArtifactUUID:4c0efab0-7335-4202-9f33-6b4361c2318d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-06T06:51:23.382Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac 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-09-06T06:51:23.450Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T06:51:23.452Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:51:23.453Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:51:23.453Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 371e86be-df3e-4c13-9b25-d203a580a3ac from URL: /sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:23.454Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:51:23.456Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:23.607Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:51:23.619Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar 371e86be-df3e-4c13-9b25-d203a580a3ac 100606
2022-09-06T06:51:23.620Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar ASDC sendASDCNotification
2022-09-06T06:51:23.620Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:23.621Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:51:23.622Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:23.628Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:23.628Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662447083619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:51:23.728Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:51:23.730Z||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-09-06T06:51:23.731Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:23.761Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:51:23.762Z||pool-42-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:51:24.629Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T06:51:24.630Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:51:24.631Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 371e86be-df3e-4c13-9b25-d203a580a3ac, URL: /sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar to file: /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:24.633Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220906064951-csar.csar
2022-09-06T06:51:24.634Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:24.635Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:25.232Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3682550905014859962/Definitions/service-Vfw20220906064951-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-09-06T06:51:30.922Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-06T06:51:30.923Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-06T06:51:30.923Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.923Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-06T06:51:30.924Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.924Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.924Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.924Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 37203846-1347 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.924Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.930Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.930Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.930Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.930Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.930Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.931Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.931Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-06T06:51:30.931Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:30.931Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:30.932Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:30.932Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-06T06:51:30.932Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T06:51:30.933Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:30.933Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:30.933Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:30.933Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-06T06:51:30.934Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T06:51:30.934Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:30.934Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:30.934Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:30.935Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is not matching search criteria
2022-09-06T06:51:30.935Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:51:30.935Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:51:30.935Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.935Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.936Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.936Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:51:30.936Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:51:30.936Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:51:30.936Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:51:30.937Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.937Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.937Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:51:30.937Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.938Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:51:30.938Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.938Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-06T06:51:30.938Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:30.939Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T06:51:30.939Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:30.939Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:30.939Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:51:30.940Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:30.940Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:30.940Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:51:30.941Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:30.941Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:30.941Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:51:30.941Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:30.942Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is not matching search criteria
2022-09-06T06:51:30.942Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:51:30.942Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-06T06:51:30.942Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:51:30.942Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:51:30.943Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:51:30.943Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.943Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.943Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:51:30.943Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.944Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:51:30.944Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.944Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3ca120aa-2aa5-496b-a50b-dec8146fca9b
2022-09-06T06:51:30.945Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:30.945Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is not matching search criteria
2022-09-06T06:51:30.945Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:51:30.945Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:51:30.945Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.946Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.946Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.946Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:51:30.946Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:51:30.946Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-06T06:51:30.947Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:51:30.947Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.947Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:51:30.947Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.948Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb1717e9-b4b7-4cb4-be65-e5c5a9860140
2022-09-06T06:51:30.948Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:30.948Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is not matching search criteria
2022-09-06T06:51:30.948Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:51:30.949Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:51:30.949Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.949Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.949Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.949Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:51:30.949Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:51:30.950Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:51:30.950Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:51:30.950Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.950Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.950Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-06T06:51:30.951Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6530d0b2-f489-481d-810d-803d9f5ca568
2022-09-06T06:51:30.951Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:30.951Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:30.951Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:30.951Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:30.952Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:30.952Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:30.952Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:30.952Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:30.952Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-06 06-49-51
Description:catalog service description
Model UUID:b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac
Model Version:NULL
Model InvariantUuid:87c8b592-c526-4076-9c69-bc1eb3f4f0f6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 37203846-1347
Model UUID:5f3461bd-755a-473d-9249-c23284fc1146
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:911a6eb0-2b25-47f0-b199-7dddfe20605d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f755267a-f21c-43c6-bf91-92685cb84a70
ModelName:Vfw372038461347..base_vfw..module-0
ModelUuid:bc5efbde-fe20-418f-b8d6-dba21a01917e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3ca120aa-2aa5-496b-a50b-dec8146fca9b
ModelInvariantUuid:4a62dc5a-8406-48d3-b5ca-ed88d37edc1d
ModelName:vFW 37203846-1347-nodes.vfwCvfc
ModelUuid:7892ca42-16db-43af-8661-087a6210e717
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f984a15e-187c-4554-b629-d842e74cabfd
ModelInvariantUuid:1920af97-01db-40bb-9c46-44e61b61c4b5
ModelName:Vfw372038461347.compute.nodes.heat.vfw
ModelUuid:2e969c4a-1565-47bc-b030-a62443452439
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bb1717e9-b4b7-4cb4-be65-e5c5a9860140
ModelInvariantUuid:f8c1e7a0-3c1e-4a8c-9b8d-31e390e8a75b
ModelName:vFW 37203846-1347-nodes.vsnCvfc
ModelUuid:6d89a04f-949a-45b1-b49c-687408e0f873
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a172add4-47c8-4b3a-9fec-9c14c12ff479
ModelInvariantUuid:a45958fe-0822-46d5-9841-5535da3c8c7c
ModelName:Vfw372038461347.compute.nodes.heat.vsn
ModelUuid:ef0135b0-6be2-483e-98f9-7a87654e2fb3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6530d0b2-f489-481d-810d-803d9f5ca568
ModelInvariantUuid:fcbf2e46-0e41-41f2-8737-2a0eeec360ba
ModelName:vFW 37203846-1347-nodes.vpgCvfc
ModelUuid:7c05c22e-8dc1-4288-b8d2-e12bf3f5e4c0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:76dcf0b2-1200-460d-8bb2-e14980720560
ModelInvariantUuid:013d0bcb-188b-467c-8171-71d42db388c8
ModelName:Vfw372038461347.compute.nodes.heat.vpg
ModelUuid:1d88b643-7451-4af3-b178-cd6e372d8707
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-09-06T06:51:31.001Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 039e2ddd-495d-4728-8324-b2f51ab66434
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-09-06T06:51:31.009Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||vFW 37203846-1347 0
2022-09-06T06:51:31.009Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 039e2ddd-495d-4728-8324-b2f51ab66434
2022-09-06T06:51:31.009Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7f44ad6c-419b-4814-a2ad-d6721ff6ca45 from URL: /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json
2022-09-06T06:51:31.010Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:51:31.010Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json
2022-09-06T06:51:31.134Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:51:31.135Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json 7f44ad6c-419b-4814-a2ad-d6721ff6ca45 785
2022-09-06T06:51:31.136Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json ASDC sendASDCNotification
2022-09-06T06:51:31.136Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json
2022-09-06T06:51:31.137Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:51:31.137Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:31.140Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:31.141Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662447091135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:51:31.241Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:51:31.243Z||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-09-06T06:51:31.244Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:31.295Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:51:31.296Z||pool-43-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:51:32.145Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw372038461347..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f755267a-f21c-43c6-bf91-92685cb84a70",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bc5efbde-fe20-418f-b8d6-dba21a01917e",
"vfModuleModelCustomizationUUID": "3db1f06a-9e32-4bf5-91d7-8388b2e18e9c",
"isBase": true,
"artifacts": [
"0240ebb3-a348-47d3-ad02-4c9453dde1e1",
"4c0efab0-7335-4202-9f33-6b4361c2318d"
],
"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-09-06T06:51:32.152Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw372038461347..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc5efbde-fe20-418f-b8d6-dba21a01917e
VfModuleModelInvariantUUID:f755267a-f21c-43c6-bf91-92685cb84a70
VfModuleModelDescription:NULL
Artifacts UUID List:{
0240ebb3-a348-47d3-ad02-4c9453dde1e1
,
4c0efab0-7335-4202-9f33-6b4361c2318d
}
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-09-06T06:51:32.160Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw372038461347..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f755267a-f21c-43c6-bf91-92685cb84a70",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bc5efbde-fe20-418f-b8d6-dba21a01917e",
"vfModuleModelCustomizationUUID": "3db1f06a-9e32-4bf5-91d7-8388b2e18e9c",
"isBase": true,
"artifacts": [
"0240ebb3-a348-47d3-ad02-4c9453dde1e1",
"4c0efab0-7335-4202-9f33-6b4361c2318d"
],
"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-09-06T06:51:32.166Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw372038461347..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc5efbde-fe20-418f-b8d6-dba21a01917e
VfModuleModelInvariantUUID:f755267a-f21c-43c6-bf91-92685cb84a70
VfModuleModelDescription:NULL
Artifacts UUID List:{
0240ebb3-a348-47d3-ad02-4c9453dde1e1
,
4c0efab0-7335-4202-9f33-6b4361c2318d
}
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-09-06T06:51:32.166Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0240ebb3-a348-47d3-ad02-4c9453dde1e1 from URL: /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml
2022-09-06T06:51:32.167Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:51:32.167Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml
2022-09-06T06:51:32.268Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:51:32.270Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml 0240ebb3-a348-47d3-ad02-4c9453dde1e1 20368
2022-09-06T06:51:32.271Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-06T06:51:32.272Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml
2022-09-06T06:51:32.272Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:51:32.273Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:32.275Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:32.276Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662447092271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:51:32.377Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T06:51:32.378Z||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-09-06T06:51:32.379Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:32.424Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:51:32.425Z||pool-44-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:51:33.277Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4c0efab0-7335-4202-9f33-6b4361c2318d from URL: /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env
2022-09-06T06:51:33.278Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:51:33.279Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env
2022-09-06T06:51:33.421Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:51:33.422Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env 4c0efab0-7335-4202-9f33-6b4361c2318d 2098
2022-09-06T06:51:33.422Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-06T06:51:33.423Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env
2022-09-06T06:51:33.423Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:51:33.425Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:33.429Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:33.430Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662447093422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-06T06:51:33.529Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T06:51:33.530Z||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-09-06T06:51:33.530Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:33.673Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-06T06:51:33.674Z||pool-45-thread-1|||||INFO|500||cambria reply ok (144 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:51:34.433Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac
2022-09-06T06:51:34.440Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 37203846-1347 0 039e2ddd-495d-4728-8324-b2f51ab66434 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-09-06T06:51:34.494Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40714ce7, org.onap.sdc.toscaparser.api.parameters.Input@335bd40a, org.onap.sdc.toscaparser.api.parameters.Input@5b8e06b0, org.onap.sdc.toscaparser.api.parameters.Input@665d91e4, org.onap.sdc.toscaparser.api.parameters.Input@2c81ffbc]
2022-09-06T06:51:34.500Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:34.501Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:34.502Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-09-06T06:51:34.502Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e
2022-09-06T06:51:34.502Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e matches Tosca VF Customization UUID: 98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e
2022-09-06T06:51:34.503Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e 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-09-06T06:51:34.508Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:34.509Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:34.511Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-06T06:51:34.511Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@60dfceb3
2022-09-06T06:51:34.511Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:34.511Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T06:51:34.512Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3db1f06a-9e32-4bf5-91d7-8388b2e18e9c
2022-09-06T06:51:34.512Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3db1f06a-9e32-4bf5-91d7-8388b2e18e9c
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-09-06T06:51:34.517Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:34.518Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:34.518Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:51:34.519Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:34.519Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:34.520Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:51:34.521Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:34.521Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is not matching search criteria
2022-09-06T06:51:34.522Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:51:34.523Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-06T06:51:34.523Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:51:34.523Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:51:34.524Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:51:34.524Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:34.525Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:34.525Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:51:34.525Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:34.525Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:51:34.526Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:34.526Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3ca120aa-2aa5-496b-a50b-dec8146fca9b
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-09-06T06:51:34.530Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-06T06:51:34.532Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:34.532Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:51:34.533Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery