By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-03-28T05:29:34.061Z||main|||||INFO|500||The following profiles are active: basic
2022-03-28T05:29:50.300Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-28T05:29:50.302Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-28T05:29:50.520Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-28T05:29:55.672Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-28T05:29:56.220Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-28T05:29:56.819Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-28T05:29:56.827Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-28T05:29:56.968Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-28T05:29:57.274Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-28T05:29:57.943Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-28T05:30:00.029Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-28T05:30:03.007Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-28T05:30:03.102Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-28T05:30:03.871Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-28T05:30:04.116Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-28T05:30:05.695Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-28T05:30:07.073Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-28T05:30:07.099Z||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$$2538ded1.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-28T05:30:07.100Z||main|||||WARN|500||The sdc end point is not alive
2022-03-28T05:30:11.680Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-28T05:30:15.472Z||main|||||WARN|500||---
2022-03-28T05:30:15.473Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-28T05:30:15.473Z||main|||||WARN|500||---
2022-03-28T05:30:15.961Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-28T05:30:21.963Z||main|||||INFO|500||Started Application in 53.667 seconds (JVM running for 56.892)
2022-03-28T05:30:21.979Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-28T05:30:21.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-28T05:30:21.994Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-28T05:30:22.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-28T05:30:22.071Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 18230bb9-1a3c-4c63-9bec-07e39cfb9850 url= /sdc/v1/artifactTypes
2022-03-28T05:30:22.072Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-28T05:30:22.398Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-28T05:30:22.424Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-28T05:30:22.479Z||scheduling-1|||||DEBUG|500||create keys
2022-03-28T05:30:22.487Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-28T05:30:22.548Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:30:22.568Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2b11f60e-7d30-4f7f-ad80-c74ff1a9357b url= /sdc/v1/registerForDistribution
2022-03-28T05:30:22.789Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2b11f60e-7d30-4f7f-ad80-c74ff1a9357b url= /sdc/v1/registerForDistribution
2022-03-28T05:30:22.790Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-28T05:30:22.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:30:22.799Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:30:22.806Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-28T05:30:22.808Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:30:22.808Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:30:22.809Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:30:22.809Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:30:33.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:30:33.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:31:22.797Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:31:22.798Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:31:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:31:22.799Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:31:22.799Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:31:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:31:32.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:31:32.514Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:32:22.798Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:32:22.799Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:32:22.801Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:32:22.801Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:32:22.805Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:32:22.806Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:32:32.367Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:32:32.386Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:33:22.797Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:33:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:33:22.799Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:33:22.799Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:33:22.800Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:33:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:33:32.369Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:33:32.369Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:34:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:34:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:34:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:34:22.799Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:34:22.800Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:34:22.801Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:34:32.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:34:32.368Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:35:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:35:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:35:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:35:22.799Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:35:22.800Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:35:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:35:32.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:35:32.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:36:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:36:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:36:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:36:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:36:22.799Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:36:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:36:32.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:36:32.355Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:37:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:37:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:37:22.799Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:37:22.799Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:37:22.801Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:37:22.801Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:37:32.362Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:37:32.363Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:38:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:38:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:38:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:38:22.799Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:38:22.801Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:38:22.801Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:38:32.357Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:38:32.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:39:22.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:39:22.799Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:39:22.802Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:39:22.802Z||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-03-28T05:39:22.802Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:39:22.802Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:39:29.215Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-28T05:39:32.368Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:39:32.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:40:22.797Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:40:22.798Z||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-03-28T05:40:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:40:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:40:22.799Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:40:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:40:32.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:40:32.368Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:41:22.797Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:41:22.798Z||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-03-28T05:41:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:41:22.799Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:41:22.799Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:41:22.799Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:41:32.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:41:32.356Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:42:22.797Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:42:22.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:42:22.799Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:42:22.799Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:42:22.799Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:42:22.799Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:42:32.357Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:42:32.358Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:43:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:43:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:43:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:43:22.800Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:43:22.802Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:43:22.802Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:43:32.358Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:43:32.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:44:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:44:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:44:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:44:22.799Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:44:22.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:44:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:44:32.356Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:44:32.364Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:45:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:45:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:45:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:45:22.799Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:45:22.800Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:45:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:45:32.362Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:45:32.364Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:46:22.799Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:46:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:46:22.801Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:46:22.801Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:46:22.802Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:46:22.802Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:46:32.356Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:46:32.368Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:47:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:47:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:47:22.799Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:47:22.799Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:47:22.799Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:47:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:47:32.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:47:32.359Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:48:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:48:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:48:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:48:22.799Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:48:22.799Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:48:22.799Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:48:32.357Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:48:32.357Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:49:22.797Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:49:22.798Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:49:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:49:22.799Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:49:22.800Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:49:22.801Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:49:32.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:49:32.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:50:22.797Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:50:22.797Z||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-03-28T05:50:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:50:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:50:22.800Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:50:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:50:32.358Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:50:32.358Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:51:22.797Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:51:22.798Z||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-03-28T05:51:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:51:22.799Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:51:22.799Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:51:22.799Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:51:32.369Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:51:32.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:52:22.797Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:52:22.798Z||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-03-28T05:52:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:52:22.799Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:52:22.799Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:52:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:52:32.356Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:52:32.364Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:53:22.797Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:53:22.798Z||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-03-28T05:53:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:53:22.799Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:53:22.799Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:53:22.799Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:53:32.356Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:53:32.357Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:54:22.797Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:54:22.799Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:54:22.800Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:54:22.801Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:54:22.801Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:54:22.801Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:54:32.368Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:54:32.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:55:22.797Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:55:22.798Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:55:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:55:22.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:55:22.799Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:55:22.799Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:55:32.355Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:55:32.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:56:22.797Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:56:22.798Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:56:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:56:22.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:56:22.799Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:56:22.799Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:56:32.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:56:32.354Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:57:22.797Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:57:22.798Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:57:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:57:22.799Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:57:22.800Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:57:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:57:32.362Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:57:32.431Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:58:22.797Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:58:22.798Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:58:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:58:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:58:22.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:58:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:58:32.358Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:58:32.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:59:22.797Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:59:22.798Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:59:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:59:22.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T05:59:22.801Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T05:59:22.801Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T05:59:32.359Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T05:59:32.360Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:00:22.797Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:00:22.798Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T06:00:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:00:22.799Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:00:22.800Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T06:00:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:00:22.944Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:00:22.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:22.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "cds",
"timestamp": 1648447196822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:22.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:22.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:22.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447200958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:22.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:22.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:22.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "clamp",
"timestamp": 1648447204666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:22.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:22.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:22.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "policy-id",
"timestamp": 1648447202586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:22.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:22.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:22.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "cds",
"timestamp": 1648447196822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:22.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:22.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:22.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "policy-id",
"timestamp": 1648447202586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:22.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:22.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:22.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "clamp",
"timestamp": 1648447204666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json",
"status": "NOTIFIED"
}
2022-03-28T06:00:22.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:22.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:22.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447200958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json",
"status": "NOTIFIED"
}
2022-03-28T06:00:22.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:22.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:22.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447206512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:22.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:22.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:22.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "cds",
"timestamp": 1648447196822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:22.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:22.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:22.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "policy-id",
"timestamp": 1648447202586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-28T06:00:22.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:22.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:22.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "clamp",
"timestamp": 1648447204666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:22.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:22.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:22.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447200958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-28T06:00:22.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:22.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:22.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447206512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:22.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:22.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:22.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "cds",
"timestamp": 1648447196822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:22.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "clamp",
"timestamp": 1648447204666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:23.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447200958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:23.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "policy-id",
"timestamp": 1648447202586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:23.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447206512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:23.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "cds",
"timestamp": 1648447196822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:23.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "policy-id",
"timestamp": 1648447202586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:23.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "clamp",
"timestamp": 1648447204666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:23.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447200958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-28T06:00:23.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447206512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:23.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "cds",
"timestamp": 1648447196822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:23.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "policy-id",
"timestamp": 1648447202586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:23.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "clamp",
"timestamp": 1648447204666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:23.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447200958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:23.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447206512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:23.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "cds",
"timestamp": 1648447196822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:00:23.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "clamp",
"timestamp": 1648447204666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:00:23.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "policy-id",
"timestamp": 1648447202586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:00:23.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447200958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:00:23.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447206512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:23.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "cds",
"timestamp": 1648447213221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:00:23.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:00:23.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447213345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:00:23.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:00:23.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447206512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:23.016Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:00:23.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "policy-id",
"timestamp": 1648447213255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:00:23.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:00:23.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "cds",
"timestamp": 1648447214245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:00:23.167Z||pool-2-thread-7|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@2cc523a5 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1917) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-28T06:00:23.172Z||pool-2-thread-7|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-28T06:00:23.173Z||pool-2-thread-7|||||ERROR|500||(conn=1917) WSREP has not yet prepared node for application use
2022-03-28T06:00:23.175Z||pool-2-thread-7|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1917) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-28T06:00:23.179Z||pool-2-thread-7|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1917) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-28T06:00:23.190Z||pool-2-thread-7|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-28T06:00:23.191Z||pool-2-thread-7|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 22 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy141.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 25 common frames omitted
2022-03-28T06:00:23.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:00:23.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-28T06:00:23.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c2dcc0a-ccff-4f26-af0c-03980a1a17e3","serviceName":"vFW 2022-03-28 05-57-16","serviceVersion":"1.0","serviceUUID":"63542898-7f41-43e4-b687-9036853a2db6","serviceDescription":"catalog service description","serviceInvariantUUID":"54aedb4d-bc8f-48a3-ac64-d6b64e42dd71","resources":[{"resourceInstanceName":"vFW f2e56ab6-0c8b 0","resourceName":"vFW f2e56ab6-0c8b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"59bdab71-e6a7-4497-8c1e-5baf0438191d","resourceInvariantUUID":"92c9f44c-de9a-4ecb-b4c0-802394001cbe","resourceCustomizationUUID":"ea209d9e-185f-46fc-bbab-6c967c9cb13a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vf-license-model.xml","artifactChecksum":"ZmQwZDY0NmZiYTMxODcyZDU5OTYyM2QyOTk4ODVkNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2f37dae-bf2a-4b6e-bb4d-20c720ed3948","artifactVersion":"1"},{"artifactName":"vfwf2e56ab60c8b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json","artifactChecksum":"MDA5MDc0Yjg1N2U2MDAzMTFmZDc0MzI2MGQ0MjZhNzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eece0d0e-35b7-4329-9f27-5ff378799e64","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cb627894-9735-4683-a520-e940d381b29c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vendor-license-model.xml","artifactChecksum":"NmFiNjRjOGQzYjlkMDYzNDYyZDg2MmNjMWRmNzk5NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c2e569a5-5e58-484f-a03f-94d1d942fcec","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d8bdf1e6-393c-4e7c-b1bc-ddd3000a1cf4","artifactVersion":"2","generatedFromUUID":"cb627894-9735-4683-a520-e940d381b29c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220328055716-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml","artifactChecksum":"MjI5MGM4YWY5ZTc2YmVkNDQ2ZmMzODE4NDZiZWZiYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8baaf2a1-09f1-4abc-b1d2-e0bf6b5a7c97","artifactVersion":"1"},{"artifactName":"service-Vfw20220328055716-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar","artifactChecksum":"NmY1NTY5ZGFlYmYxZmM0YTUxNDc1MDliNzM3NTJhMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5be03a6-92d0-4841-a26f-11b5e2869abe","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-28T06:00:23.448Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:00:23.458Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:00:23.473Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:00:23.473Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:23.573Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-28T06:00:23.579Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:00:23.579Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:00:23.595Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:00:23.597Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:00:24.482Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:00:24.482Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:00:24.485Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:00:24.485Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json",
"status": "NOTIFIED"
}
2022-03-28T06:00:24.585Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:00:24.587Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:00:24.587Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:00:24.601Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:00:24.603Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:00:25.486Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:00:25.487Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:00:25.489Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:00:25.489Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-28T06:00:25.590Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-28T06:00:25.591Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:00:25.591Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:00:25.608Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:00:25.609Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-28T06:00:26.491Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:00:26.492Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:00:26.495Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:00:26.495Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:26.595Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:00:26.598Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:00:26.598Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:00:26.612Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:00:26.613Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:00:27.495Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:00:27.497Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:00:27.499Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:00:27.500Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-28T06:00:27.600Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:00:27.602Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:00:27.602Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:00:27.620Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:00:27.621Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:00:28.500Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:00:28.501Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:00:28.504Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:00:28.504Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:28.604Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:00:28.605Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:00:28.605Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:00:28.628Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:00:28.629Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:00:29.505Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:00:29.506Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:00:29.508Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:00:29.509Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:00:29.609Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:00:29.611Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:00:29.611Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:00:29.648Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:00:29.649Z||pool-9-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:00:30.511Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"serviceName": "vFW 2022-03-28 05-57-16",
"serviceVersion": "1.0",
"serviceUUID": "63542898-7f41-43e4-b687-9036853a2db6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "54aedb4d-bc8f-48a3-ac64-d6b64e42dd71",
"resources": [
{
"resourceInstanceName": "vFW f2e56ab6-0c8b 0",
"resourceCustomizationUUID": "ea209d9e-185f-46fc-bbab-6c967c9cb13a",
"resourceName": "vFW f2e56ab6-0c8b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "59bdab71-e6a7-4497-8c1e-5baf0438191d",
"resourceInvariantUUID": "92c9f44c-de9a-4ecb-b4c0-802394001cbe",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf2e56ab60c8b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json",
"artifactChecksum": "MDA5MDc0Yjg1N2U2MDAzMTFmZDc0MzI2MGQ0MjZhNzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eece0d0e-35b7-4329-9f27-5ff378799e64",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cb627894-9735-4683-a520-e940d381b29c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d8bdf1e6-393c-4e7c-b1bc-ddd3000a1cf4",
"generatedFromUUID": "cb627894-9735-4683-a520-e940d381b29c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d8bdf1e6-393c-4e7c-b1bc-ddd3000a1cf4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220328055716-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"artifactChecksum": "NmY1NTY5ZGFlYmYxZmM0YTUxNDc1MDliNzM3NTJhMzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a5be03a6-92d0-4841-a26f-11b5e2869abe"
}
],
"workloadContext": "Production"
}
2022-03-28T06:00:30.513Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-28T06:00:30.514Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 63542898-7f41-43e4-b687-9036853a2db6 ASDC
2022-03-28T06:00:30.653Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5c2dcc0a-ccff-4f26-af0c-03980a1a17e3
ServiceName:vFW 2022-03-28 05-57-16
ServiceVersion:1.0
ServiceUUID:63542898-7f41-43e4-b687-9036853a2db6
ServiceInvariantUUID:54aedb4d-bc8f-48a3-ac64-d6b64e42dd71
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220328055716-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar
ArtifactUUID:a5be03a6-92d0-4841-a26f-11b5e2869abe
ArtifactChecksum:NmY1NTY5ZGFlYmYxZmM0YTUxNDc1MDliNzM3NTJhMzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f2e56ab6-0c8b 0
ResourceCustomizationUUID:ea209d9e-185f-46fc-bbab-6c967c9cb13a
ResourceInvariantUUID:92c9f44c-de9a-4ecb-b4c0-802394001cbe
ResourceName:vFW f2e56ab6-0c8b
ResourceType:VF
ResourceUUID:59bdab71-e6a7-4497-8c1e-5baf0438191d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf2e56ab60c8b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json
ArtifactUUID:eece0d0e-35b7-4329-9f27-5ff378799e64
ArtifactChecksum:MDA5MDc0Yjg1N2U2MDAzMTFmZDc0MzI2MGQ0MjZhNzg=
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/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml
ArtifactUUID:cb627894-9735-4683-a520-e940d381b29c
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/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env
ArtifactUUID:d8bdf1e6-393c-4e7c-b1bc-ddd3000a1cf4
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/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env
ArtifactUUID:d8bdf1e6-393c-4e7c-b1bc-ddd3000a1cf4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-28T06:00:30.655Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 63542898-7f41-43e4-b687-9036853a2db6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:00:30.851Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-28T06:00:30.853Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-28T06:00:30.855Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-28T06:00:30.855Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a5be03a6-92d0-4841-a26f-11b5e2869abe from URL: /sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:30.855Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-28T06:00:30.857Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:31.086Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-28T06:00:31.110Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar a5be03a6-92d0-4841-a26f-11b5e2869abe 99026
2022-03-28T06:00:31.112Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar ASDC sendASDCNotification
2022-03-28T06:00:31.113Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:31.114Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T06:00:31.115Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:00:31.117Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:00:31.117Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447231111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:00:31.217Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:00:31.219Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:00:31.219Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:00:31.244Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:00:31.245Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-28T06:00:32.118Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-28T06:00:32.119Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-28T06:00:32.120Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a5be03a6-92d0-4841-a26f-11b5e2869abe, URL: /sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar to file: /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:32.121Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220328055716-csar.csar
2022-03-28T06:00:32.257Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:32.257Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:32.969Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6719071424200397303/Definitions/service-Vfw20220328055716-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-28T06:00:35.990Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-28T06:00:35.996Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-28T06:00:35.996Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:35.996Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-28T06:00:35.997Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:35.997Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:35.997Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:35.998Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:35.998Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:35.998Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:35.998Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f2e56ab6-0c8b 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:35.998Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:35.999Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:35.999Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:35.999Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:35.999Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:36.000Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar
2022-03-28T06:00:36.000Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-28T06:00:36.009Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:00:36.011Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-28 05-57-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:00:36.016Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is matching search criteria
2022-03-28T06:00:36.017Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-28T06:00:36.020Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f2e56ab6-0c8b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-28T06:00:36.023Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:00:36.023Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-28 05-57-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:00:36.024Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is matching search criteria
2022-03-28T06:00:36.024Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-28T06:00:36.024Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f2e56ab6-0c8b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-28T06:00:36.025Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:00:36.025Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-28 05-57-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:00:36.029Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:00:36.030Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is not matching search criteria
2022-03-28T06:00:36.030Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T06:00:36.030Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T06:00:36.031Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-28T06:00:36.031Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:00:36.031Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-28T06:00:36.031Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-28T06:00:36.032Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:00:36.032Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-28T06:00:36.032Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-28T06:00:36.032Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:00:36.033Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-28T06:00:36.033Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-28T06:00:36.033Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-28T06:00:36.033Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-28T06:00:36.034Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:00:36.034Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-28T06:00:36.034Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:00:36.035Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-28 05-57-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-28T06:00:36.037Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:00:36.037Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is matching search criteria
2022-03-28T06:00:36.037Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f2e56ab6-0c8b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:00:36.038Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:00:36.038Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is matching search criteria
2022-03-28T06:00:36.039Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f2e56ab6-0c8b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:00:36.039Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:00:36.039Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is matching search criteria
2022-03-28T06:00:36.040Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f2e56ab6-0c8b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:00:36.040Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:00:36.041Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is not matching search criteria
2022-03-28T06:00:36.041Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T06:00:36.041Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T06:00:36.041Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-28T06:00:36.042Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-28T06:00:36.042Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-28T06:00:36.042Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:00:36.042Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-28T06:00:36.043Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-28T06:00:36.043Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-28T06:00:36.043Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-28T06:00:36.044Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:00:36.044Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=20b65745-4d31-4e52-b226-7748dcb88e89
2022-03-28T06:00:36.044Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:00:36.045Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is not matching search criteria
2022-03-28T06:00:36.045Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T06:00:36.045Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T06:00:36.045Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-28T06:00:36.046Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:00:36.046Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-28T06:00:36.046Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-28T06:00:36.047Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:00:36.047Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-28T06:00:36.047Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-28T06:00:36.047Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-28T06:00:36.048Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-28T06:00:36.048Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:00:36.048Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c4af41c3-1ba7-439e-965b-57e6a349cf8b
2022-03-28T06:00:36.049Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:00:36.049Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is not matching search criteria
2022-03-28T06:00:36.049Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T06:00:36.050Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T06:00:36.050Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-28T06:00:36.050Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:00:36.051Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-28T06:00:36.051Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-28T06:00:36.051Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:00:36.051Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-28T06:00:36.052Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-28T06:00:36.052Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:00:36.052Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-28T06:00:36.052Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-28T06:00:36.053Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=29a3f4d0-d58d-4918-a12f-b5eee796de57
2022-03-28T06:00:36.053Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:00:36.054Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-28 05-57-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:00:36.054Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:00:36.054Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-28 05-57-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:00:36.054Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:00:36.055Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-28 05-57-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:00:36.055Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:00:36.055Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-28 05-57-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:00:36.055Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-28 05-57-16
Description:catalog service description
Model UUID:63542898-7f41-43e4-b687-9036853a2db6
Model Version:NULL
Model InvariantUuid:54aedb4d-bc8f-48a3-ac64-d6b64e42dd71
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f2e56ab6-0c8b
Model UUID:34553c16-cfd3-4d23-b050-d986a52bc279
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:92c9f44c-de9a-4ecb-b4c0-802394001cbe
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ea209d9e-185f-46fc-bbab-6c967c9cb13a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dc319532-5481-49e8-abc8-8e81bdb2386d
ModelName:VfwF2e56ab60c8b..base_vfw..module-0
ModelUuid:cf9240f9-4774-4e79-8989-1a4dbec0b777
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:20b65745-4d31-4e52-b226-7748dcb88e89
ModelInvariantUuid:b2016021-59a9-4b1c-95f6-6f2bb0e189fb
ModelName:vFW f2e56ab6-0c8b-nodes.vfwCvfc
ModelUuid:4b8c7db1-33b2-4c3f-890b-b3e349d75989
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:64cae215-352e-41bf-837f-b899d3d43814
ModelInvariantUuid:3feef607-0971-44a7-99c1-d7e8ff9b5095
ModelName:VfwF2e56ab60c8b.compute.nodes.heat.vfw
ModelUuid:b6e1ce15-de04-4e24-8721-7773a509cd2d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c4af41c3-1ba7-439e-965b-57e6a349cf8b
ModelInvariantUuid:26da1995-139e-49c1-978f-b845220d1476
ModelName:vFW f2e56ab6-0c8b-nodes.vsnCvfc
ModelUuid:3554fb4f-290c-4df3-b340-b55f0b620e31
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3f12adbf-ffb7-4376-8250-c2f94fe8139d
ModelInvariantUuid:ecc79941-2fa0-4f41-aeea-a4d0c8657309
ModelName:VfwF2e56ab60c8b.compute.nodes.heat.vsn
ModelUuid:6aa517ea-f8ca-4e1d-9d68-8da592c8e93d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:29a3f4d0-d58d-4918-a12f-b5eee796de57
ModelInvariantUuid:686198a9-7576-4b76-8d62-c5f34583036a
ModelName:vFW f2e56ab6-0c8b-nodes.vpgCvfc
ModelUuid:fdb36a43-a2d8-4df6-9a8e-f7169da2d3a7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7fbbbc94-93c4-4649-b296-7f008b1a7d47
ModelInvariantUuid:75f1c6f8-a5c5-4ab1-80be-46ecb1b193f6
ModelName:VfwF2e56ab60c8b.compute.nodes.heat.vpg
ModelUuid:86fac30d-0530-4227-9fcb-b8962de47ef2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-28T06:00:36.064Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@6122b73e marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1916) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$873c9ed6.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-28T06:00:36.066Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-28T06:00:36.066Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||ERROR|500||(conn=1916) WSREP has not yet prepared node for application use
2022-03-28T06:00:36.067Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$873c9ed6.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1916) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-28T06:00:36.071Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$873c9ed6.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 49 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1916) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-28T06:00:36.078Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$873c9ed6.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy141.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 33 common frames omitted
2022-03-28T06:00:36.078Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-28T06:00:36.174Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3 and serviceModelVersionId: 63542898-7f41-43e4-b687-9036853a2db6
2022-03-28T06:00:36.175Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54aedb4d-bc8f-48a3-ac64-d6b64e42dd71
2022-03-28T06:00:53.045Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?depth=0
2022-03-28T06:00:53.187Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-28T06:00:53.793Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?depth=0|INFO|500||Invoke
2022-03-28T06:00:53.803Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5c2dcc0a-ccff-4f26-af0c-03980a1a17e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[78316bca-1f4c-477e-a0f6-2af14b155acf], X-ECOMP-RequestID=[5c2dcc0a-ccff-4f26-af0c-03980a1a17e3], X-TransactionId=[], X-ONAP-RequestID=[5c2dcc0a-ccff-4f26-af0c-03980a1a17e3], Content-Type=[application/merge-patch+json]}
2022-03-28T06:00:53.962Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-03-28T06:00:55.156Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?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/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220328-06:00:53:632-67427], vertex-id=[421976], Content-Length=[0], Date=[Mon, 28 Mar 2022 06:00:53 GMT], Content-Type=[application/json]}
2022-03-28T06:00:55.158Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-28T06:00:55.160Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?depth=0|INFO|500||InvokeReturn
2022-03-28T06:00:55.163Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-28T06:00:55.164Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-03-28T06:00:55.165Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-28T06:00:55.166Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-28T06:00:55.166Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:00:55.170Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:00:55.170Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447255165,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-28T06:00:55.270Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:00:55.271Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:00:55.272Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:00:55.288Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:00:55.289Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-28T06:00:56.196Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-28T06:00:56.197Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f16726bc-4ce3-4891-a9dc-762ac1fef220","serviceName":"basic_onboard_NYUwmM","serviceVersion":"1.0","serviceUUID":"fcbea566-9693-404c-afcf-b6471bdb4c31","serviceDescription":"service","serviceInvariantUUID":"a6538067-e639-4194-bba3-916f14396821","resources":[{"resourceInstanceName":"basic_onboard_NYUwmM 0","resourceName":"basic_onboard_NYUwmM","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3ff4a3e-f35b-4079-be92-354de44e2e60","resourceInvariantUUID":"1d9f604e-92d7-49fd-9f2b-33a6f1a193ec","resourceCustomizationUUID":"008b8702-cd2f-4a01-a28f-80e19201ba70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vf-license-model.xml","artifactChecksum":"MTY4ZjQxYzg3Y2JhNTRhNjEyNTViZjJjMjNiM2ZhNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6ee2cf2-5905-4746-a4c4-39e3e3200228","artifactVersion":"1"},{"artifactName":"basic_onboard_nyuwmm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json","artifactChecksum":"NmFhZDUwNjhkYjQxMWFlZGU3ODU0YmI5YTA5NGFjM2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2bcdf577-45f5-4081-83dc-2a6b0232a544","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e8a8835c-b4ad-42ee-b4d8-7874f5c7c103","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a5dfeb1-2075-47a1-8be7-6379ceb1e4d6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de","artifactVersion":"2","generatedFromUUID":"e8a8835c-b4ad-42ee-b4d8-7874f5c7c103"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNyuwmm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml","artifactChecksum":"M2ZiMTYzNTgxMmE3ZjM4MWU3MjQ0YWNjZTRiOTJjNzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54000e30-6958-4c54-aba2-a47ed68287be","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNyuwmm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar","artifactChecksum":"OWY1YmJkODAwMjI0OWQ3NzYyNWFlZDczYzVkN2U1YjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1506b26-9d73-438f-b763-a6b0d8a40f6a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-28T06:00:56.197Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:00:56.198Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:00:56.201Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:00:56.201Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:56.301Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:00:56.303Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:00:56.304Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:00:56.317Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:00:56.319Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:00:57.202Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:00:57.203Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:00:57.207Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:00:57.207Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json",
"status": "NOTIFIED"
}
2022-03-28T06:00:57.307Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:00:57.308Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:00:57.309Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:00:57.327Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:00:57.328Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-28T06:00:58.208Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:00:58.209Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:00:58.211Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:00:58.211Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-28T06:00:58.312Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-28T06:00:58.313Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:00:58.313Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:00:58.331Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:00:58.332Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:00:59.212Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:00:59.213Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:00:59.216Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:00:59.216Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:00:59.316Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-28T06:00:59.318Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:00:59.319Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:00:59.338Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:00:59.339Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:01:00.217Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:01:00.219Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:01:00.223Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:01:00.223Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-28T06:01:00.323Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:01:00.328Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:01:00.328Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:01:00.342Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:01:00.344Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:01:01.223Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:01:01.225Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:01:01.227Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:01:01.227Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:01:01.328Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:01:01.329Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:01:01.329Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:01:01.356Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:01:01.356Z||pool-17-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:01:02.228Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:01:02.232Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:01:02.236Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:01:02.236Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:01:02.336Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:01:02.339Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:01:02.339Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:01:02.357Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:01:02.357Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-28T06:01:03.238Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"serviceName": "basic_onboard_NYUwmM",
"serviceVersion": "1.0",
"serviceUUID": "fcbea566-9693-404c-afcf-b6471bdb4c31",
"serviceDescription": "service",
"serviceInvariantUUID": "a6538067-e639-4194-bba3-916f14396821",
"resources": [
{
"resourceInstanceName": "basic_onboard_NYUwmM 0",
"resourceCustomizationUUID": "008b8702-cd2f-4a01-a28f-80e19201ba70",
"resourceName": "basic_onboard_NYUwmM",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e3ff4a3e-f35b-4079-be92-354de44e2e60",
"resourceInvariantUUID": "1d9f604e-92d7-49fd-9f2b-33a6f1a193ec",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nyuwmm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json",
"artifactChecksum": "NmFhZDUwNjhkYjQxMWFlZGU3ODU0YmI5YTA5NGFjM2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2bcdf577-45f5-4081-83dc-2a6b0232a544",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e8a8835c-b4ad-42ee-b4d8-7874f5c7c103",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de",
"generatedFromUUID": "e8a8835c-b4ad-42ee-b4d8-7874f5c7c103"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNyuwmm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"artifactChecksum": "OWY1YmJkODAwMjI0OWQ3NzYyNWFlZDczYzVkN2U1YjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b1506b26-9d73-438f-b763-a6b0d8a40f6a"
}
],
"workloadContext": "Production"
}
2022-03-28T06:01:03.239Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-28T06:01:03.239Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fcbea566-9693-404c-afcf-b6471bdb4c31 ASDC
2022-03-28T06:01:03.240Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f16726bc-4ce3-4891-a9dc-762ac1fef220
ServiceName:basic_onboard_NYUwmM
ServiceVersion:1.0
ServiceUUID:fcbea566-9693-404c-afcf-b6471bdb4c31
ServiceInvariantUUID:a6538067-e639-4194-bba3-916f14396821
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNyuwmm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar
ArtifactUUID:b1506b26-9d73-438f-b763-a6b0d8a40f6a
ArtifactChecksum:OWY1YmJkODAwMjI0OWQ3NzYyNWFlZDczYzVkN2U1YjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NYUwmM 0
ResourceCustomizationUUID:008b8702-cd2f-4a01-a28f-80e19201ba70
ResourceInvariantUUID:1d9f604e-92d7-49fd-9f2b-33a6f1a193ec
ResourceName:basic_onboard_NYUwmM
ResourceType:VF
ResourceUUID:e3ff4a3e-f35b-4079-be92-354de44e2e60
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nyuwmm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json
ArtifactUUID:2bcdf577-45f5-4081-83dc-2a6b0232a544
ArtifactChecksum:NmFhZDUwNjhkYjQxMWFlZGU3ODU0YmI5YTA5NGFjM2Q=
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/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e8a8835c-b4ad-42ee-b4d8-7874f5c7c103
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/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env
ArtifactUUID:ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de
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/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env
ArtifactUUID:ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-28T06:01:03.240Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fcbea566-9693-404c-afcf-b6471bdb4c31 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:01:03.281Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-28T06:01:03.282Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-28T06:01:03.282Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-28T06:01:03.283Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b1506b26-9d73-438f-b763-a6b0d8a40f6a from URL: /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:03.283Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-28T06:01:03.283Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:03.391Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-28T06:01:03.395Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar b1506b26-9d73-438f-b763-a6b0d8a40f6a 71588
2022-03-28T06:01:03.395Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar ASDC sendASDCNotification
2022-03-28T06:01:03.396Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:03.396Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T06:01:03.396Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:01:03.398Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:01:03.398Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447263395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:01:03.499Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:01:03.500Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:01:03.501Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:01:03.515Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:01:03.517Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:01:04.399Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-28T06:01:04.401Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-28T06:01:04.401Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b1506b26-9d73-438f-b763-a6b0d8a40f6a, URL: /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar to file: /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:04.402Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:04.402Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:04.403Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:04.549Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14069182831846240616/Definitions/service-BasicOnboardNyuwmm-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-28T06:01:05.856Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-28T06:01:05.857Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-28T06:01:05.857Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:05.857Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-28T06:01:05.857Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:05.857Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:05.858Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:05.858Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:05.858Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:05.858Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:05.858Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:05.858Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NYUwmM 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:05.858Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:05.858Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-28T06:01:05.859Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:05.859Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:01:05.859Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria
2022-03-28T06:01:05.859Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-28T06:01:05.860Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-28T06:01:05.860Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:05.860Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:01:05.860Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria
2022-03-28T06:01:05.860Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-28T06:01:05.860Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-28T06:01:05.861Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:05.861Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:01:05.861Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:05.861Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is not matching search criteria
2022-03-28T06:01:05.861Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-28T06:01:05.862Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-28T06:01:05.862Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-28T06:01:05.862Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-28T06:01:05.862Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-28T06:01:05.862Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:05.863Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-28T06:01:05.863Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:05.863Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria
2022-03-28T06:01:05.863Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:01:05.863Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:05.864Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria
2022-03-28T06:01:05.864Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:01:05.864Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:05.864Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria
2022-03-28T06:01:05.864Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:01:05.864Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:05.865Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is not matching search criteria
2022-03-28T06:01:05.865Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-28T06:01:05.865Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-28T06:01:05.865Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9c1541a1-b66a-4c71-b4cd-05a64c1a6f4a
2022-03-28T06:01:05.865Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:05.865Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:01:05.866Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:05.866Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:01:05.866Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:05.866Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:01:05.866Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:05.867Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:01:05.867Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_NYUwmM
Description:service
Model UUID:fcbea566-9693-404c-afcf-b6471bdb4c31
Model Version:NULL
Model InvariantUuid:a6538067-e639-4194-bba3-916f14396821
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_NYUwmM
Model UUID:128845c0-ec17-4b2b-bd04-93c35ab60df8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1d9f604e-92d7-49fd-9f2b-33a6f1a193ec
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:008b8702-cd2f-4a01-a28f-80e19201ba70
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9455d7e9-cd66-4eca-8ae6-9e2490e91b43
ModelName:BasicOnboardNyuwmm..base_ubuntu18..module-0
ModelUuid:a10726c4-c1b8-4911-a201-5381332c6be3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9c1541a1-b66a-4c71-b4cd-05a64c1a6f4a
ModelInvariantUuid:53ee8910-e17c-46e2-a378-7bae5ca97679
ModelName:basic_onboard_NYUwmM-nodes.ubuntu18Cvfc
ModelUuid:9628d574-b402-4dc1-b42d-0f674d11e22f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:a4150c34-941e-4be6-a290-b8fe5b549c36
ModelInvariantUuid:67074926-9ceb-4bae-b821-77658e76c8d2
ModelName:BasicOnboardNyuwmm.compute.nodes.heat.ubuntu18
ModelUuid:2245aed5-8fca-4466-a42a-82823e138f2a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-28T06:01:05.888Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: e3ff4a3e-f35b-4079-be92-354de44e2e60
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T06:01:05.909Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||basic_onboard_NYUwmM 0
2022-03-28T06:01:05.917Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e3ff4a3e-f35b-4079-be92-354de44e2e60
2022-03-28T06:01:05.917Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2bcdf577-45f5-4081-83dc-2a6b0232a544 from URL: /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json
2022-03-28T06:01:05.917Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-28T06:01:05.918Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json
2022-03-28T06:01:05.974Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-28T06:01:05.974Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json 2bcdf577-45f5-4081-83dc-2a6b0232a544 798
2022-03-28T06:01:05.975Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json ASDC sendASDCNotification
2022-03-28T06:01:05.975Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json
2022-03-28T06:01:05.975Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T06:01:05.975Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:01:05.978Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:01:05.978Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447265975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:01:06.078Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:01:06.079Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:01:06.079Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:01:06.108Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:01:06.109Z||pool-20-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:01:06.979Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNyuwmm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9455d7e9-cd66-4eca-8ae6-9e2490e91b43",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a10726c4-c1b8-4911-a201-5381332c6be3",
"vfModuleModelCustomizationUUID": "7045e246-6e47-442a-90cd-88628b6a6237",
"isBase": true,
"artifacts": [
"e8a8835c-b4ad-42ee-b4d8-7874f5c7c103",
"ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-28T06:01:06.997Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNyuwmm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a10726c4-c1b8-4911-a201-5381332c6be3
VfModuleModelInvariantUUID:9455d7e9-cd66-4eca-8ae6-9e2490e91b43
VfModuleModelDescription:NULL
Artifacts UUID List:{
e8a8835c-b4ad-42ee-b4d8-7874f5c7c103
,
ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-28T06:01:07.000Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNyuwmm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9455d7e9-cd66-4eca-8ae6-9e2490e91b43",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a10726c4-c1b8-4911-a201-5381332c6be3",
"vfModuleModelCustomizationUUID": "7045e246-6e47-442a-90cd-88628b6a6237",
"isBase": true,
"artifacts": [
"e8a8835c-b4ad-42ee-b4d8-7874f5c7c103",
"ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-28T06:01:07.000Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNyuwmm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a10726c4-c1b8-4911-a201-5381332c6be3
VfModuleModelInvariantUUID:9455d7e9-cd66-4eca-8ae6-9e2490e91b43
VfModuleModelDescription:NULL
Artifacts UUID List:{
e8a8835c-b4ad-42ee-b4d8-7874f5c7c103
,
ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-28T06:01:07.000Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e8a8835c-b4ad-42ee-b4d8-7874f5c7c103 from URL: /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml
2022-03-28T06:01:07.001Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-28T06:01:07.001Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml
2022-03-28T06:01:07.053Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-28T06:01:07.054Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml e8a8835c-b4ad-42ee-b4d8-7874f5c7c103 5033
2022-03-28T06:01:07.054Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-28T06:01:07.054Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml
2022-03-28T06:01:07.055Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T06:01:07.055Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:01:07.057Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:01:07.057Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447267054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:01:07.158Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:01:07.159Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:01:07.159Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:01:07.173Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:01:07.174Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:01:08.059Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de from URL: /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env
2022-03-28T06:01:08.059Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-28T06:01:08.060Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env
2022-03-28T06:01:08.110Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-28T06:01:08.110Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de 909
2022-03-28T06:01:08.111Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-28T06:01:08.111Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env
2022-03-28T06:01:08.111Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T06:01:08.111Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:01:08.113Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:01:08.113Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447268110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:01:08.214Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-28T06:01:08.215Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:01:08.215Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:01:08.232Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:01:08.233Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:01:09.115Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fcbea566-9693-404c-afcf-b6471bdb4c31
2022-03-28T06:01:09.116Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NYUwmM 0 e3ff4a3e-f35b-4079-be92-354de44e2e60 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T06:01:09.158Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d373328, org.onap.sdc.toscaparser.api.parameters.Input@6b3ef82d, org.onap.sdc.toscaparser.api.parameters.Input@17578d00, org.onap.sdc.toscaparser.api.parameters.Input@5364b965, org.onap.sdc.toscaparser.api.parameters.Input@47de7e52]
2022-03-28T06:01:09.164Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:09.164Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:01:09.165Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-28T06:01:09.165Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 008b8702-cd2f-4a01-a28f-80e19201ba70
2022-03-28T06:01:09.165Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 008b8702-cd2f-4a01-a28f-80e19201ba70 matches Tosca VF Customization UUID: 008b8702-cd2f-4a01-a28f-80e19201ba70
2022-03-28T06:01:09.165Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 008b8702-cd2f-4a01-a28f-80e19201ba70 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-28T06:01:09.175Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:09.176Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:01:09.177Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 008b8702-cd2f-4a01-a28f-80e19201ba70: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-28T06:01:09.178Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4383760e
2022-03-28T06:01:09.178Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:09.178Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-28T06:01:09.179Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7045e246-6e47-442a-90cd-88628b6a6237
2022-03-28T06:01:09.180Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7045e246-6e47-442a-90cd-88628b6a6237
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-28T06:01:09.190Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:09.191Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria
2022-03-28T06:01:09.191Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:01:09.192Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:09.193Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria
2022-03-28T06:01:09.193Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:01:09.193Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:09.194Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is not matching search criteria
2022-03-28T06:01:09.194Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-28T06:01:09.194Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-28T06:01:09.195Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9c1541a1-b66a-4c71-b4cd-05a64c1a6f4a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-28T06:01:09.204Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:09.204Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria
2022-03-28T06:01:09.205Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:01:09.205Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:09.206Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria
2022-03-28T06:01:09.206Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0] matching following query criteria: sdcType=VF, customizationUUID=008b8702-cd2f-4a01-a28f-80e19201ba70
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T06:01:09.209Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:09.209Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:01:09.210Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fcbea566-9693-404c-afcf-b6471bdb4c31: basic_onboard_NYUwmM
2022-03-28T06:01:09.210Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:09.210Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:01:09.211Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:09.211Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:01:09.212Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:09.212Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:01:09.212Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:09.213Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:01:09.213Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:01:09.213Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:01:09.213Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_NYUwmM
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:01:09.437Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NYUwmM e3ff4a3e-f35b-4079-be92-354de44e2e60 1 ASDC deployResourceStructure
2022-03-28T06:01:09.438Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json ASDC sendASDCNotification
2022-03-28T06:01:09.438Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json
2022-03-28T06:01:09.438Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T06:01:09.439Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:01:09.442Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:01:09.442Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447269438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-28T06:01:09.542Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:01:09.543Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:01:09.543Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:01:09.571Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:01:09.572Z||pool-23-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:01:10.443Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-28T06:01:10.443Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml
2022-03-28T06:01:10.443Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T06:01:10.443Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:01:10.446Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:01:10.446Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447270443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-28T06:01:10.546Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:01:10.548Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:01:10.548Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:01:10.561Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:01:10.562Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:01:11.448Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-28T06:01:11.448Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env
2022-03-28T06:01:11.448Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T06:01:11.449Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:01:11.451Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:01:11.451Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447271448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-28T06:01:11.552Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:01:11.553Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:01:11.553Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:01:11.565Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:01:11.566Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:01:12.453Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar ASDC sendASDCNotification
2022-03-28T06:01:12.453Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar
2022-03-28T06:01:12.454Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T06:01:12.454Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:01:12.457Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:01:12.457Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447272453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T06:01:12.557Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-28T06:01:12.559Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:01:12.559Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:01:12.573Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:01:12.573Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-28T06:01:13.459Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:01:13.481Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:01:13.484Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T06:01:13.485Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T06:01:13.485Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T06:01:22.799Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:01:22.800Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T06:01:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:01:22.823Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:01:22.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-28T06:01:22.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447218137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:01:22.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-28T06:01:43.486Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:01:43.500Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:01:43.503Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T06:01:43.503Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T06:01:43.503Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T06:02:13.503Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:02:13.517Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:02:13.524Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T06:02:13.525Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T06:02:13.526Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T06:02:22.800Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:02:22.801Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T06:02:22.801Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:02:22.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:02:22.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:02:22.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "cds",
"timestamp": 1648447215250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:02:22.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:02:43.529Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:02:43.545Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:02:43.548Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T06:02:43.548Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T06:02:43.548Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T06:03:13.549Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:03:13.568Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:03:13.572Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T06:03:13.572Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T06:03:13.572Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T06:03:22.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:03:22.800Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T06:03:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:03:23.334Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:03:23.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "policy-id",
"timestamp": 1648447222586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447220959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447218137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "cds",
"timestamp": 1648447215250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "policy-id",
"timestamp": 1648447222586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447220959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447218137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "cds",
"timestamp": 1648447215250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "policy-id",
"timestamp": 1648447222586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447220959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447226243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:03:23.349Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "cds",
"timestamp": 1648447215250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "policy-id",
"timestamp": 1648447222586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "clamp",
"timestamp": 1648447225934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:03:23.352Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447220959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447226511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "policy-id",
"timestamp": 1648447222586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447220959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "cds",
"timestamp": 1648447227713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:03:23.356Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447226511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "policy-id",
"timestamp": 1648447222586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "clamp",
"timestamp": 1648447227944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T06:03:23.358Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "cds",
"timestamp": 1648447228724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:03:23.369Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f16726bc-4ce3-4891-a9dc-762ac1fef220
2022-03-28T06:03:23.371Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f16726bc-4ce3-4891-a9dc-762ac1fef220 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:03:23.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447228904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:03:23.383Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447226511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "clamp",
"timestamp": 1648447228950,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:03:23.392Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3
2022-03-28T06:03:23.393Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:03:23.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "policy-id",
"timestamp": 1648447222586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447230217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:03:23.404Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447226511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "policy-id",
"timestamp": 1648447230428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:03:23.405Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447231111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:03:23.406Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447226511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447231600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:03:23.407Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "policy-id",
"timestamp": 1648447231434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T06:03:23.408Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447226511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447232657,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:03:23.417Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f16726bc-4ce3-4891-a9dc-762ac1fef220
2022-03-28T06:03:23.417Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f16726bc-4ce3-4891-a9dc-762ac1fef220 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:03:23.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "policy-id",
"timestamp": 1648447232437,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:03:23.435Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f16726bc-4ce3-4891-a9dc-762ac1fef220
2022-03-28T06:03:23.436Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f16726bc-4ce3-4891-a9dc-762ac1fef220 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-28T06:03:23.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447232858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T06:03:23.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447226511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447233664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-28T06:03:23.447Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447233864,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:03:23.453Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3
2022-03-28T06:03:23.453Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:03:23.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "clamp",
"timestamp": 1648447234666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "clamp",
"timestamp": 1648447234666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "clamp",
"timestamp": 1648447234666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "clamp",
"timestamp": 1648447234666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "aai-ml",
"timestamp": 1648447239453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T06:03:23.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "clamp",
"timestamp": 1648447234666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "aai-ml",
"timestamp": 1648447240461,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:03:23.477Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3
2022-03-28T06:03:23.477Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:03:23.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "clamp",
"timestamp": 1648447234666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "clamp",
"timestamp": 1648447234666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "aai-ml",
"timestamp": 1648447244291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "aai-ml",
"timestamp": 1648447244291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "aai-ml",
"timestamp": 1648447244291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "aai-ml",
"timestamp": 1648447244291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "aai-ml",
"timestamp": 1648447244291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447248139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "aai-ml",
"timestamp": 1648447244291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447248139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "aai-ml",
"timestamp": 1648447244291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447248139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447248139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "aai-ml",
"timestamp": 1648447252724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:03:23.501Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447248139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "clamp",
"timestamp": 1648447252934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:03:23.502Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447248139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447248139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447255165,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-28T06:03:23.504Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "clamp",
"timestamp": 1648447254949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T06:03:23.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447256189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:03:23.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "clamp",
"timestamp": 1648447255954,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:03:23.516Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f16726bc-4ce3-4891-a9dc-762ac1fef220
2022-03-28T06:03:23.516Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f16726bc-4ce3-4891-a9dc-762ac1fef220 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:03:23.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447258801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T06:03:23.528Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447259809,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:03:23.537Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f16726bc-4ce3-4891-a9dc-762ac1fef220
2022-03-28T06:03:23.537Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f16726bc-4ce3-4891-a9dc-762ac1fef220 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:03:23.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:03:23.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "aai-ml",
"timestamp": 1648447261908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T06:03:23.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447222797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:03:23.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-28T06:03:23.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "aai-ml",
"timestamp": 1648447262915,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:03:23.560Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f16726bc-4ce3-4891-a9dc-762ac1fef220
2022-03-28T06:03:23.560Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f16726bc-4ce3-4891-a9dc-762ac1fef220 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:03:23.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447263395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:03:23.572Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447265975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:03:23.573Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447267054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:03:23.574Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447268110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:03:23.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447269438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-28T06:03:23.576Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447270443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-28T06:03:23.577Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447271448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-28T06:03:23.578Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:23.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:03:23.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447272453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T06:03:23.579Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:03:43.573Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:03:43.588Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:03:43.593Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T06:03:43.593Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-28T06:03:43.593Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-28T06:03:43.593Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-28T06:03:43.593Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T06:03:43.593Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T06:03:43.593Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T06:03:43.594Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T06:03:43.594Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T06:03:43.594Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T06:03:43.594Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:03:43.600Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-28T06:04:13.600Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-28T06:04:13.609Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f16726bc-4ce3-4891-a9dc-762ac1fef220 and serviceModelVersionId: fcbea566-9693-404c-afcf-b6471bdb4c31
2022-03-28T06:04:13.610Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6538067-e639-4194-bba3-916f14396821
2022-03-28T06:04:13.611Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6538067-e639-4194-bba3-916f14396821/model-vers/model-ver/fcbea566-9693-404c-afcf-b6471bdb4c31?depth=0
2022-03-28T06:04:13.619Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-28T06:04:13.700Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6538067-e639-4194-bba3-916f14396821/model-vers/model-ver/fcbea566-9693-404c-afcf-b6471bdb4c31?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-28T06:04:13.702Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6538067-e639-4194-bba3-916f14396821/model-vers/model-ver/fcbea566-9693-404c-afcf-b6471bdb4c31?depth=0|INFO|500||Invoke
2022-03-28T06:04:13.731Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6538067-e639-4194-bba3-916f14396821/model-vers/model-ver/fcbea566-9693-404c-afcf-b6471bdb4c31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-28T06:04:14.132Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6538067-e639-4194-bba3-916f14396821/model-vers/model-ver/fcbea566-9693-404c-afcf-b6471bdb4c31?depth=0|INFO|500||InvokeReturn
2022-03-28T06:04:14.132Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6538067-e639-4194-bba3-916f14396821/model-vers/model-ver/fcbea566-9693-404c-afcf-b6471bdb4c31?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220328-06:04:13:394-62089], vertex-id=[184448], Content-Length=[0], Date=[Mon, 28 Mar 2022 06:04:13 GMT], Content-Type=[application/json]}
2022-03-28T06:04:14.132Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-28T06:04:14.133Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-28T06:04:14.133Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T06:04:14.142Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-28T06:04:14.143Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f16726bc-4ce3-4891-a9dc-762ac1fef220 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-28T06:04:14.143Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-28T06:04:14.144Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:04:14.147Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:04:14.147Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447454143,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-28T06:04:14.247Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-28T06:04:14.249Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:04:14.249Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:04:14.275Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:04:14.276Z||pool-27-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-28T06:04:15.164Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:04:15.165Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T06:04:15.165Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:04:22.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:04:22.800Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T06:04:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:04:23.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:04:23.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-28T06:04:23.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447454143,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-28T06:04:23.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:04:25.433Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:04:25.434Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:04:25.435Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T06:04:25.435Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:04:34.992Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:04:34.993Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:04:34.994Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T06:04:34.994Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:04:44.544Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:04:44.545Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:04:44.546Z||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-03-28T06:04:44.546Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:04:54.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:22.797Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:05:22.798Z||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-03-28T06:05:22.798Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:05:22.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T06:05:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:22.937Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:22.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447506511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "aai-ml",
"timestamp": 1648447514291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "cds",
"timestamp": 1648447511826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447506511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "aai-ml",
"timestamp": 1648447514291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "cds",
"timestamp": 1648447511826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447506511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "aai-ml",
"timestamp": 1648447514291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "cds",
"timestamp": 1648447511826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447518137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447506511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "aai-ml",
"timestamp": 1648447514291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "cds",
"timestamp": 1648447511826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447518137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447506511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "aai-ml",
"timestamp": 1648447514291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "cds",
"timestamp": 1648447511826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447518137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "aai-ml",
"timestamp": 1648447514291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447506511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "cds",
"timestamp": 1648447511826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447520958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447518137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "ves-openapi-manager",
"timestamp": 1648447506511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:22.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "aai-ml",
"timestamp": 1648447514291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:05:22.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "cds",
"timestamp": 1648447511826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:05:22.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:22.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:05:22.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447520958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json",
"status": "NOTIFIED"
}
2022-03-28T06:05:22.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:05:23.431Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:23.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-28T06:05:23.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"82d9db8f-be17-4681-a23b-ec78ad8baf72","serviceName":"vFW 2022-03-28 06-03-06","serviceVersion":"1.0","serviceUUID":"26b0a7fb-d54c-443a-891a-6081f5331af3","serviceDescription":"catalog service description","serviceInvariantUUID":"9658a487-6b1c-407d-aff6-8e8850a32c5d","resources":[{"resourceInstanceName":"vFW 925279fa-f067 0","resourceName":"vFW 925279fa-f067","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"21b532a1-9223-42a8-bb70-66e50465b2a9","resourceInvariantUUID":"27a01fac-5eb2-4951-aa15-43b7a49e9aa5","resourceCustomizationUUID":"aea297be-29a9-4b2b-bfe6-139a37b5e67d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml","artifactChecksum":"OTMwOTUwMGU0OTdmZmU3ZGQ1NzAzZjczZjViMjM1NGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a96ae0c0-e0e7-4256-856f-ff7ca2de9c6c","artifactVersion":"1"},{"artifactName":"vfw925279faf0670_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json","artifactChecksum":"M2U1NjBmZjJiYzZmNjY1ZTIyZjdjNWY4YThiZmI2NTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d8ee9ce7-daae-4feb-9865-d058ada25680","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"57c8f323-7602-4f14-90bd-2a8d73c7e12e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml","artifactChecksum":"MTMzZGMwODNkNjE0YjQ2N2I1OWIyMTAxZjJjN2RmYjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f78c0cef-163e-4736-8882-3c14bf44233b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c7321e93-3cfd-406c-a034-edffd0f08425","artifactVersion":"2","generatedFromUUID":"57c8f323-7602-4f14-90bd-2a8d73c7e12e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220328060306-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml","artifactChecksum":"NTg0N2M4MDUzYzU4ODFkNGJmNDk5MTJjMjZiNTZmNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dad544e0-8564-46f1-9354-c3db9ea2adaf","artifactVersion":"1"},{"artifactName":"service-Vfw20220328060306-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar","artifactChecksum":"YjE1MTk1M2UyNmJmZmVlMzU4ZWU1MmE5MzE3NjRlODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39628134-b861-44e7-aa5e-e0e65d34d72a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-28T06:05:23.436Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:05:23.437Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:05:23.440Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:05:23.440Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447522796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:23.540Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:05:23.541Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:05:23.542Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:23.561Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:23.561Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:05:24.441Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:05:24.442Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:05:24.445Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:05:24.445Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447522796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json",
"status": "NOTIFIED"
}
2022-03-28T06:05:24.546Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:05:24.547Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:05:24.547Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:24.562Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:24.562Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:05:25.446Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:05:25.447Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:05:25.450Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:05:25.450Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447522796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-28T06:05:25.551Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:05:25.552Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:05:25.552Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:25.567Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:25.568Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:05:26.451Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:05:26.452Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:05:26.454Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:05:26.454Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447522796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:26.554Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:05:26.555Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:05:26.555Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:26.568Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:26.569Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:05:27.455Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:05:27.456Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:05:27.458Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:05:27.458Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447522796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-28T06:05:27.558Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:05:27.559Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:05:27.560Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:27.575Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:27.576Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:05:28.459Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:05:28.460Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:05:28.462Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:05:28.462Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447522796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:05:28.562Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:05:28.563Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:05:28.564Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:28.578Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:28.579Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:05:29.463Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:05:29.464Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:05:29.468Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:05:29.468Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447522796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:05:29.568Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-28T06:05:29.570Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:05:29.570Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:29.586Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:29.587Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:05:30.470Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"serviceName": "vFW 2022-03-28 06-03-06",
"serviceVersion": "1.0",
"serviceUUID": "26b0a7fb-d54c-443a-891a-6081f5331af3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9658a487-6b1c-407d-aff6-8e8850a32c5d",
"resources": [
{
"resourceInstanceName": "vFW 925279fa-f067 0",
"resourceCustomizationUUID": "aea297be-29a9-4b2b-bfe6-139a37b5e67d",
"resourceName": "vFW 925279fa-f067",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "21b532a1-9223-42a8-bb70-66e50465b2a9",
"resourceInvariantUUID": "27a01fac-5eb2-4951-aa15-43b7a49e9aa5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw925279faf0670_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json",
"artifactChecksum": "M2U1NjBmZjJiYzZmNjY1ZTIyZjdjNWY4YThiZmI2NTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d8ee9ce7-daae-4feb-9865-d058ada25680",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "57c8f323-7602-4f14-90bd-2a8d73c7e12e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c7321e93-3cfd-406c-a034-edffd0f08425",
"generatedFromUUID": "57c8f323-7602-4f14-90bd-2a8d73c7e12e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c7321e93-3cfd-406c-a034-edffd0f08425",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220328060306-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"artifactChecksum": "YjE1MTk1M2UyNmJmZmVlMzU4ZWU1MmE5MzE3NjRlODI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "39628134-b861-44e7-aa5e-e0e65d34d72a"
}
],
"workloadContext": "Production"
}
2022-03-28T06:05:30.471Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-28T06:05:30.471Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 26b0a7fb-d54c-443a-891a-6081f5331af3 ASDC
2022-03-28T06:05:30.471Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:82d9db8f-be17-4681-a23b-ec78ad8baf72
ServiceName:vFW 2022-03-28 06-03-06
ServiceVersion:1.0
ServiceUUID:26b0a7fb-d54c-443a-891a-6081f5331af3
ServiceInvariantUUID:9658a487-6b1c-407d-aff6-8e8850a32c5d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220328060306-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar
ArtifactUUID:39628134-b861-44e7-aa5e-e0e65d34d72a
ArtifactChecksum:YjE1MTk1M2UyNmJmZmVlMzU4ZWU1MmE5MzE3NjRlODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 925279fa-f067 0
ResourceCustomizationUUID:aea297be-29a9-4b2b-bfe6-139a37b5e67d
ResourceInvariantUUID:27a01fac-5eb2-4951-aa15-43b7a49e9aa5
ResourceName:vFW 925279fa-f067
ResourceType:VF
ResourceUUID:21b532a1-9223-42a8-bb70-66e50465b2a9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw925279faf0670_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json
ArtifactUUID:d8ee9ce7-daae-4feb-9865-d058ada25680
ArtifactChecksum:M2U1NjBmZjJiYzZmNjY1ZTIyZjdjNWY4YThiZmI2NTQ=
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/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml
ArtifactUUID:57c8f323-7602-4f14-90bd-2a8d73c7e12e
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/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env
ArtifactUUID:c7321e93-3cfd-406c-a034-edffd0f08425
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/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env
ArtifactUUID:c7321e93-3cfd-406c-a034-edffd0f08425
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-28T06:05:30.472Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26b0a7fb-d54c-443a-891a-6081f5331af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:05:30.510Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-28T06:05:30.511Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-28T06:05:30.511Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-28T06:05:30.511Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 39628134-b861-44e7-aa5e-e0e65d34d72a from URL: /sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:30.511Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-28T06:05:30.512Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:30.822Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-28T06:05:30.827Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar 39628134-b861-44e7-aa5e-e0e65d34d72a 98985
2022-03-28T06:05:30.827Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar ASDC sendASDCNotification
2022-03-28T06:05:30.828Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:30.828Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T06:05:30.828Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:05:30.830Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:05:30.830Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447530827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:05:30.931Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-28T06:05:30.932Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:05:30.932Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:30.948Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:30.949Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:05:31.831Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-28T06:05:31.833Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-28T06:05:31.833Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 39628134-b861-44e7-aa5e-e0e65d34d72a, URL: /sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar to file: /app/ASDC/1/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:31.834Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220328060306-csar.csar
2022-03-28T06:05:31.834Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:31.834Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:32.066Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17060449719436798614/Definitions/service-Vfw20220328060306-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-28T06:05:34.512Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||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-Vfw20220328060306-csar.csar
2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 925279fa-f067 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||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-Vfw20220328060306-csar.csar
2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||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-Vfw20220328060306-csar.csar
2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||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-Vfw20220328060306-csar.csar
2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:34.515Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:05:34.515Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria
2022-03-28T06:05:34.515Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-28T06:05:34.515Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-28T06:05:34.515Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:34.515Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:05:34.516Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria
2022-03-28T06:05:34.516Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-28T06:05:34.516Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-28T06:05:34.516Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:34.516Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:05:34.517Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:34.517Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is not matching search criteria
2022-03-28T06:05:34.517Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T06:05:34.517Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T06:05:34.517Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-28T06:05:34.517Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-28T06:05:34.517Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:05:34.518Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-28T06:05:34.518Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:05:34.518Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-28T06:05:34.518Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-28T06:05:34.518Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:05:34.518Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-28T06:05:34.518Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-28T06:05:34.518Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-28T06:05:34.519Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-28T06:05:34.519Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:05:34.519Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-28T06:05:34.519Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:34.519Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-28T06:05:34.519Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:34.520Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria
2022-03-28T06:05:34.520Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:05:34.520Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:34.520Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria
2022-03-28T06:05:34.520Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:05:34.520Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:34.521Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria
2022-03-28T06:05:34.521Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:05:34.521Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:34.521Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is not matching search criteria
2022-03-28T06:05:34.521Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T06:05:34.521Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T06:05:34.521Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-28T06:05:34.522Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-28T06:05:34.522Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-28T06:05:34.522Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:05:34.522Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-28T06:05:34.522Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-28T06:05:34.522Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-28T06:05:34.522Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-28T06:05:34.522Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:05:34.523Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7aa14e97-9241-4354-95dc-f30def620978
2022-03-28T06:05:34.523Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:34.523Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is not matching search criteria
2022-03-28T06:05:34.523Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T06:05:34.523Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T06:05:34.523Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-28T06:05:34.523Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-28T06:05:34.524Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:05:34.524Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-28T06:05:34.524Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:05:34.524Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-28T06:05:34.524Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-28T06:05:34.524Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-28T06:05:34.525Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-28T06:05:34.525Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:05:34.525Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=14661d2b-a3cd-4bb9-b282-987f21b354ea
2022-03-28T06:05:34.525Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:34.525Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is not matching search criteria
2022-03-28T06:05:34.525Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T06:05:34.525Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T06:05:34.526Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-28T06:05:34.526Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-28T06:05:34.526Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:05:34.526Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-28T06:05:34.526Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:05:34.526Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-28T06:05:34.526Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-28T06:05:34.526Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:05:34.527Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-28T06:05:34.527Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-28T06:05:34.527Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=04f0cef2-05f8-48f7-bf0a-1e9f5a0e2ff0
2022-03-28T06:05:34.527Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:34.527Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:05:34.527Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:34.527Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:05:34.528Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:34.528Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:05:34.528Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:34.528Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:05:34.528Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-28 06-03-06
Description:catalog service description
Model UUID:26b0a7fb-d54c-443a-891a-6081f5331af3
Model Version:NULL
Model InvariantUuid:9658a487-6b1c-407d-aff6-8e8850a32c5d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 925279fa-f067
Model UUID:e1155767-413d-4724-a630-f4b081759ee3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:27a01fac-5eb2-4951-aa15-43b7a49e9aa5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:aea297be-29a9-4b2b-bfe6-139a37b5e67d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f71ac3cf-0bfe-40ff-8985-986d51d5e8e1
ModelName:Vfw925279faF067..base_vfw..module-0
ModelUuid:e3f44406-718b-4db6-bf0a-3a66c6582003
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7aa14e97-9241-4354-95dc-f30def620978
ModelInvariantUuid:a5d8637f-c667-4985-b1f0-59cf8b8a80ff
ModelName:vFW 925279fa-f067-nodes.vfwCvfc
ModelUuid:7aabc377-36e3-4ffa-b73b-9bd36f21516f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e55a9d06-fa47-44ba-9cf8-c97de590ac62
ModelInvariantUuid:f1d38916-efc4-486e-ae10-ea25027b39c3
ModelName:Vfw925279faF067.compute.nodes.heat.vfw
ModelUuid:7d61523e-6ef8-40dc-8294-c625124ebe84
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:14661d2b-a3cd-4bb9-b282-987f21b354ea
ModelInvariantUuid:3e9c2e5e-b00e-478a-9783-bd013f3a0bde
ModelName:vFW 925279fa-f067-nodes.vsnCvfc
ModelUuid:c8a42ce3-8c1e-4b20-ba89-6e00a547e144
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c0d397ef-2c5c-4c1d-a76c-266d1c6a9e8a
ModelInvariantUuid:80d14a70-3938-4f2b-a385-46f637d37a1c
ModelName:Vfw925279faF067.compute.nodes.heat.vsn
ModelUuid:630a3c98-e46b-4e71-84c9-d1b4c8340b88
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:04f0cef2-05f8-48f7-bf0a-1e9f5a0e2ff0
ModelInvariantUuid:a3650f07-db9d-421f-8856-0cc25cac8e69
ModelName:vFW 925279fa-f067-nodes.vpgCvfc
ModelUuid:56f2f915-ea2c-455e-b307-44a06551daea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:508899fe-15f2-41aa-8c81-7637aa774bcf
ModelInvariantUuid:7662c8a6-3ba6-4683-96f2-6bb0ee72df4a
ModelName:Vfw925279faF067.compute.nodes.heat.vpg
ModelUuid:3f43eafe-5250-41b5-82e2-5559c5b0cfa8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-28T06:05:34.537Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 21b532a1-9223-42a8-bb70-66e50465b2a9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T06:05:34.541Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||vFW 925279fa-f067 0
2022-03-28T06:05:34.541Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 21b532a1-9223-42a8-bb70-66e50465b2a9
2022-03-28T06:05:34.541Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d8ee9ce7-daae-4feb-9865-d058ada25680 from URL: /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json
2022-03-28T06:05:34.541Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-28T06:05:34.541Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json
2022-03-28T06:05:34.614Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-28T06:05:34.614Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json d8ee9ce7-daae-4feb-9865-d058ada25680 785
2022-03-28T06:05:34.614Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json ASDC sendASDCNotification
2022-03-28T06:05:34.614Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json
2022-03-28T06:05:34.615Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T06:05:34.615Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:05:34.617Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:05:34.617Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447534614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:05:34.721Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-28T06:05:34.722Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:05:34.723Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:34.743Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:34.743Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-28T06:05:35.618Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw925279faF067..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f71ac3cf-0bfe-40ff-8985-986d51d5e8e1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e3f44406-718b-4db6-bf0a-3a66c6582003",
"vfModuleModelCustomizationUUID": "25657b48-afca-4ba0-a5b4-bfbc1a8719b2",
"isBase": true,
"artifacts": [
"57c8f323-7602-4f14-90bd-2a8d73c7e12e",
"c7321e93-3cfd-406c-a034-edffd0f08425"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-28T06:05:35.623Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw925279faF067..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3f44406-718b-4db6-bf0a-3a66c6582003
VfModuleModelInvariantUUID:f71ac3cf-0bfe-40ff-8985-986d51d5e8e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
57c8f323-7602-4f14-90bd-2a8d73c7e12e
,
c7321e93-3cfd-406c-a034-edffd0f08425
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-28T06:05:35.625Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw925279faF067..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f71ac3cf-0bfe-40ff-8985-986d51d5e8e1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e3f44406-718b-4db6-bf0a-3a66c6582003",
"vfModuleModelCustomizationUUID": "25657b48-afca-4ba0-a5b4-bfbc1a8719b2",
"isBase": true,
"artifacts": [
"57c8f323-7602-4f14-90bd-2a8d73c7e12e",
"c7321e93-3cfd-406c-a034-edffd0f08425"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-28T06:05:35.625Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw925279faF067..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3f44406-718b-4db6-bf0a-3a66c6582003
VfModuleModelInvariantUUID:f71ac3cf-0bfe-40ff-8985-986d51d5e8e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
57c8f323-7602-4f14-90bd-2a8d73c7e12e
,
c7321e93-3cfd-406c-a034-edffd0f08425
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-28T06:05:35.625Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 57c8f323-7602-4f14-90bd-2a8d73c7e12e from URL: /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml
2022-03-28T06:05:35.625Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-28T06:05:35.626Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml
2022-03-28T06:05:35.726Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-28T06:05:35.727Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml 57c8f323-7602-4f14-90bd-2a8d73c7e12e 20368
2022-03-28T06:05:35.728Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-28T06:05:35.728Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml
2022-03-28T06:05:35.728Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T06:05:35.728Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:05:35.730Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:05:35.730Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447535728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:05:35.830Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:05:35.831Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:05:35.832Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:35.850Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:35.851Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:05:36.731Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c7321e93-3cfd-406c-a034-edffd0f08425 from URL: /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env
2022-03-28T06:05:36.731Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-28T06:05:36.732Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env
2022-03-28T06:05:36.802Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-28T06:05:36.802Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env c7321e93-3cfd-406c-a034-edffd0f08425 2098
2022-03-28T06:05:36.803Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-28T06:05:36.803Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env
2022-03-28T06:05:36.803Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T06:05:36.803Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:05:36.805Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:05:36.805Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447536803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:05:36.905Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:05:36.906Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:05:36.907Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:36.922Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:36.922Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:05:37.806Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 26b0a7fb-d54c-443a-891a-6081f5331af3
2022-03-28T06:05:37.806Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 925279fa-f067 0 21b532a1-9223-42a8-bb70-66e50465b2a9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T06:05:37.834Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d5fdaeb, org.onap.sdc.toscaparser.api.parameters.Input@a55fe8e, org.onap.sdc.toscaparser.api.parameters.Input@692a6c25, org.onap.sdc.toscaparser.api.parameters.Input@60951b3c, org.onap.sdc.toscaparser.api.parameters.Input@334e0d47]
2022-03-28T06:05:37.836Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.836Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:05:37.837Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-03-28T06:05:37.837Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= aea297be-29a9-4b2b-bfe6-139a37b5e67d
2022-03-28T06:05:37.837Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aea297be-29a9-4b2b-bfe6-139a37b5e67d matches Tosca VF Customization UUID: aea297be-29a9-4b2b-bfe6-139a37b5e67d
2022-03-28T06:05:37.837Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: aea297be-29a9-4b2b-bfe6-139a37b5e67d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-28T06:05:37.842Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.843Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:05:37.845Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id aea297be-29a9-4b2b-bfe6-139a37b5e67d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-28T06:05:37.845Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64bf9bd6
2022-03-28T06:05:37.845Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.846Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-28T06:05:37.846Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 25657b48-afca-4ba0-a5b4-bfbc1a8719b2
2022-03-28T06:05:37.846Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 25657b48-afca-4ba0-a5b4-bfbc1a8719b2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-28T06:05:37.849Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.849Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria
2022-03-28T06:05:37.850Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:05:37.850Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.850Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria
2022-03-28T06:05:37.851Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:05:37.851Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.851Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is not matching search criteria
2022-03-28T06:05:37.851Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T06:05:37.852Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T06:05:37.852Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-28T06:05:37.852Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-28T06:05:37.852Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-28T06:05:37.853Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:05:37.853Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-28T06:05:37.853Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-28T06:05:37.854Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-28T06:05:37.859Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-28T06:05:37.859Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:05:37.859Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7aa14e97-9241-4354-95dc-f30def620978
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-28T06:05:37.864Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.865Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria
2022-03-28T06:05:37.865Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:05:37.865Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.866Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is not matching search criteria
2022-03-28T06:05:37.866Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T06:05:37.866Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T06:05:37.867Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-28T06:05:37.867Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-28T06:05:37.867Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:05:37.867Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-28T06:05:37.868Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:05:37.868Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-28T06:05:37.868Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-28T06:05:37.869Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-28T06:05:37.869Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-28T06:05:37.869Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:05:37.869Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=14661d2b-a3cd-4bb9-b282-987f21b354ea
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-28T06:05:37.872Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.873Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria
2022-03-28T06:05:37.873Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:05:37.877Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.877Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is not matching search criteria
2022-03-28T06:05:37.878Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T06:05:37.878Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T06:05:37.878Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-28T06:05:37.878Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-28T06:05:37.878Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:05:37.879Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-28T06:05:37.879Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:05:37.879Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-28T06:05:37.879Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-28T06:05:37.880Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:05:37.880Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-28T06:05:37.880Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-28T06:05:37.880Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=04f0cef2-05f8-48f7-bf0a-1e9f5a0e2ff0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-28T06:05:37.886Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.887Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria
2022-03-28T06:05:37.887Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T06:05:37.888Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.888Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria
2022-03-28T06:05:37.889Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=aea297be-29a9-4b2b-bfe6-139a37b5e67d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T06:05:37.891Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.891Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:05:37.891Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 26b0a7fb-d54c-443a-891a-6081f5331af3: vFW 925279fa-f067
2022-03-28T06:05:37.892Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.892Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:05:37.892Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.892Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:05:37.892Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.892Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:05:37.893Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.893Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:05:37.893Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:05:37.893Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:05:37.893Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-03-28 06-03-06
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:05:38.091Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 925279fa-f067 21b532a1-9223-42a8-bb70-66e50465b2a9 1 ASDC deployResourceStructure
2022-03-28T06:05:38.091Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json ASDC sendASDCNotification
2022-03-28T06:05:38.091Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json
2022-03-28T06:05:38.092Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T06:05:38.092Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:05:38.094Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:05:38.094Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447538091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json",
"status": "DEPLOY_OK"
}
2022-03-28T06:05:38.195Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:05:38.195Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:05:38.196Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:38.208Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:38.209Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:05:39.095Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-28T06:05:39.096Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml
2022-03-28T06:05:39.096Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T06:05:39.096Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:05:39.098Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:05:39.099Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447539095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-28T06:05:39.204Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-28T06:05:39.205Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:05:39.205Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:39.244Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:39.245Z||pool-40-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:05:40.100Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-28T06:05:40.100Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env
2022-03-28T06:05:40.100Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T06:05:40.100Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:05:40.102Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:05:40.102Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447540100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-28T06:05:40.203Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-28T06:05:40.204Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:05:40.204Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:40.241Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:40.242Z||pool-41-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:05:41.103Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar ASDC sendASDCNotification
2022-03-28T06:05:41.104Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar
2022-03-28T06:05:41.104Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T06:05:41.105Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:05:41.106Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:05:41.107Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447541103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T06:05:41.207Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:05:41.208Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:05:41.208Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:05:41.237Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:05:41.238Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-28T06:05:42.108Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:05:42.137Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:05:42.140Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T06:05:42.140Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T06:05:42.140Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T06:06:12.141Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:06:12.154Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:06:12.157Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T06:06:12.157Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T06:06:12.157Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T06:06:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:06:22.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T06:06:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:06:22.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:06:22.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:06:22.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447518137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:06:22.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:06:42.157Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:06:42.169Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:06:42.174Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T06:06:42.175Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T06:06:42.175Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T06:07:12.175Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:07:12.188Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:07:12.190Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T06:07:12.191Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T06:07:12.191Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T06:07:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:07:22.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T06:07:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:07:22.831Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:07:22.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:07:22.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "policy-id",
"timestamp": 1648447522586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:07:22.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:07:42.191Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:07:42.210Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:07:42.217Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T06:07:42.221Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T06:07:42.221Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T06:08:12.223Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:08:12.243Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:08:12.246Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T06:08:12.246Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T06:08:12.247Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T06:08:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:08:22.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T06:08:22.800Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:08:23.366Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:08:23.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "cds",
"timestamp": 1648447523427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:08:23.368Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447522796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:08:23.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447520958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-28T06:08:23.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "aai-ml",
"timestamp": 1648447524149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:08:23.369Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447518137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:08:23.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "policy-id",
"timestamp": 1648447522586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:08:23.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "cds",
"timestamp": 1648447524443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:08:23.379Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82d9db8f-be17-4681-a23b-ec78ad8baf72
2022-03-28T06:08:23.380Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d9db8f-be17-4681-a23b-ec78ad8baf72 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:08:23.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447522796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json",
"status": "NOTIFIED"
}
2022-03-28T06:08:23.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447520958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:08:23.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447518137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:08:23.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "policy-id",
"timestamp": 1648447522586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-28T06:08:23.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447522796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-28T06:08:23.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447520958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-28T06:08:23.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447526291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:08:23.395Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "policy-id",
"timestamp": 1648447522586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:08:23.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447522796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:08:23.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447520958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:08:23.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "policy-id",
"timestamp": 1648447522586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:08:23.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447522796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-28T06:08:23.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447520958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:08:23.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "policy-id",
"timestamp": 1648447522586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:08:23.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447522796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:08:23.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447528902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:08:23.399Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "policy-id",
"timestamp": 1648447522586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:08:23.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447522796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:08:23.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447530229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:08:23.401Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447530255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T06:08:23.401Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "policy-id",
"timestamp": 1648447530528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:08:23.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447530827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:08:23.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648447531260,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:08:23.409Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82d9db8f-be17-4681-a23b-ec78ad8baf72
2022-03-28T06:08:23.409Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d9db8f-be17-4681-a23b-ec78ad8baf72 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:08:23.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447531613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:08:23.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "policy-id",
"timestamp": 1648447531534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T06:08:23.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447532659,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:08:23.439Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82d9db8f-be17-4681-a23b-ec78ad8baf72
2022-03-28T06:08:23.439Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d9db8f-be17-4681-a23b-ec78ad8baf72 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:08:23.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "policy-id",
"timestamp": 1648447532536,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:08:23.456Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82d9db8f-be17-4681-a23b-ec78ad8baf72
2022-03-28T06:08:23.456Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d9db8f-be17-4681-a23b-ec78ad8baf72 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-28T06:08:23.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648447533666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json",
"status": "DEPLOY_OK"
}
2022-03-28T06:08:23.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447534614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:08:23.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "aai-ml",
"timestamp": 1648447535718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T06:08:23.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "clamp",
"timestamp": 1648447534665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:08:23.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447535728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:08:23.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "aai-ml",
"timestamp": 1648447536723,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:08:23.472Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82d9db8f-be17-4681-a23b-ec78ad8baf72
2022-03-28T06:08:23.473Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d9db8f-be17-4681-a23b-ec78ad8baf72 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:08:23.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "clamp",
"timestamp": 1648447534665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json",
"status": "NOTIFIED"
}
2022-03-28T06:08:23.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447536803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:08:23.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "clamp",
"timestamp": 1648447534665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:08:23.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447538091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json",
"status": "DEPLOY_OK"
}
2022-03-28T06:08:23.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "clamp",
"timestamp": 1648447534665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:08:23.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447539095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-28T06:08:23.488Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "clamp",
"timestamp": 1648447534665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:08:23.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447540100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-28T06:08:23.489Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "clamp",
"timestamp": 1648447534665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:08:23.489Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447541103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T06:08:23.489Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "clamp",
"timestamp": 1648447534665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:08:23.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T06:08:23.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "clamp",
"timestamp": 1648447555013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:08:23.490Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "clamp",
"timestamp": 1648447557025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T06:08:23.490Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:08:23.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:08:23.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "clamp",
"timestamp": 1648447558030,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:08:23.496Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 82d9db8f-be17-4681-a23b-ec78ad8baf72
2022-03-28T06:08:23.497Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d9db8f-be17-4681-a23b-ec78ad8baf72 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:08:42.247Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:08:42.264Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T06:08:42.269Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T06:08:42.269Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-28T06:08:42.270Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-28T06:08:42.270Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-28T06:08:42.270Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T06:08:42.270Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T06:08:42.270Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T06:08:42.270Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T06:08:42.271Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T06:08:42.271Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T06:08:42.271Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T06:08:42.276Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-28T06:09:12.277Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-28T06:09:12.294Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 and serviceModelVersionId: 26b0a7fb-d54c-443a-891a-6081f5331af3
2022-03-28T06:09:12.295Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9658a487-6b1c-407d-aff6-8e8850a32c5d
2022-03-28T06:09:12.298Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9658a487-6b1c-407d-aff6-8e8850a32c5d/model-vers/model-ver/26b0a7fb-d54c-443a-891a-6081f5331af3?depth=0
2022-03-28T06:09:12.311Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-28T06:09:12.418Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9658a487-6b1c-407d-aff6-8e8850a32c5d/model-vers/model-ver/26b0a7fb-d54c-443a-891a-6081f5331af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-28T06:09:12.420Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9658a487-6b1c-407d-aff6-8e8850a32c5d/model-vers/model-ver/26b0a7fb-d54c-443a-891a-6081f5331af3?depth=0|INFO|500||Invoke
2022-03-28T06:09:12.461Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9658a487-6b1c-407d-aff6-8e8850a32c5d/model-vers/model-ver/26b0a7fb-d54c-443a-891a-6081f5331af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-28T06:09:12.760Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9658a487-6b1c-407d-aff6-8e8850a32c5d/model-vers/model-ver/26b0a7fb-d54c-443a-891a-6081f5331af3?depth=0|INFO|500||InvokeReturn
2022-03-28T06:09:12.761Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9658a487-6b1c-407d-aff6-8e8850a32c5d/model-vers/model-ver/26b0a7fb-d54c-443a-891a-6081f5331af3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220328-06:09:12:129-29306], vertex-id=[397456], Content-Length=[0], Date=[Mon, 28 Mar 2022 06:09:12 GMT], Content-Type=[application/json]}
2022-03-28T06:09:12.764Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-28T06:09:12.765Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-28T06:09:12.765Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T06:09:12.772Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-28T06:09:12.773Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82d9db8f-be17-4681-a23b-ec78ad8baf72 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-28T06:09:12.773Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-28T06:09:12.774Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:09:12.777Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:09:12.777Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447752773,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-28T06:09:12.877Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:09:12.878Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:09:12.878Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:09:12.898Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:09:12.899Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-28T06:09:13.793Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:09:13.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T06:09:13.794Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:09:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:09:22.801Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T06:09:22.801Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:09:23.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:09:23.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T06:09:23.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447752773,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-28T06:09:23.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T06:09:24.062Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:09:24.063Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T06:09:24.063Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T06:09:24.064Z||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 bs4QWdgaHex0rpWY) ...
2022-03-28T06:09:24.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:09:24.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T06:09:24.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"950dda8f-ecb7-4ed3-99aa-4ce46871758f","serviceName":"vFW 2022-03-28 06-07-06","serviceVersion":"1.0","serviceUUID":"ad9f7d9e-2544-4e50-92d7-d92737199459","serviceDescription":"catalog service description","serviceInvariantUUID":"2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d","resources":[{"resourceInstanceName":"vFW eb81121c-a6a4 0","resourceName":"vFW eb81121c-a6a4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3ea049e8-057f-401a-b20a-d265169e18c9","resourceInvariantUUID":"1e1763f2-da02-41db-8a4e-a9c72869d7bd","resourceCustomizationUUID":"5ef1c505-ede3-46c5-b9f0-9e7a1c5af3fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vf-license-model.xml","artifactChecksum":"ZTc2OWU2ZmFmYmE4NTEzZDM0ODcwY2Q2M2Q1MzRkNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a41d324-fa46-4243-8314-c9e671ea75fd","artifactVersion":"1"},{"artifactName":"vfweb81121ca6a40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json","artifactChecksum":"OTc3ZTcwNjMxZjcxZTRmNTdhZTUxZDEwMTU2MjY4ODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29d88a4f-1b46-4703-9c20-c69ae4531136","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6b6eb3c9-b8d7-4298-a500-afcee3d201b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vendor-license-model.xml","artifactChecksum":"ZjY1ZTgyNDIxYzgzNGQxNDAyMzg5NWZhNzczMDViZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7bc5e51d-866c-4200-bf97-6674ddd304a2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7a51f7a5-38a4-4c0e-817a-b5c5b77e33a0","artifactVersion":"2","generatedFromUUID":"6b6eb3c9-b8d7-4298-a500-afcee3d201b6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220328060706-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-template.yml","artifactChecksum":"YmU4MmY2ODM4ODI2N2E3ZTE2N2JmMjhmNDA0YTZkZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"679881b7-72ab-4c7d-865a-de6fb852803a","artifactVersion":"1"},{"artifactName":"service-Vfw20220328060706-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar","artifactChecksum":"ZGFkYzE1NmI1OGNlYTc4YzM4NWZiMmQ2NTI2YWVkMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc12efe0-482d-4a6c-be81-5a53cc0cbe85","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-28T06:09:24.695Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:09:24.696Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:09:24.699Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:09:24.699Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447764063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:09:24.800Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:09:24.801Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:09:24.801Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:09:24.822Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:09:24.823Z||pool-44-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:09:25.700Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:09:25.702Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:09:25.705Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:09:25.705Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447764063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json",
"status": "NOTIFIED"
}
2022-03-28T06:09:25.805Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:09:25.807Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:09:25.807Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:09:25.824Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:09:25.825Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:09:26.706Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:09:26.706Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:09:26.709Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:09:26.709Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447764063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-28T06:09:26.810Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-28T06:09:26.811Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:09:26.811Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:09:26.831Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:09:26.832Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:09:27.710Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:09:27.711Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:09:27.714Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:09:27.715Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447764063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:09:27.815Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:09:27.816Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:09:27.816Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:09:27.848Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:09:27.850Z||pool-47-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:09:28.715Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:09:28.716Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:09:28.719Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:09:28.719Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447764063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-28T06:09:28.819Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:09:28.820Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:09:28.821Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:09:28.851Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:09:28.852Z||pool-48-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:09:29.720Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:09:29.721Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:09:29.724Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:09:29.725Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447764063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T06:09:29.825Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:09:29.826Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:09:29.826Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:09:29.846Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:09:29.847Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-28T06:09:30.725Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T06:09:30.727Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:09:30.730Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:09:30.730Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447764063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T06:09:30.841Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-03-28T06:09:30.842Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:09:30.842Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:09:30.871Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:09:30.871Z||pool-50-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-28T06:09:31.732Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f",
"serviceName": "vFW 2022-03-28 06-07-06",
"serviceVersion": "1.0",
"serviceUUID": "ad9f7d9e-2544-4e50-92d7-d92737199459",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d",
"resources": [
{
"resourceInstanceName": "vFW eb81121c-a6a4 0",
"resourceCustomizationUUID": "5ef1c505-ede3-46c5-b9f0-9e7a1c5af3fa",
"resourceName": "vFW eb81121c-a6a4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3ea049e8-057f-401a-b20a-d265169e18c9",
"resourceInvariantUUID": "1e1763f2-da02-41db-8a4e-a9c72869d7bd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfweb81121ca6a40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json",
"artifactChecksum": "OTc3ZTcwNjMxZjcxZTRmNTdhZTUxZDEwMTU2MjY4ODg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "29d88a4f-1b46-4703-9c20-c69ae4531136",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6b6eb3c9-b8d7-4298-a500-afcee3d201b6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7a51f7a5-38a4-4c0e-817a-b5c5b77e33a0",
"generatedFromUUID": "6b6eb3c9-b8d7-4298-a500-afcee3d201b6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7a51f7a5-38a4-4c0e-817a-b5c5b77e33a0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220328060706-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar",
"artifactChecksum": "ZGFkYzE1NmI1OGNlYTc4YzM4NWZiMmQ2NTI2YWVkMmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fc12efe0-482d-4a6c-be81-5a53cc0cbe85"
}
],
"workloadContext": "Production"
}
2022-03-28T06:09:31.735Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-28T06:09:31.736Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ad9f7d9e-2544-4e50-92d7-d92737199459 ASDC
2022-03-28T06:09:31.737Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:950dda8f-ecb7-4ed3-99aa-4ce46871758f
ServiceName:vFW 2022-03-28 06-07-06
ServiceVersion:1.0
ServiceUUID:ad9f7d9e-2544-4e50-92d7-d92737199459
ServiceInvariantUUID:2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220328060706-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar
ArtifactUUID:fc12efe0-482d-4a6c-be81-5a53cc0cbe85
ArtifactChecksum:ZGFkYzE1NmI1OGNlYTc4YzM4NWZiMmQ2NTI2YWVkMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW eb81121c-a6a4 0
ResourceCustomizationUUID:5ef1c505-ede3-46c5-b9f0-9e7a1c5af3fa
ResourceInvariantUUID:1e1763f2-da02-41db-8a4e-a9c72869d7bd
ResourceName:vFW eb81121c-a6a4
ResourceType:VF
ResourceUUID:3ea049e8-057f-401a-b20a-d265169e18c9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfweb81121ca6a40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json
ArtifactUUID:29d88a4f-1b46-4703-9c20-c69ae4531136
ArtifactChecksum:OTc3ZTcwNjMxZjcxZTRmNTdhZTUxZDEwMTU2MjY4ODg=
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/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml
ArtifactUUID:6b6eb3c9-b8d7-4298-a500-afcee3d201b6
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/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env
ArtifactUUID:7a51f7a5-38a4-4c0e-817a-b5c5b77e33a0
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/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env
ArtifactUUID:7a51f7a5-38a4-4c0e-817a-b5c5b77e33a0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-28T06:09:31.738Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad9f7d9e-2544-4e50-92d7-d92737199459 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T06:09:31.786Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-28T06:09:31.787Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-28T06:09:31.787Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-28T06:09:31.787Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fc12efe0-482d-4a6c-be81-5a53cc0cbe85 from URL: /sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar
2022-03-28T06:09:31.787Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-28T06:09:31.788Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar
2022-03-28T06:09:32.031Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-28T06:09:32.037Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar fc12efe0-482d-4a6c-be81-5a53cc0cbe85 98985
2022-03-28T06:09:32.037Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar ASDC sendASDCNotification
2022-03-28T06:09:32.037Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar
2022-03-28T06:09:32.037Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T06:09:32.038Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-28T06:09:32.040Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T06:09:32.040Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648447772037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T06:09:32.140Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T06:09:32.142Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T06:09:32.142Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ...
2022-03-28T06:09:32.176Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T06:09:32.178Z||pool-51-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-03-28T06:09:33.041Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-28T06:09:33.042Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-28T06:09:33.042Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fc12efe0-482d-4a6c-be81-5a53cc0cbe85, URL: /sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar to file: /app/ASDC/1/service-Vfw20220328060706-csar.csar
2022-03-28T06:09:33.043Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220328060706-csar.csar
2022-03-28T06:09:33.043Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220328060706-csar.csar
2022-03-28T06:09:33.043Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220328060706-csar.csar
2022-03-28T06:09:33.310Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14473809041188352530/Definitions/service-Vfw20220328060706-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-28T06:09:35.732Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-28T06:09:35.733Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-28T06:09:35.733Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar
2022-03-28T06:09:35.734Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-28T06:09:35.734Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar
2022-03-28T06:09:35.734Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar
2022-03-28T06:09:35.734Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||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-Vfw20220328060706-csar.csar
2022-03-28T06:09:35.734Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar
2022-03-28T06:09:35.734Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar
2022-03-28T06:09:35.734Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar
2022-03-28T06:09:35.735Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||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-Vfw20220328060706-csar.csar
2022-03-28T06:09:35.735Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar
2022-03-28T06:09:35.735Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eb81121c-a6a4 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar
2022-03-28T06:09:35.735Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar
2022-03-28T06:09:35.735Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||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-Vfw20220328060706-csar.csar
2022-03-28T06:09:35.735Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar
2022-03-28T06:09:35.735Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||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-Vfw20220328060706-csar.csar
2022-03-28T06:09:35.735Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-28T06:09:35.736Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:09:35.736Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:09:35.736Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is matching search criteria
2022-03-28T06:09:35.736Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-28T06:09:35.737Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eb81121c-a6a4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-28T06:09:35.737Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:09:35.737Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:09:35.737Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is matching search criteria
2022-03-28T06:09:35.737Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-28T06:09:35.737Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eb81121c-a6a4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-28T06:09:35.738Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:09:35.738Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T06:09:35.738Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T06:09:35.738Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is not matching search criteria
2022-03-28T06:09:35.738Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T06:09:35.738Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T06:09:35.739Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-28T06:09:35.739Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-28T06:09:35.739Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:09:35.739Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-28T06:09:35.739Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:09:35.739Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-28T06:09:35.739Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-28T06:09:35.739Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-28T06:09:35.740Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-28T06:09:35.740Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-28T06:09:35.740Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-28T06:09:35.740Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-28T06:09:35.740Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T06:09:35.740Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-28T06:09:35.740Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery