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-02-06T09:47:38.491Z||main|||||INFO|500||The following profiles are active: basic
2022-02-06T09:47:58.125Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-06T09:47:58.126Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-06T09:47:58.357Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-06T09:48:04.593Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-06T09:48:06.265Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-06T09:48:07.514Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-06T09:48:07.528Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-06T09:48:07.837Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-06T09:48:08.322Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-06T09:48:09.674Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-06T09:48:18.290Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-06T09:48:21.875Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-06T09:48:21.964Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-06T09:48:23.074Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-06T09:48:23.425Z||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-02-06T09:48:25.238Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-06T09:48:26.536Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-06T09:48:26.565Z||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$$7b5c92.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-02-06T09:48:26.566Z||main|||||WARN|500||The sdc end point is not alive
2022-02-06T09:48:31.006Z||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-02-06T09:48:34.517Z||main|||||WARN|500||---
2022-02-06T09:48:34.517Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-06T09:48:34.518Z||main|||||WARN|500||---
2022-02-06T09:48:34.967Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-06T09:48:40.611Z||main|||||INFO|500||Started Application in 67.819 seconds (JVM running for 74.209)
2022-02-06T09:48:40.638Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-06T09:48:40.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-06T09:48:40.674Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-06T09:48:40.727Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-06T09:48:40.792Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ed9a272-b164-4750-a851-8da4139e587a url= /sdc/v1/artifactTypes
2022-02-06T09:48:40.793Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-06T09:48:41.068Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-06T09:48:41.097Z||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-02-06T09:48:41.118Z||scheduling-1|||||DEBUG|500||create keys
2022-02-06T09:48:41.126Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-06T09:48:41.494Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:48:41.531Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6a18f669-9baa-4bec-8b76-8af3d439bc05 url= /sdc/v1/registerForDistribution
2022-02-06T09:48:44.804Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6a18f669-9baa-4bec-8b76-8af3d439bc05 url= /sdc/v1/registerForDistribution
2022-02-06T09:48:44.805Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-06T09:48:44.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:48:44.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:48:44.856Z||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-02-06T09:48:44.856Z||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-02-06T09:48:44.856Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:48:44.857Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:48:44.862Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-06T09:49:00.436Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:49:00.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:49:44.834Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:49:44.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:49:44.839Z||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-02-06T09:49:44.840Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:49:44.844Z||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-02-06T09:49:44.844Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:49:54.411Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:49:54.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:50:44.834Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:50:44.836Z||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-02-06T09:50:44.836Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:50:44.840Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:50:44.843Z||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-02-06T09:50:44.843Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:50:54.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:50:54.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:51:44.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:51:44.836Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:51:44.840Z||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-02-06T09:51:44.840Z||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-02-06T09:51:44.840Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:51:44.840Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:51:54.393Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:51:54.394Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:52:44.834Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:52:44.836Z||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-02-06T09:52:44.837Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:52:44.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:52:44.839Z||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-02-06T09:52:44.840Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:52:54.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:52:54.399Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:53:44.834Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:53:44.837Z||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-02-06T09:53:44.837Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:53:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:53:44.838Z||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-02-06T09:53:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:53:54.395Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:53:54.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:54:44.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:54:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:54:44.838Z||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-02-06T09:54:44.839Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:54:44.838Z||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-02-06T09:54:44.840Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:54:54.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:54:54.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:55:44.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:55:44.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:55:44.839Z||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-02-06T09:55:44.840Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:55:44.843Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T09:55:44.843Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T09:55:54.397Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:55:54.401Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:56:44.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:56:44.836Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T09:56:44.836Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T09:56:44.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:56:44.839Z||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-02-06T09:56:44.840Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:56:54.381Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:56:54.389Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:57:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:57:44.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:57:44.838Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T09:57:44.838Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T09:57:44.838Z||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-02-06T09:57:44.839Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:57:54.393Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:57:54.405Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:58:04.470Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-06T09:58:44.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:58:44.835Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T09:58:44.835Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T09:58:44.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:58:44.840Z||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-02-06T09:58:44.840Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:58:54.384Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:58:54.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:59:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:59:44.836Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T09:59:44.836Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T09:59:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T09:59:44.838Z||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-02-06T09:59:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T09:59:54.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T09:59:54.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:00:44.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:00:44.835Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:00:44.835Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:00:44.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:00:44.838Z||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-02-06T10:00:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:00:54.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:00:54.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:01:44.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:01:44.836Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:01:44.837Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:01:44.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:01:44.838Z||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-02-06T10:01:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:01:54.395Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:01:54.400Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:02:44.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:02:44.835Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:02:44.835Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:02:44.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:02:44.840Z||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-02-06T10:02:44.840Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:02:54.384Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:02:54.396Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:03:44.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:03:44.836Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:03:44.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:03:44.842Z||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-02-06T10:03:44.842Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:03:44.842Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:03:54.402Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:03:54.407Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:04:44.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:04:44.837Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:04:44.837Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:04:44.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:04:44.839Z||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-02-06T10:04:44.840Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:04:54.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:04:54.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:05:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:05:44.837Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:05:44.837Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:05:44.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:05:44.838Z||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-02-06T10:05:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:05:54.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:05:54.395Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:06:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:06:44.836Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:06:44.836Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:06:44.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:06:44.838Z||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-02-06T10:06:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:06:54.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:06:54.395Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:07:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:07:44.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:07:44.838Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:07:44.839Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:07:44.839Z||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-02-06T10:07:44.839Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:07:54.390Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:07:54.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:08:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:08:44.835Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:08:44.836Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:08:44.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:08:44.838Z||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-02-06T10:08:44.839Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:08:54.381Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:08:54.394Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:09:44.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:09:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:09:44.838Z||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-02-06T10:09:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:09:44.838Z||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-02-06T10:09:44.839Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:09:54.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:09:54.408Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:10:44.834Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:10:44.835Z||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-02-06T10:10:44.836Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:10:44.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:10:44.838Z||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-02-06T10:10:44.839Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:10:54.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:10:54.381Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:11:44.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:11:44.837Z||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-02-06T10:11:44.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:11:44.837Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:11:44.838Z||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-02-06T10:11:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:11:54.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:11:54.393Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:12:44.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:12:44.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:12:44.837Z||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-02-06T10:12:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:12:44.838Z||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-02-06T10:12:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:12:54.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:12:54.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:13:44.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:13:44.835Z||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-02-06T10:13:44.835Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:13:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:13:44.838Z||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-02-06T10:13:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:13:54.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:13:54.396Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:14:44.834Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:14:44.837Z||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-02-06T10:14:44.837Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:14:44.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:14:44.838Z||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-02-06T10:14:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:14:54.383Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:14:54.389Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:15:44.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:15:44.834Z||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-02-06T10:15:44.835Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:15:44.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:15:44.838Z||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-02-06T10:15:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:15:54.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:15:54.381Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:16:44.834Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:16:44.835Z||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-02-06T10:16:44.836Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:16:44.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:16:44.838Z||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-02-06T10:16:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:16:54.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:16:54.394Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:17:44.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:17:44.835Z||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-02-06T10:17:44.835Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:17:44.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:17:44.840Z||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-02-06T10:17:44.840Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:17:54.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:17:54.384Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:18:44.835Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:18:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:18:44.839Z||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-02-06T10:18:44.839Z||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-02-06T10:18:44.839Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:18:44.839Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:18:54.391Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:18:54.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:19:44.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:19:44.834Z||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-02-06T10:19:44.834Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:19:44.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:19:44.838Z||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-02-06T10:19:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:19:54.379Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:19:54.381Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:20:44.834Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:20:44.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:20:44.837Z||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-02-06T10:20:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:20:44.838Z||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-02-06T10:20:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:20:54.385Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:20:54.392Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:21:44.834Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:21:44.835Z||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-02-06T10:21:44.835Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:21:44.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:21:44.838Z||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-02-06T10:21:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:21:54.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:21:54.382Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:22:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:22:44.836Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:22:44.836Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:22:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:22:44.838Z||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-02-06T10:22:44.839Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:22:54.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:22:54.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:23:44.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:23:44.836Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:23:44.836Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:23:44.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:23:44.838Z||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-02-06T10:23:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:23:54.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:23:54.387Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:24:44.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:24:44.836Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:24:44.837Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:24:44.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:24:44.838Z||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-02-06T10:24:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:24:54.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:24:54.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:25:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:25:44.835Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:25:44.835Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:25:44.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:25:44.839Z||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-02-06T10:25:44.839Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:25:54.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:25:54.393Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:26:44.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:26:44.835Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:26:44.835Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:26:44.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:26:44.838Z||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-02-06T10:26:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:26:54.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:26:54.392Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:27:44.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:27:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:27:44.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:27:44.840Z||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-02-06T10:27:44.840Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:27:44.841Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:27:54.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:27:54.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:28:44.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:28:44.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:28:44.834Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:28:44.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:28:44.838Z||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-02-06T10:28:44.839Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:28:54.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:28:54.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:29:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:29:44.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:29:44.838Z||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-02-06T10:29:44.838Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:29:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:29:44.838Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:29:54.388Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:29:54.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:30:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:30:44.835Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:30:44.836Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:30:44.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:30:44.840Z||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-02-06T10:30:44.841Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:30:54.381Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:30:54.382Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:31:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:31:44.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:31:44.838Z||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-02-06T10:31:44.838Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:31:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:31:44.838Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:31:54.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:31:54.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:32:44.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:32:44.837Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:32:44.837Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:32:44.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:32:44.838Z||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-02-06T10:32:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:32:54.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:32:54.386Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:33:44.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:33:44.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:33:44.838Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:33:44.838Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:33:44.839Z||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-02-06T10:33:44.839Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:33:54.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:33:54.409Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:34:44.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:34:44.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:34:44.842Z||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-02-06T10:34:44.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:34:44.843Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:34:44.843Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:34:54.401Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:34:54.404Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:35:44.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:35:44.835Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:35:44.835Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:35:44.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:35:44.840Z||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-02-06T10:35:44.840Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:35:45.305Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:35:45.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143714288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "cds",
"timestamp": 1644143716090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "policy-id",
"timestamp": 1644143716777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "aai-ml",
"timestamp": 1644143716891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143714288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T10:35:45.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "cds",
"timestamp": 1644143716090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "policy-id",
"timestamp": 1644143716777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "aai-ml",
"timestamp": 1644143716891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "cds",
"timestamp": 1644143716090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143714288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-06T10:35:45.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "policy-id",
"timestamp": 1644143716777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-06T10:35:45.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "aai-ml",
"timestamp": 1644143716891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143714288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "cds",
"timestamp": 1644143716090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "policy-id",
"timestamp": 1644143716777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "aai-ml",
"timestamp": 1644143716891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644143723645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143714288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-06T10:35:45.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "cds",
"timestamp": 1644143716090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "policy-id",
"timestamp": 1644143716777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "aai-ml",
"timestamp": 1644143716891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644143723645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "cds",
"timestamp": 1644143716090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143714288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "policy-id",
"timestamp": 1644143716777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "aai-ml",
"timestamp": 1644143716891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644143723645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "cds",
"timestamp": 1644143716090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:35:45.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143714288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:35:45.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "policy-id",
"timestamp": 1644143716777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:35:45.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "aai-ml",
"timestamp": 1644143716891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:35:45.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644143723645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644143723645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143728772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:35:45.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:35:45.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "policy-id",
"timestamp": 1644143728801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:35:45.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:35:45.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "cds",
"timestamp": 1644143728884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:35:45.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:35:45.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "aai-ml",
"timestamp": 1644143728962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:35:45.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:35:45.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644143723645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:35:45.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "policy-id",
"timestamp": 1644143729811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T10:35:45.377Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:35:45.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "cds",
"timestamp": 1644143729903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-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-02-06T10:35:45.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:35:45.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-06T10:35:45.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"725cb351-43c1-4acf-9f95-795d1b454367","serviceName":"vFW 2022-02-06 10-33-32","serviceVersion":"1.0","serviceUUID":"61d6efa8-5e66-4501-87d2-f467c37f905e","serviceDescription":"catalog service description","serviceInvariantUUID":"f3a94802-798d-4944-903b-dbad059161e6","resources":[{"resourceInstanceName":"vFW 0a5cfa2b-b98f 0","resourceName":"vFW 0a5cfa2b-b98f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df03825a-80f2-49db-9eea-05a1f0dde3af","resourceInvariantUUID":"f5f8b698-3414-4406-b672-20777cc20883","resourceCustomizationUUID":"ad93208d-6366-4028-92fe-a2ae5a3c9a10","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vf-license-model.xml","artifactChecksum":"ZmUxYmQ5ZGZhNDZlZDRiN2ZlOTkyZjIxMDQ1NGFkOTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c331ca2-1783-43c6-9d13-216db2c30e62","artifactVersion":"1"},{"artifactName":"vfw0a5cfa2bb98f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json","artifactChecksum":"NDk4NjhlNWMzOGY2ZmE5YjNiMmFiNTFhZDkzMDA4ZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"16f8e7a1-aef2-4056-926d-da790e32e01b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a4122a2b-2a9c-4052-98c0-ecf49222d133","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vendor-license-model.xml","artifactChecksum":"OGEwZjY4MmFjYzlmYzRiODc1NDk5ZDQ3OTU5NzEyYjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"81174a4b-ea0f-4a97-bdf0-629d993a3ab1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a2aaa333-c7cb-41da-9d48-fa454e3e4199","artifactVersion":"2","generatedFromUUID":"a4122a2b-2a9c-4052-98c0-ecf49222d133"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220206103332-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml","artifactChecksum":"ZjJkMTZiMThiYTA1NDA5N2I2ZmUyMGEyYmU3YzAzNGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76ce298c-541b-472e-930c-4ca5eb3ab022","artifactVersion":"1"},{"artifactName":"service-Vfw20220206103332-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar","artifactChecksum":"YTBiZWE5YTY2Njk2NzMzZWQ3YWZhYzVmNmMxYTk3MDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b7b86a7-6d96-4293-ba20-3dc7f629ffe9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-06T10:35:45.464Z||pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@470e8ef6 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1831) 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-02-06T10:35:45.471Z||pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-06T10:35:45.472Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:35:45.472Z||pool-2-thread-4|||||ERROR|500||(conn=1831) WSREP has not yet prepared node for application use
2022-02-06T10:35:45.475Z||pool-2-thread-4|||||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=1831) 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-02-06T10:35:45.478Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:35:45.478Z||pool-2-thread-4|||||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=1831) 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-02-06T10:35:45.499Z||pool-2-thread-4|||||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-02-06T10:35:45.501Z||pool-2-thread-4|||||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-02-06T10:35:45.505Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:35:45.505Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143744833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:45.605Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-02-06T10:35:45.610Z||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-02-06T10:35:45.610Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:35:45.619Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:35:45.621Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:35:46.515Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:35:46.515Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:35:46.517Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:35:46.518Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143744833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T10:35:46.618Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:35:46.620Z||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-02-06T10:35:46.620Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:35:46.628Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:35:46.629Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:35:47.518Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:35:47.519Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:35:47.522Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:35:47.522Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143744833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-06T10:35:47.622Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T10:35:47.624Z||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-02-06T10:35:47.624Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:35:47.633Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:35:47.633Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:35:48.524Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:35:48.525Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:35:48.528Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:35:48.528Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143744833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:48.628Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:35:48.629Z||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-02-06T10:35:48.629Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:35:48.638Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:35:48.639Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:35:49.529Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:35:49.530Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:35:49.534Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:35:49.535Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143744833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-06T10:35:49.635Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:35:49.636Z||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-02-06T10:35:49.636Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:35:49.645Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:35:49.646Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:35:50.536Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:35:50.537Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:35:50.539Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:35:50.540Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143744833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:35:50.640Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T10:35:50.641Z||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-02-06T10:35:50.641Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:35:50.650Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:35:50.651Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:35:51.540Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:35:51.541Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:35:51.544Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:35:51.544Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143744833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:35:51.644Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T10:35:51.645Z||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-02-06T10:35:51.646Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:35:51.655Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:35:51.656Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:35:52.546Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"serviceName": "vFW 2022-02-06 10-33-32",
"serviceVersion": "1.0",
"serviceUUID": "61d6efa8-5e66-4501-87d2-f467c37f905e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f3a94802-798d-4944-903b-dbad059161e6",
"resources": [
{
"resourceInstanceName": "vFW 0a5cfa2b-b98f 0",
"resourceCustomizationUUID": "ad93208d-6366-4028-92fe-a2ae5a3c9a10",
"resourceName": "vFW 0a5cfa2b-b98f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "df03825a-80f2-49db-9eea-05a1f0dde3af",
"resourceInvariantUUID": "f5f8b698-3414-4406-b672-20777cc20883",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0a5cfa2bb98f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json",
"artifactChecksum": "NDk4NjhlNWMzOGY2ZmE5YjNiMmFiNTFhZDkzMDA4ZGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "16f8e7a1-aef2-4056-926d-da790e32e01b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a4122a2b-2a9c-4052-98c0-ecf49222d133",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a2aaa333-c7cb-41da-9d48-fa454e3e4199",
"generatedFromUUID": "a4122a2b-2a9c-4052-98c0-ecf49222d133"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a2aaa333-c7cb-41da-9d48-fa454e3e4199",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220206103332-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar",
"artifactChecksum": "YTBiZWE5YTY2Njk2NzMzZWQ3YWZhYzVmNmMxYTk3MDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7b7b86a7-6d96-4293-ba20-3dc7f629ffe9"
}
],
"workloadContext": "Production"
}
2022-02-06T10:35:52.548Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-06T10:35:52.549Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 61d6efa8-5e66-4501-87d2-f467c37f905e ASDC
2022-02-06T10:35:52.680Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:725cb351-43c1-4acf-9f95-795d1b454367
ServiceName:vFW 2022-02-06 10-33-32
ServiceVersion:1.0
ServiceUUID:61d6efa8-5e66-4501-87d2-f467c37f905e
ServiceInvariantUUID:f3a94802-798d-4944-903b-dbad059161e6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220206103332-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar
ArtifactUUID:7b7b86a7-6d96-4293-ba20-3dc7f629ffe9
ArtifactChecksum:YTBiZWE5YTY2Njk2NzMzZWQ3YWZhYzVmNmMxYTk3MDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0a5cfa2b-b98f 0
ResourceCustomizationUUID:ad93208d-6366-4028-92fe-a2ae5a3c9a10
ResourceInvariantUUID:f5f8b698-3414-4406-b672-20777cc20883
ResourceName:vFW 0a5cfa2b-b98f
ResourceType:VF
ResourceUUID:df03825a-80f2-49db-9eea-05a1f0dde3af
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0a5cfa2bb98f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json
ArtifactUUID:16f8e7a1-aef2-4056-926d-da790e32e01b
ArtifactChecksum:NDk4NjhlNWMzOGY2ZmE5YjNiMmFiNTFhZDkzMDA4ZGE=
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/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml
ArtifactUUID:a4122a2b-2a9c-4052-98c0-ecf49222d133
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/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env
ArtifactUUID:a2aaa333-c7cb-41da-9d48-fa454e3e4199
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/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env
ArtifactUUID:a2aaa333-c7cb-41da-9d48-fa454e3e4199
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-06T10:35:52.682Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61d6efa8-5e66-4501-87d2-f467c37f905e 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=?
2022-02-06T10:35:52.769Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@41b23333 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1843) 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.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
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.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
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.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
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.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
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$$627f1c97.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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)
... 84 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)
... 85 common frames omitted
2022-02-06T10:35:52.771Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-06T10:35:52.772Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||ERROR|500||(conn=1843) WSREP has not yet prepared node for application use
2022-02-06T10:35:52.773Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||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.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
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.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
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.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
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.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
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$$627f1c97.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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=1843) 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)
... 79 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)
... 84 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)
... 85 common frames omitted
2022-02-06T10:35:52.775Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||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.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181)
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
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.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
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.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
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$$627f1c97.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
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.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
... 48 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1843) 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)
... 79 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)
... 84 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)
... 85 common frames omitted
2022-02-06T10:35:52.781Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||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.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
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$$627f1c97.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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)
... 28 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)
... 31 common frames omitted
2022-02-06T10:35:52.782Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 725cb351-43c1-4acf-9f95-795d1b454367 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-02-06T10:35:52.888Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 725cb351-43c1-4acf-9f95-795d1b454367 and serviceModelVersionId:
2022-02-06T10:35:52.889Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3a94802-798d-4944-903b-dbad059161e6
2022-02-06T10:35:52.890Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||No Service found with serviceModelInvariantUUID: f3a94802-798d-4944-903b-dbad059161e6
2022-02-06T10:35:52.890Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : No Service found with serviceModelInvariantUUID: f3a94802-798d-4944-903b-dbad059161e6
2022-02-06T10:35:52.891Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||ERROR|500||Exception occurred
java.lang.Exception: No Service found with serviceModelInvariantUUID: f3a94802-798d-4944-903b-dbad059161e6
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
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-02-06T10:35:52.891Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: java.lang.Exception: No Service found with serviceModelInvariantUUID: f3a94802-798d-4944-903b-dbad059161e6
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
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.lang.Exception: No Service found with serviceModelInvariantUUID: f3a94802-798d-4944-903b-dbad059161e6
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181)
... 9 common frames omitted
2022-02-06T10:35:52.892Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||Exception caused by: No Service found with serviceModelInvariantUUID: f3a94802-798d-4944-903b-dbad059161e6
2022-02-06T10:35:52.893Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 725cb351-43c1-4acf-9f95-795d1b454367 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-02-06T10:35:52.894Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-06T10:35:52.895Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:35:52.899Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:35:52.899Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143752893,
"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-02-06T10:35:52.998Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-06T10:35:52.999Z||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-02-06T10:35:52.999Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:35:53.008Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:35:53.009Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T10:36:44.835Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:36:44.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:36:44.841Z||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-02-06T10:36:44.841Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:36:44.842Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:36:44.842Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:36:44.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:36:44.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:36:44.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "clamp",
"timestamp": 1644143739494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:36:44.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:36:54.394Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:37:44.834Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:37:44.836Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:37:44.836Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:37:44.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:37:44.838Z||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-02-06T10:37:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:37:44.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:37:44.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:37:44.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "aai-ml",
"timestamp": 1644143745383,
"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-02-06T10:37:44.907Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 725cb351-43c1-4acf-9f95-795d1b454367
2022-02-06T10:37:44.908Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 725cb351-43c1-4acf-9f95-795d1b454367 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-02-06T10:37:54.387Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:38:44.834Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:38:44.837Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:38:44.837Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:38:44.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:38:44.839Z||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-02-06T10:38:44.839Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:38:45.365Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:38:45.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:38:45.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143744833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:38:45.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:38:45.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:38:45.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "clamp",
"timestamp": 1644143739494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:38:45.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:38:45.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:38:45.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143744833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vfw0a5cfa2bb98f0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T10:38:45.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:38:45.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:38:45.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143744833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-06T10:38:45.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:38:45.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:38:45.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143744833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:38:45.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:38:45.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:38:45.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143744833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/resourceInstances/vfw0a5cfa2bb98f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-06T10:38:45.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:38:45.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:38:45.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143744833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:38:45.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:38:45.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:38:45.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143744833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:38:45.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-06T10:38:45.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:38:45.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143752893,
"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-02-06T10:38:45.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:38:45.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:38:45.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "clamp",
"timestamp": 1644143758783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:38:45.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:38:45.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:38:45.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "clamp",
"timestamp": 1644143760794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103332/1.0/artifacts/service-Vfw20220206103332-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T10:38:45.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:38:45.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-06T10:38:45.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "725cb351-43c1-4acf-9f95-795d1b454367",
"consumerID": "clamp",
"timestamp": 1644143761799,
"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-02-06T10:38:45.386Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 725cb351-43c1-4acf-9f95-795d1b454367
2022-02-06T10:38:45.387Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 725cb351-43c1-4acf-9f95-795d1b454367 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-02-06T10:38:54.390Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:39:44.834Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:39:44.836Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:39:44.837Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:39:44.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:39:44.838Z||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-02-06T10:39:44.838Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:39:45.261Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:39:45.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143974288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "cds",
"timestamp": 1644143971090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "ves-openapi-manager",
"timestamp": 1644143970880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "policy-id",
"timestamp": 1644143976777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "clamp",
"timestamp": 1644143979494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "cds",
"timestamp": 1644143971090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143974288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json",
"status": "NOTIFIED"
}
2022-02-06T10:39:45.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "ves-openapi-manager",
"timestamp": 1644143970880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "policy-id",
"timestamp": 1644143976777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "clamp",
"timestamp": 1644143979494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json",
"status": "NOTIFIED"
}
2022-02-06T10:39:45.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "cds",
"timestamp": 1644143971090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143974288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-06T10:39:45.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "ves-openapi-manager",
"timestamp": 1644143970880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "policy-id",
"timestamp": 1644143976777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-06T10:39:45.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "clamp",
"timestamp": 1644143979494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "cds",
"timestamp": 1644143971090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143974288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "ves-openapi-manager",
"timestamp": 1644143970880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "policy-id",
"timestamp": 1644143976777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "clamp",
"timestamp": 1644143979494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143974288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-06T10:39:45.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "cds",
"timestamp": 1644143971090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "ves-openapi-manager",
"timestamp": 1644143970880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "policy-id",
"timestamp": 1644143976777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "clamp",
"timestamp": 1644143979494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "cds",
"timestamp": 1644143971090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143974288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "ves-openapi-manager",
"timestamp": 1644143970880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "policy-id",
"timestamp": 1644143976777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:39:45.487Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:39:45.488Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-06T10:39:45.488Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f","serviceName":"vFW 2022-02-06 10-38-05","serviceVersion":"1.0","serviceUUID":"669a2946-bf8a-4d93-8793-db5fbc9a40b2","serviceDescription":"catalog service description","serviceInvariantUUID":"206b4121-2781-47a9-addf-8cdaef9dcf19","resources":[{"resourceInstanceName":"vFW 3723819c-9527 0","resourceName":"vFW 3723819c-9527","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"83d80d06-a7fd-4cf8-a2b3-3c370f309270","resourceInvariantUUID":"f3c40e62-279c-48ce-a3ca-f1ac53ec13ba","resourceCustomizationUUID":"f19dfa76-44b9-48f5-8c83-fe4579db1917","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml","artifactChecksum":"Y2JmZjc3OTQ4MTQ4MGJmYTQ4ZTg5YjQwMjBiY2UwNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2d02e8a8-ce6e-43db-a927-9eacf7c28e55","artifactVersion":"1"},{"artifactName":"vfw3723819c95270_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json","artifactChecksum":"ZDc1ZjU0MjA4NmMxOTE4ZTVhZTBjYTc4OTk5OWVmZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c94668d3-dfd6-4853-8824-89a42d6fc5a4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6f4a352a-ae28-4f92-bd16-083c2272ecee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml","artifactChecksum":"ZWM1ODhmNWFlNWI4M2QzZmI4NTM4N2VjNDFmYzhjNTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"96cb552e-93d7-42ec-a58d-43effc15dfcf","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f1ed1fd0-b7af-43b9-901b-8a19d7798c55","artifactVersion":"2","generatedFromUUID":"6f4a352a-ae28-4f92-bd16-083c2272ecee"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220206103805-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml","artifactChecksum":"OTczNjViMjU1MmM5NGYzNGM0ZTI4OWY4ZTA5OTJjMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3e1aa233-e7fa-4d95-bbab-2714cc70f877","artifactVersion":"1"},{"artifactName":"service-Vfw20220206103805-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar","artifactChecksum":"N2M5N2IzZDkzZDMzYTE5ZDNjOGQzYTgyZmMyYTJjZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"577c84a7-5152-42d8-9735-c6d013d50c27","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-06T10:39:45.491Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:39:45.492Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:39:45.498Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:39:45.498Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143984834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:45.597Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T10:39:45.599Z||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-02-06T10:39:45.599Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:39:45.607Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:39:45.608Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:39:46.499Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:39:46.499Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:39:46.501Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:39:46.502Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143984834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json",
"status": "NOTIFIED"
}
2022-02-06T10:39:46.602Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T10:39:46.603Z||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-02-06T10:39:46.604Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:39:46.616Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:39:46.617Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:39:47.502Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:39:47.503Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:39:47.506Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:39:47.506Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143984834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-06T10:39:47.606Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T10:39:47.609Z||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-02-06T10:39:47.609Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:39:47.619Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:39:47.619Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:39:48.507Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:39:48.508Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:39:48.510Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:39:48.510Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143984834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:48.610Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:39:48.612Z||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-02-06T10:39:48.612Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:39:48.621Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:39:48.622Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:39:49.511Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:39:49.512Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:39:49.515Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:39:49.515Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143984834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-06T10:39:49.615Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:39:49.617Z||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-02-06T10:39:49.617Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:39:49.625Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:39:49.626Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:39:50.516Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:39:50.522Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:39:50.525Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:39:50.525Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143984834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:39:50.625Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T10:39:50.627Z||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-02-06T10:39:50.627Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:39:50.636Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:39:50.637Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:39:51.526Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:39:51.527Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:39:51.532Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:39:51.533Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143984834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:39:51.632Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T10:39:51.633Z||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-02-06T10:39:51.634Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:39:51.643Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:39:51.644Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-06T10:39:52.535Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"serviceName": "vFW 2022-02-06 10-38-05",
"serviceVersion": "1.0",
"serviceUUID": "669a2946-bf8a-4d93-8793-db5fbc9a40b2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "206b4121-2781-47a9-addf-8cdaef9dcf19",
"resources": [
{
"resourceInstanceName": "vFW 3723819c-9527 0",
"resourceCustomizationUUID": "f19dfa76-44b9-48f5-8c83-fe4579db1917",
"resourceName": "vFW 3723819c-9527",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "83d80d06-a7fd-4cf8-a2b3-3c370f309270",
"resourceInvariantUUID": "f3c40e62-279c-48ce-a3ca-f1ac53ec13ba",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3723819c95270_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json",
"artifactChecksum": "ZDc1ZjU0MjA4NmMxOTE4ZTVhZTBjYTc4OTk5OWVmZmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c94668d3-dfd6-4853-8824-89a42d6fc5a4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6f4a352a-ae28-4f92-bd16-083c2272ecee",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f1ed1fd0-b7af-43b9-901b-8a19d7798c55",
"generatedFromUUID": "6f4a352a-ae28-4f92-bd16-083c2272ecee"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f1ed1fd0-b7af-43b9-901b-8a19d7798c55",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220206103805-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"artifactChecksum": "N2M5N2IzZDkzZDMzYTE5ZDNjOGQzYTgyZmMyYTJjZjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "577c84a7-5152-42d8-9735-c6d013d50c27"
}
],
"workloadContext": "Production"
}
2022-02-06T10:39:52.535Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-06T10:39:52.536Z|725cb351-43c1-4acf-9f95-795d1b454367|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 669a2946-bf8a-4d93-8793-db5fbc9a40b2 ASDC
2022-02-06T10:39:52.537Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
ServiceName:vFW 2022-02-06 10-38-05
ServiceVersion:1.0
ServiceUUID:669a2946-bf8a-4d93-8793-db5fbc9a40b2
ServiceInvariantUUID:206b4121-2781-47a9-addf-8cdaef9dcf19
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220206103805-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar
ArtifactUUID:577c84a7-5152-42d8-9735-c6d013d50c27
ArtifactChecksum:N2M5N2IzZDkzZDMzYTE5ZDNjOGQzYTgyZmMyYTJjZjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3723819c-9527 0
ResourceCustomizationUUID:f19dfa76-44b9-48f5-8c83-fe4579db1917
ResourceInvariantUUID:f3c40e62-279c-48ce-a3ca-f1ac53ec13ba
ResourceName:vFW 3723819c-9527
ResourceType:VF
ResourceUUID:83d80d06-a7fd-4cf8-a2b3-3c370f309270
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3723819c95270_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json
ArtifactUUID:c94668d3-dfd6-4853-8824-89a42d6fc5a4
ArtifactChecksum:ZDc1ZjU0MjA4NmMxOTE4ZTVhZTBjYTc4OTk5OWVmZmI=
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/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml
ArtifactUUID:6f4a352a-ae28-4f92-bd16-083c2272ecee
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/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env
ArtifactUUID:f1ed1fd0-b7af-43b9-901b-8a19d7798c55
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/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env
ArtifactUUID:f1ed1fd0-b7af-43b9-901b-8a19d7798c55
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-06T10:39:52.537Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 669a2946-bf8a-4d93-8793-db5fbc9a40b2 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-02-06T10:39:52.584Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T10:39:52.586Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T10:39:52.592Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T10:39:52.592Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 577c84a7-5152-42d8-9735-c6d013d50c27 from URL: /sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:52.593Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T10:39:52.595Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:53.189Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T10:39:53.209Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar 577c84a7-5152-42d8-9735-c6d013d50c27 98887
2022-02-06T10:39:53.211Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar ASDC sendASDCNotification
2022-02-06T10:39:53.211Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:53.212Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T10:39:53.213Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:39:53.215Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:39:53.215Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143993210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:39:53.315Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T10:39:53.316Z||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-02-06T10:39:53.316Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:39:53.326Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:39:53.327Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:39:54.216Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T10:39:54.217Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T10:39:54.218Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 577c84a7-5152-42d8-9735-c6d013d50c27, URL: /sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar to file: /app/ASDC/1/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:54.219Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220206103805-csar.csar
2022-02-06T10:39:54.310Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:54.310Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:55.131Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17358645606816898359/Definitions/service-Vfw20220206103805-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-02-06T10:39:58.632Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-06T10:39:58.638Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T10:39:58.639Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:58.639Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-06T10:39:58.639Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:58.639Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:58.639Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:58.639Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:58.640Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:58.640Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:58.640Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:58.640Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:58.640Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:58.641Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:58.641Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:58.641Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3723819c-9527 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-Vfw20220206103805-csar.csar
2022-02-06T10:39:58.641Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206103805-csar.csar
2022-02-06T10:39:58.641Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T10:39:58.648Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:39:58.650Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:39:58.654Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria
2022-02-06T10:39:58.654Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T10:39:58.656Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T10:39:58.658Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:39:58.658Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:39:58.658Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria
2022-02-06T10:39:58.658Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T10:39:58.659Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T10:39:58.659Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:39:58.659Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:39:58.663Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:39:58.663Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is not matching search criteria
2022-02-06T10:39:58.663Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-06T10:39:58.663Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-06T10:39:58.663Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-06T10:39:58.664Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-06T10:39:58.664Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-06T10:39:58.664Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-06T10:39:58.664Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-06T10:39:58.665Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-06T10:39:58.665Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-06T10:39:58.665Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-06T10:39:58.665Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-06T10:39:58.665Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-06T10:39:58.666Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-06T10:39:58.666Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-06T10:39:58.666Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-06T10:39:58.666Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-06T10:39:58.667Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:39:58.667Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T10:39:58.668Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:39:58.669Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria
2022-02-06T10:39:58.669Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:39:58.669Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:39:58.670Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria
2022-02-06T10:39:58.670Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:39:58.670Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:39:58.670Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria
2022-02-06T10:39:58.671Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:39:58.671Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:39:58.671Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is not matching search criteria
2022-02-06T10:39:58.671Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-06T10:39:58.672Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-06T10:39:58.672Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-06T10:39:58.672Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-06T10:39:58.672Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-06T10:39:58.673Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-06T10:39:58.673Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-06T10:39:58.673Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-06T10:39:58.673Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-06T10:39:58.673Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-06T10:39:58.674Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-06T10:39:58.674Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=68bfc08c-90a1-4c9d-a3cf-439e56cbd496
2022-02-06T10:39:58.674Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:39:58.674Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is not matching search criteria
2022-02-06T10:39:58.675Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-06T10:39:58.675Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-06T10:39:58.675Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-06T10:39:58.675Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-06T10:39:58.675Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-06T10:39:58.675Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-06T10:39:58.676Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-06T10:39:58.676Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-06T10:39:58.676Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-06T10:39:58.676Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-06T10:39:58.676Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-06T10:39:58.677Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-06T10:39:58.677Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aaae2d7d-ce93-4b04-8ca6-664686c423ec
2022-02-06T10:39:58.677Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:39:58.677Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is not matching search criteria
2022-02-06T10:39:58.678Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-06T10:39:58.678Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-06T10:39:58.678Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-06T10:39:58.678Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-06T10:39:58.678Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-06T10:39:58.679Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-06T10:39:58.679Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-06T10:39:58.679Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-06T10:39:58.679Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-06T10:39:58.679Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-06T10:39:58.680Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-06T10:39:58.680Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-06T10:39:58.680Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=85de8c2c-668e-4bee-9e35-dc0db04f5daa
2022-02-06T10:39:58.680Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:39:58.680Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:39:58.681Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:39:58.681Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:39:58.681Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:39:58.681Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:39:58.682Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:39:58.682Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:39:58.682Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-06 10-38-05
Description:catalog service description
Model UUID:669a2946-bf8a-4d93-8793-db5fbc9a40b2
Model Version:NULL
Model InvariantUuid:206b4121-2781-47a9-addf-8cdaef9dcf19
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3723819c-9527
Model UUID:7894822e-d560-4011-9895-420ff0d9e293
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f3c40e62-279c-48ce-a3ca-f1ac53ec13ba
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f19dfa76-44b9-48f5-8c83-fe4579db1917
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d47e6629-e63c-412d-87ab-4294908f121f
ModelName:Vfw3723819c9527..base_vfw..module-0
ModelUuid:5acbf4f0-16ca-4ab3-aeaa-d53fe11a30a5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:68bfc08c-90a1-4c9d-a3cf-439e56cbd496
ModelInvariantUuid:efec6475-5e38-42be-99cf-443e5f3be1bc
ModelName:vFW 3723819c-9527-nodes.vfwCvfc
ModelUuid:1f259496-f76d-4537-ba47-6d47f8f0f191
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:52b5d437-48c3-4a2f-a71c-3e10299b4333
ModelInvariantUuid:992c92ab-0a7a-432f-af88-ea8595836ab6
ModelName:Vfw3723819c9527.compute.nodes.heat.vfw
ModelUuid:5db639b8-86c8-4fe0-b095-69083a9424dc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:aaae2d7d-ce93-4b04-8ca6-664686c423ec
ModelInvariantUuid:0ee27c92-5e01-482e-8e2e-f0d9cafd9afa
ModelName:vFW 3723819c-9527-nodes.vsnCvfc
ModelUuid:e829e85a-8b77-4926-bf54-370730e4d4d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1a379eb4-79df-4b4f-a20d-109994cb8fab
ModelInvariantUuid:9a5eb169-9fb0-48c4-884a-0e6f216ac43b
ModelName:Vfw3723819c9527.compute.nodes.heat.vsn
ModelUuid:19d93d63-1085-4240-960c-7c83d934ef17
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:85de8c2c-668e-4bee-9e35-dc0db04f5daa
ModelInvariantUuid:abc41243-51d5-4548-bf48-83ec0b2ab8fd
ModelName:vFW 3723819c-9527-nodes.vpgCvfc
ModelUuid:c499aabc-d1df-431d-81b7-49a20a8f492f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e6bb429c-1cc6-4cde-87cf-f3d9b7cc6fac
ModelInvariantUuid:8a6ee127-449b-4988-ad5f-2fc034a8b125
ModelName:Vfw3723819c9527.compute.nodes.heat.vpg
ModelUuid:a895e9c5-bc5b-4567-9fc8-33e182921677
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-02-06T10:39:58.692Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 83d80d06-a7fd-4cf8-a2b3-3c370f309270
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-02-06T10:39:58.714Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||vFW 3723819c-9527 0
2022-02-06T10:39:58.724Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 83d80d06-a7fd-4cf8-a2b3-3c370f309270
2022-02-06T10:39:58.724Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c94668d3-dfd6-4853-8824-89a42d6fc5a4 from URL: /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json
2022-02-06T10:39:58.724Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T10:39:58.725Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json
2022-02-06T10:39:58.779Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T10:39:58.780Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json c94668d3-dfd6-4853-8824-89a42d6fc5a4 785
2022-02-06T10:39:58.780Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json ASDC sendASDCNotification
2022-02-06T10:39:58.780Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json
2022-02-06T10:39:58.781Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T10:39:58.781Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:39:58.783Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:39:58.784Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143998780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:39:58.884Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T10:39:58.885Z||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-02-06T10:39:58.885Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:39:58.895Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:39:58.895Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-06T10:39:59.785Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3723819c9527..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d47e6629-e63c-412d-87ab-4294908f121f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5acbf4f0-16ca-4ab3-aeaa-d53fe11a30a5",
"vfModuleModelCustomizationUUID": "51cb934b-c61e-42e0-b837-81ba61b917a8",
"isBase": true,
"artifacts": [
"6f4a352a-ae28-4f92-bd16-083c2272ecee",
"f1ed1fd0-b7af-43b9-901b-8a19d7798c55"
],
"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-02-06T10:39:59.804Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3723819c9527..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5acbf4f0-16ca-4ab3-aeaa-d53fe11a30a5
VfModuleModelInvariantUUID:d47e6629-e63c-412d-87ab-4294908f121f
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f4a352a-ae28-4f92-bd16-083c2272ecee
,
f1ed1fd0-b7af-43b9-901b-8a19d7798c55
}
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-02-06T10:39:59.808Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3723819c9527..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d47e6629-e63c-412d-87ab-4294908f121f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5acbf4f0-16ca-4ab3-aeaa-d53fe11a30a5",
"vfModuleModelCustomizationUUID": "51cb934b-c61e-42e0-b837-81ba61b917a8",
"isBase": true,
"artifacts": [
"6f4a352a-ae28-4f92-bd16-083c2272ecee",
"f1ed1fd0-b7af-43b9-901b-8a19d7798c55"
],
"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-02-06T10:39:59.809Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3723819c9527..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5acbf4f0-16ca-4ab3-aeaa-d53fe11a30a5
VfModuleModelInvariantUUID:d47e6629-e63c-412d-87ab-4294908f121f
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f4a352a-ae28-4f92-bd16-083c2272ecee
,
f1ed1fd0-b7af-43b9-901b-8a19d7798c55
}
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-02-06T10:39:59.809Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6f4a352a-ae28-4f92-bd16-083c2272ecee from URL: /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml
2022-02-06T10:39:59.810Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T10:39:59.810Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml
2022-02-06T10:39:59.911Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T10:39:59.913Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml 6f4a352a-ae28-4f92-bd16-083c2272ecee 20368
2022-02-06T10:39:59.913Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-06T10:39:59.913Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml
2022-02-06T10:39:59.913Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T10:39:59.914Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:39:59.916Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:39:59.916Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143999913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:40:00.016Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:40:00.017Z||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-02-06T10:40:00.018Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:40:00.030Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:40:00.030Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:40:00.917Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f1ed1fd0-b7af-43b9-901b-8a19d7798c55 from URL: /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env
2022-02-06T10:40:00.918Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T10:40:00.918Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env
2022-02-06T10:40:00.982Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T10:40:00.983Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env f1ed1fd0-b7af-43b9-901b-8a19d7798c55 2098
2022-02-06T10:40:00.983Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-06T10:40:00.983Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env
2022-02-06T10:40:00.983Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T10:40:00.984Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:40:00.985Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:40:00.985Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144000983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:40:01.086Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T10:40:01.086Z||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-02-06T10:40:01.087Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:40:01.100Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:40:01.100Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:40:01.986Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 669a2946-bf8a-4d93-8793-db5fbc9a40b2
2022-02-06T10:40:01.987Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3723819c-9527 0 83d80d06-a7fd-4cf8-a2b3-3c370f309270 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-02-06T10:40:02.022Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c39a740, org.onap.sdc.toscaparser.api.parameters.Input@589a5c75, org.onap.sdc.toscaparser.api.parameters.Input@2822627f, org.onap.sdc.toscaparser.api.parameters.Input@58868567, org.onap.sdc.toscaparser.api.parameters.Input@69b42a90]
2022-02-06T10:40:02.027Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.027Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:40:02.028Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-02-06T10:40:02.028Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f19dfa76-44b9-48f5-8c83-fe4579db1917
2022-02-06T10:40:02.029Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f19dfa76-44b9-48f5-8c83-fe4579db1917 matches Tosca VF Customization UUID: f19dfa76-44b9-48f5-8c83-fe4579db1917
2022-02-06T10:40:02.029Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f19dfa76-44b9-48f5-8c83-fe4579db1917 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-02-06T10:40:02.035Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.036Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:40:02.037Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f19dfa76-44b9-48f5-8c83-fe4579db1917: {\"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-02-06T10:40:02.037Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c5fe0fe
2022-02-06T10:40:02.038Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.038Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T10:40:02.038Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 51cb934b-c61e-42e0-b837-81ba61b917a8
2022-02-06T10:40:02.041Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 51cb934b-c61e-42e0-b837-81ba61b917a8
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-02-06T10:40:02.048Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.049Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria
2022-02-06T10:40:02.049Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:40:02.049Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.050Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria
2022-02-06T10:40:02.050Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:40:02.050Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.050Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is not matching search criteria
2022-02-06T10:40:02.051Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-06T10:40:02.051Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-06T10:40:02.051Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-06T10:40:02.051Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-06T10:40:02.051Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-06T10:40:02.052Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-06T10:40:02.052Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-06T10:40:02.052Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-06T10:40:02.052Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-06T10:40:02.053Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-06T10:40:02.053Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-06T10:40:02.053Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=68bfc08c-90a1-4c9d-a3cf-439e56cbd496
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-02-06T10:40:02.063Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.063Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria
2022-02-06T10:40:02.063Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:40:02.064Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.064Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is not matching search criteria
2022-02-06T10:40:02.064Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-06T10:40:02.064Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-06T10:40:02.064Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-06T10:40:02.064Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-06T10:40:02.065Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-06T10:40:02.065Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-06T10:40:02.065Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-06T10:40:02.065Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-06T10:40:02.065Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-06T10:40:02.066Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-06T10:40:02.066Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-06T10:40:02.066Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-06T10:40:02.066Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aaae2d7d-ce93-4b04-8ca6-664686c423ec
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-02-06T10:40:02.068Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.068Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria
2022-02-06T10:40:02.068Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:40:02.071Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.071Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is not matching search criteria
2022-02-06T10:40:02.071Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-06T10:40:02.072Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-06T10:40:02.072Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-06T10:40:02.072Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-06T10:40:02.072Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-06T10:40:02.073Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-06T10:40:02.073Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-06T10:40:02.073Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-06T10:40:02.073Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-06T10:40:02.074Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-06T10:40:02.074Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-06T10:40:02.074Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-06T10:40:02.074Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=85de8c2c-668e-4bee-9e35-dc0db04f5daa
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-02-06T10:40:02.076Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.076Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria
2022-02-06T10:40:02.077Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:40:02.077Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.077Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Node template vFW 3723819c-9527 0 is matching search criteria
2022-02-06T10:40:02.078Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3723819c-9527 0] matching following query criteria: sdcType=VF, customizationUUID=f19dfa76-44b9-48f5-8c83-fe4579db1917
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-02-06T10:40:02.079Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.079Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:40:02.080Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 669a2946-bf8a-4d93-8793-db5fbc9a40b2: vFW 3723819c-9527
2022-02-06T10:40:02.080Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.081Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:40:02.081Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.081Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:40:02.082Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.082Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:40:02.082Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.083Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:40:02.083Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:40:02.083Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-06 10-38-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:40:02.083Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-02-06 10-38-05
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-02-06T10:40:02.383Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3723819c-9527 83d80d06-a7fd-4cf8-a2b3-3c370f309270 1 ASDC deployResourceStructure
2022-02-06T10:40:02.383Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json ASDC sendASDCNotification
2022-02-06T10:40:02.384Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json
2022-02-06T10:40:02.384Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T10:40:02.384Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:40:02.387Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:40:02.388Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144002383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json",
"status": "DEPLOY_OK"
}
2022-02-06T10:40:02.488Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:40:02.489Z||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-02-06T10:40:02.489Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:40:02.498Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:40:02.498Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:40:03.389Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-06T10:40:03.390Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml
2022-02-06T10:40:03.390Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T10:40:03.391Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:40:03.393Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:40:03.393Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144003389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-06T10:40:03.495Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-02-06T10:40:03.497Z||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-02-06T10:40:03.497Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:40:03.505Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:40:03.506Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:40:04.394Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-06T10:40:04.394Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env
2022-02-06T10:40:04.394Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T10:40:04.394Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:40:04.396Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:40:04.396Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144004394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-06T10:40:04.496Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:40:04.497Z||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-02-06T10:40:04.497Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:40:04.510Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:40:04.511Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:40:05.400Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar ASDC sendASDCNotification
2022-02-06T10:40:05.401Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar
2022-02-06T10:40:05.401Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T10:40:05.402Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:40:05.406Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:40:05.406Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144005400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T10:40:05.506Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:40:05.507Z||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-02-06T10:40:05.507Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:40:05.515Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:40:05.516Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:40:06.408Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
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-02-06T10:40:06.424Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
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-02-06T10:40:06.427Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T10:40:06.427Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T10:40:06.427Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T10:40:36.428Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
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-02-06T10:40:36.436Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
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-02-06T10:40:36.438Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T10:40:36.438Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T10:40:36.439Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T10:40:44.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:40:44.839Z||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-02-06T10:40:44.839Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:40:44.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:40:44.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:40:44.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "clamp",
"timestamp": 1644143979494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:40:44.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:41:06.439Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
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-02-06T10:41:06.451Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
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-02-06T10:41:06.453Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T10:41:06.453Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T10:41:06.453Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T10:41:36.454Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
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-02-06T10:41:36.468Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
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-02-06T10:41:36.471Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T10:41:36.471Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T10:41:36.472Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T10:41:44.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:41:44.842Z||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-02-06T10:41:44.842Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:41:44.864Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:41:44.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:41:44.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143984834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:41:44.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:06.472Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
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-02-06T10:42:06.482Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
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-02-06T10:42:06.486Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T10:42:06.486Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T10:42:06.486Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T10:42:36.486Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
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-02-06T10:42:36.495Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
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-02-06T10:42:36.497Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T10:42:36.497Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T10:42:36.498Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T10:42:44.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:42:44.839Z||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-02-06T10:42:44.839Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:42:44.865Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:42:44.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "cds",
"timestamp": 1644143971090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:42:44.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143974288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:42:44.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "ves-openapi-manager",
"timestamp": 1644143970880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:42:44.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "policy-id",
"timestamp": 1644143976777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:42:44.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "clamp",
"timestamp": 1644143979494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:42:44.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143984834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json",
"status": "NOTIFIED"
}
2022-02-06T10:42:44.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "cds",
"timestamp": 1644143987289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:42:44.875Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "policy-id",
"timestamp": 1644143987364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:42:44.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143984834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-06T10:42:44.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "aai-ml",
"timestamp": 1644143986891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:42:44.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143987661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:42:44.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "cds",
"timestamp": 1644143988300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-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-02-06T10:42:44.883Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
2022-02-06T10:42:44.883Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:42:44.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "policy-id",
"timestamp": 1644143988369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T10:42:44.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143984834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:42:44.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "aai-ml",
"timestamp": 1644143986891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:42:44.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143989141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:42:44.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "policy-id",
"timestamp": 1644143989373,
"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-02-06T10:42:44.902Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
2022-02-06T10:42:44.902Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:42:44.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143984834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-06T10:42:44.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "aai-ml",
"timestamp": 1644143986891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:42:44.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143984834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:42:44.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "aai-ml",
"timestamp": 1644143986891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:42:44.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143990662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:42:44.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143984834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:42:44.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "aai-ml",
"timestamp": 1644143986891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:42:44.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143991696,
"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-02-06T10:42:44.916Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
2022-02-06T10:42:44.917Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:42:44.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "aai-ml",
"timestamp": 1644143986891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:42:44.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644143992700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json",
"status": "DEPLOY_OK"
}
2022-02-06T10:42:44.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143993210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:42:44.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "aai-ml",
"timestamp": 1644143986891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:42:44.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644143993643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:42:44.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "aai-ml",
"timestamp": 1644143994979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:42:44.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644143993643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:42:44.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "clamp",
"timestamp": 1644143995827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:42:44.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644143993643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:42:44.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644143993643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:42:44.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644143993643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:42:44.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143998780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:42:44.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "clamp",
"timestamp": 1644143998840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T10:42:44.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644143993643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:42:44.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "clamp",
"timestamp": 1644143999843,
"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-02-06T10:42:44.935Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
2022-02-06T10:42:44.936Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:42:44.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644143999913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:42:44.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644143993643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:42:44.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:42:44.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144000983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:42:44.946Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644144001424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:42:44.946Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144002383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/vfw3723819c95270_modules.json",
"status": "DEPLOY_OK"
}
2022-02-06T10:42:44.947Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144003389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-06T10:42:44.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144004394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/resourceInstances/vfw3723819c95270/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-06T10:42:44.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644144004688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T10:42:44.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144005400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T10:42:44.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644144005693,
"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-02-06T10:42:44.955Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
2022-02-06T10:42:44.955Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:42:44.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "aai-ml",
"timestamp": 1644144006631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206103805/1.0/artifacts/service-Vfw20220206103805-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T10:42:44.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:42:44.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:42:44.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "aai-ml",
"timestamp": 1644144007637,
"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-02-06T10:42:44.965Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
2022-02-06T10:42:44.966Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:43:06.498Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
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-02-06T10:43:06.511Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f
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-02-06T10:43:06.516Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T10:43:06.516Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-06T10:43:06.516Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-06T10:43:06.516Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-06T10:43:06.516Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T10:43:06.517Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T10:43:06.517Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T10:43:06.517Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T10:43:06.517Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T10:43:06.517Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T10:43:06.517Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T10:43:06.520Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-06T10:43:36.521Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f 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-02-06T10:43:36.531Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f and serviceModelVersionId: 669a2946-bf8a-4d93-8793-db5fbc9a40b2
2022-02-06T10:43:36.531Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 206b4121-2781-47a9-addf-8cdaef9dcf19
2022-02-06T10:43:44.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:43:44.840Z||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-02-06T10:43:44.841Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:43:44.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:43:44.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "ves-openapi-manager",
"timestamp": 1644144090880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "cds",
"timestamp": 1644144091090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644144094289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "ves-openapi-manager",
"timestamp": 1644144090880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "cds",
"timestamp": 1644144091090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644144094289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T10:43:44.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "policy-id",
"timestamp": 1644144096778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "ves-openapi-manager",
"timestamp": 1644144090880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "cds",
"timestamp": 1644144091090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644144094289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-06T10:43:44.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "policy-id",
"timestamp": 1644144096778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "ves-openapi-manager",
"timestamp": 1644144090880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "cds",
"timestamp": 1644144091090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644144094289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "policy-id",
"timestamp": 1644144096778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-06T10:43:44.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "ves-openapi-manager",
"timestamp": 1644144090880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "cds",
"timestamp": 1644144091090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644144094289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-06T10:43:44.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "clamp",
"timestamp": 1644144099494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "policy-id",
"timestamp": 1644144096778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "ves-openapi-manager",
"timestamp": 1644144090880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "cds",
"timestamp": 1644144091090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644144094289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "clamp",
"timestamp": 1644144099494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T10:43:44.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "policy-id",
"timestamp": 1644144096778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "ves-openapi-manager",
"timestamp": 1644144090880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "cds",
"timestamp": 1644144091090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:43:44.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644144094289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:43:44.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "clamp",
"timestamp": 1644144099494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "policy-id",
"timestamp": 1644144096778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644144102671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:43:44.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:43:44.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "cds",
"timestamp": 1644144102674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:43:44.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:43:44.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "clamp",
"timestamp": 1644144099494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "policy-id",
"timestamp": 1644144096778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:43:44.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "cds",
"timestamp": 1644144103684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T10:43:44.910Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93364b49-17cb-4e0e-b873-63da6f6be221
2022-02-06T10:43:44.911Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93364b49-17cb-4e0e-b873-63da6f6be221 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-02-06T10:43:44.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644144103790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:43:44.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:43:44.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "clamp",
"timestamp": 1644144099494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:43:44.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-06T10:43:44.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-06T10:43:44.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "policy-id",
"timestamp": 1644144104591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:43:44.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:43:53.792Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?depth=0
2022-02-06T10:43:53.903Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-06T10:43:54.387Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?depth=0|INFO|500||Invoke
2022-02-06T10:43:54.401Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e78e491-f4bb-4005-a282-a8947d2627c1], X-ECOMP-RequestID=[c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f], X-TransactionId=[], X-ONAP-RequestID=[c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f], Content-Type=[application/merge-patch+json]}
2022-02-06T10:43:54.594Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-06T10:43:55.169Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?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/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220206-10:43:54:603-18588], vertex-id=[413936], Content-Length=[0], Date=[Sun, 06 Feb 2022 10:43:54 GMT], Content-Type=[application/json]}
2022-02-06T10:43:55.171Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-06T10:43:55.172Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206b4121-2781-47a9-addf-8cdaef9dcf19/model-vers/model-ver/669a2946-bf8a-4d93-8793-db5fbc9a40b2?depth=0|INFO|500||InvokeReturn
2022-02-06T10:43:55.176Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-06T10:43:55.176Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T10:43:55.190Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-06T10:43:55.190Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-06T10:43:55.191Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-06T10:43:55.192Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:43:55.196Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:43:55.196Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144235191,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-06T10:43:55.296Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:43:55.297Z||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-02-06T10:43:55.297Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:43:55.306Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:43:55.307Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 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-02-06T10:43:56.205Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:43:56.206Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:43:56.206Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:44:00.880Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:00.883Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-06T10:44:00.883Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"93364b49-17cb-4e0e-b873-63da6f6be221","serviceName":"basic_onboard_NVRdQX","serviceVersion":"1.0","serviceUUID":"e81ab59c-5475-4c09-b49b-0b4f3606fe22","serviceDescription":"service","serviceInvariantUUID":"7f5317d3-7ccf-4752-9a26-95789642cf88","resources":[{"resourceInstanceName":"basic_onboard_NVRdQX 0","resourceName":"basic_onboard_NVRdQX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5ac40a3e-22d3-49c0-b345-c4db3fc36ca0","resourceInvariantUUID":"1fa0a34f-747d-4ccb-ac8e-712965078a21","resourceCustomizationUUID":"12f682bb-f976-4a4a-b765-ef732e4edca4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml","artifactChecksum":"MDgyMGQ2NTI5MWIzZTZhNjFhMzAyY2QxNGY4YWQ1Y2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60d1a006-6db0-4920-bc00-0cd8d4d70dd0","artifactVersion":"1"},{"artifactName":"basic_onboard_nvrdqx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json","artifactChecksum":"ZjY3NDdkMTc1YWUyOWJmZDI0NzA3YzYyNmRmMzgxYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"257d74ab-e488-4b98-8a29-8fab2f07d761","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f52e506-0559-4d49-a37a-9c78d3b7c080","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a60f7566-0cc7-456c-917a-cc0100c56789","artifactVersion":"2","generatedFromUUID":"da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNvrdqx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml","artifactChecksum":"ODg2NGMxNjI2ODFhMTM1ZGU2MTc1MDQ1MDA5ZmMwZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6bfccb6-efc5-4482-88a8-cbb0ccd68bf7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNvrdqx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar","artifactChecksum":"M2RjZTA5YzkwM2IzZWQwMTZjMDhjMWQ0YTczYzVmNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74363211-52d4-4327-ae28-dd37b7257309","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-06T10:44:00.889Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:44:00.890Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:44:00.893Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:44:00.893Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144236205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:44:00.993Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:44:00.995Z||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-02-06T10:44:00.995Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:44:01.005Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:01.006Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:44:01.894Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:44:01.895Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:44:01.897Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:44:01.897Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144236205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T10:44:01.997Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:44:01.999Z||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-02-06T10:44:01.999Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:44:02.007Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:02.007Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:44:02.898Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:44:02.899Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:44:02.901Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:44:02.901Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144236205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-06T10:44:03.001Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:44:03.002Z||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-02-06T10:44:03.002Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:44:03.012Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:03.013Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:44:03.901Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:44:03.904Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:44:03.907Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:44:03.907Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144236205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:44:04.007Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:44:04.009Z||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-02-06T10:44:04.009Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:44:04.017Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:04.018Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:44:04.908Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:44:04.909Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:44:04.911Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:44:04.911Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144236205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-06T10:44:05.011Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:44:05.012Z||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-02-06T10:44:05.013Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:44:05.020Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:05.021Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:44:05.913Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:44:05.915Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:44:05.918Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:44:05.919Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144236205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:44:06.019Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:44:06.020Z||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-02-06T10:44:06.020Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:44:06.030Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:06.030Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-06T10:44:06.919Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:44:06.920Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:44:06.923Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:44:06.923Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144236205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:44:07.023Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:44:07.024Z||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-02-06T10:44:07.025Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:44:07.034Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:07.035Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-06T10:44:07.926Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"serviceName": "basic_onboard_NVRdQX",
"serviceVersion": "1.0",
"serviceUUID": "e81ab59c-5475-4c09-b49b-0b4f3606fe22",
"serviceDescription": "service",
"serviceInvariantUUID": "7f5317d3-7ccf-4752-9a26-95789642cf88",
"resources": [
{
"resourceInstanceName": "basic_onboard_NVRdQX 0",
"resourceCustomizationUUID": "12f682bb-f976-4a4a-b765-ef732e4edca4",
"resourceName": "basic_onboard_NVRdQX",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5ac40a3e-22d3-49c0-b345-c4db3fc36ca0",
"resourceInvariantUUID": "1fa0a34f-747d-4ccb-ac8e-712965078a21",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nvrdqx0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json",
"artifactChecksum": "ZjY3NDdkMTc1YWUyOWJmZDI0NzA3YzYyNmRmMzgxYjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "257d74ab-e488-4b98-8a29-8fab2f07d761",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a60f7566-0cc7-456c-917a-cc0100c56789",
"generatedFromUUID": "da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a60f7566-0cc7-456c-917a-cc0100c56789",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNvrdqx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"artifactChecksum": "M2RjZTA5YzkwM2IzZWQwMTZjMDhjMWQ0YTczYzVmNDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "74363211-52d4-4327-ae28-dd37b7257309"
}
],
"workloadContext": "Production"
}
2022-02-06T10:44:07.926Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-06T10:44:07.926Z|c7362e86-e6e6-4d8a-a4f0-f6dfc800d14f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e81ab59c-5475-4c09-b49b-0b4f3606fe22 ASDC
2022-02-06T10:44:07.927Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:93364b49-17cb-4e0e-b873-63da6f6be221
ServiceName:basic_onboard_NVRdQX
ServiceVersion:1.0
ServiceUUID:e81ab59c-5475-4c09-b49b-0b4f3606fe22
ServiceInvariantUUID:7f5317d3-7ccf-4752-9a26-95789642cf88
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNvrdqx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar
ArtifactUUID:74363211-52d4-4327-ae28-dd37b7257309
ArtifactChecksum:M2RjZTA5YzkwM2IzZWQwMTZjMDhjMWQ0YTczYzVmNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NVRdQX 0
ResourceCustomizationUUID:12f682bb-f976-4a4a-b765-ef732e4edca4
ResourceInvariantUUID:1fa0a34f-747d-4ccb-ac8e-712965078a21
ResourceName:basic_onboard_NVRdQX
ResourceType:VF
ResourceUUID:5ac40a3e-22d3-49c0-b345-c4db3fc36ca0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nvrdqx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json
ArtifactUUID:257d74ab-e488-4b98-8a29-8fab2f07d761
ArtifactChecksum:ZjY3NDdkMTc1YWUyOWJmZDI0NzA3YzYyNmRmMzgxYjM=
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/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131
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/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env
ArtifactUUID:a60f7566-0cc7-456c-917a-cc0100c56789
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/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env
ArtifactUUID:a60f7566-0cc7-456c-917a-cc0100c56789
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-06T10:44:07.927Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e81ab59c-5475-4c09-b49b-0b4f3606fe22 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-06T10:44:07.958Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T10:44:07.958Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T10:44:07.958Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T10:44:07.959Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 74363211-52d4-4327-ae28-dd37b7257309 from URL: /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:07.959Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T10:44:07.959Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:08.658Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T10:44:08.662Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar 74363211-52d4-4327-ae28-dd37b7257309 71550
2022-02-06T10:44:08.663Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar ASDC sendASDCNotification
2022-02-06T10:44:08.663Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:08.663Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T10:44:08.663Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:44:08.665Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:44:08.665Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144248663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:44:08.765Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:44:08.767Z||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-02-06T10:44:08.767Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:44:08.780Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:08.782Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:44:09.666Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T10:44:09.667Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T10:44:09.667Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 74363211-52d4-4327-ae28-dd37b7257309, URL: /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar to file: /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:09.667Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:09.668Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:09.668Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:09.862Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17663104457380441066/Definitions/service-BasicOnboardNvrdqx-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-02-06T10:44:11.092Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-06T10:44:11.092Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T10:44:11.092Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:11.093Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NVRdQX 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-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:11.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:11.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T10:44:11.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:11.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:44:11.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria
2022-02-06T10:44:11.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T10:44:11.095Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T10:44:11.095Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:11.095Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:44:11.095Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria
2022-02-06T10:44:11.095Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T10:44:11.095Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T10:44:11.096Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:11.096Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:44:11.096Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:11.096Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is not matching search criteria
2022-02-06T10:44:11.096Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-06T10:44:11.096Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-06T10:44:11.096Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-06T10:44:11.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-06T10:44:11.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-06T10:44:11.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:11.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T10:44:11.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:11.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria
2022-02-06T10:44:11.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:44:11.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:11.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria
2022-02-06T10:44:11.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:44:11.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:11.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria
2022-02-06T10:44:11.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:44:11.099Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:11.099Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is not matching search criteria
2022-02-06T10:44:11.099Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-06T10:44:11.099Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-06T10:44:11.099Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bf8631ac-7dc4-4146-9932-efdfa4f0344c
2022-02-06T10:44:11.099Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:11.099Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:44:11.100Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:11.100Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:44:11.100Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:11.100Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:44:11.100Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:11.100Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:44:11.101Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_NVRdQX
Description:service
Model UUID:e81ab59c-5475-4c09-b49b-0b4f3606fe22
Model Version:NULL
Model InvariantUuid:7f5317d3-7ccf-4752-9a26-95789642cf88
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_NVRdQX
Model UUID:8e660cd6-86f8-4d4f-9a02-efaa5f2f203e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1fa0a34f-747d-4ccb-ac8e-712965078a21
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:12f682bb-f976-4a4a-b765-ef732e4edca4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:38b94bde-375e-4fb2-848f-c04473909260
ModelName:BasicOnboardNvrdqx..base_ubuntu18..module-0
ModelUuid:46223314-d9d6-474a-82a9-4a2c1db4e78f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bf8631ac-7dc4-4146-9932-efdfa4f0344c
ModelInvariantUuid:1d6fe9d9-1d26-450d-a79b-602b6c8109fd
ModelName:basic_onboard_NVRdQX-nodes.ubuntu18Cvfc
ModelUuid:29427156-83f9-4e63-ad1a-aa7685a27681
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:f9253335-1869-474d-9a33-4f120061261b
ModelInvariantUuid:95f23225-d8bd-4211-ac32-781573adbfbf
ModelName:BasicOnboardNvrdqx.compute.nodes.heat.ubuntu18
ModelUuid:326ffa55-1dbf-4a18-a7d0-5f06684d1f15
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-02-06T10:44:11.104Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 5ac40a3e-22d3-49c0-b345-c4db3fc36ca0
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-02-06T10:44:11.106Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||basic_onboard_NVRdQX 0
2022-02-06T10:44:11.106Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5ac40a3e-22d3-49c0-b345-c4db3fc36ca0
2022-02-06T10:44:11.106Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 257d74ab-e488-4b98-8a29-8fab2f07d761 from URL: /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json
2022-02-06T10:44:11.107Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T10:44:11.107Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json
2022-02-06T10:44:11.280Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T10:44:11.280Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json 257d74ab-e488-4b98-8a29-8fab2f07d761 798
2022-02-06T10:44:11.281Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json ASDC sendASDCNotification
2022-02-06T10:44:11.281Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json
2022-02-06T10:44:11.281Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T10:44:11.281Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:44:11.283Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:44:11.283Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144251281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:44:11.383Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:44:11.384Z||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-02-06T10:44:11.384Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:44:11.397Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:11.397Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:44:12.286Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNvrdqx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "38b94bde-375e-4fb2-848f-c04473909260",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "46223314-d9d6-474a-82a9-4a2c1db4e78f",
"vfModuleModelCustomizationUUID": "50e85eac-0033-42cf-b72c-b75eb932f88a",
"isBase": true,
"artifacts": [
"da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131",
"a60f7566-0cc7-456c-917a-cc0100c56789"
],
"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-02-06T10:44:12.292Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNvrdqx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:46223314-d9d6-474a-82a9-4a2c1db4e78f
VfModuleModelInvariantUUID:38b94bde-375e-4fb2-848f-c04473909260
VfModuleModelDescription:NULL
Artifacts UUID List:{
da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131
,
a60f7566-0cc7-456c-917a-cc0100c56789
}
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-02-06T10:44:12.296Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNvrdqx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "38b94bde-375e-4fb2-848f-c04473909260",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "46223314-d9d6-474a-82a9-4a2c1db4e78f",
"vfModuleModelCustomizationUUID": "50e85eac-0033-42cf-b72c-b75eb932f88a",
"isBase": true,
"artifacts": [
"da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131",
"a60f7566-0cc7-456c-917a-cc0100c56789"
],
"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-02-06T10:44:12.296Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNvrdqx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:46223314-d9d6-474a-82a9-4a2c1db4e78f
VfModuleModelInvariantUUID:38b94bde-375e-4fb2-848f-c04473909260
VfModuleModelDescription:NULL
Artifacts UUID List:{
da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131
,
a60f7566-0cc7-456c-917a-cc0100c56789
}
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-02-06T10:44:12.296Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131 from URL: /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml
2022-02-06T10:44:12.296Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T10:44:12.297Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml
2022-02-06T10:44:12.560Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T10:44:12.561Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml da2f7d9d-f02b-4a4e-a38d-9a2f5fb42131 5033
2022-02-06T10:44:12.561Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-06T10:44:12.561Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml
2022-02-06T10:44:12.561Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T10:44:12.562Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:44:12.564Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:44:12.564Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144252561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:44:12.664Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:44:12.666Z||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-02-06T10:44:12.666Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:44:12.678Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:12.679Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:44:13.565Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a60f7566-0cc7-456c-917a-cc0100c56789 from URL: /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env
2022-02-06T10:44:13.566Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T10:44:13.567Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env
2022-02-06T10:44:13.979Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T10:44:13.980Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env a60f7566-0cc7-456c-917a-cc0100c56789 909
2022-02-06T10:44:13.980Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-06T10:44:13.980Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env
2022-02-06T10:44:13.980Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T10:44:13.981Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:44:13.982Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:44:13.983Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144253980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:44:14.083Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:44:14.084Z||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-02-06T10:44:14.084Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:44:14.097Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:14.098Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:44:14.984Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e81ab59c-5475-4c09-b49b-0b4f3606fe22
2022-02-06T10:44:14.984Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NVRdQX 0 5ac40a3e-22d3-49c0-b345-c4db3fc36ca0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T10:44:14.997Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2cb025bc, org.onap.sdc.toscaparser.api.parameters.Input@686c3763, org.onap.sdc.toscaparser.api.parameters.Input@31721ad9, org.onap.sdc.toscaparser.api.parameters.Input@20d0311a, org.onap.sdc.toscaparser.api.parameters.Input@d607d79]
2022-02-06T10:44:14.999Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:14.999Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:44:15.000Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-02-06T10:44:15.000Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 12f682bb-f976-4a4a-b765-ef732e4edca4
2022-02-06T10:44:15.000Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 12f682bb-f976-4a4a-b765-ef732e4edca4 matches Tosca VF Customization UUID: 12f682bb-f976-4a4a-b765-ef732e4edca4
2022-02-06T10:44:15.000Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 12f682bb-f976-4a4a-b765-ef732e4edca4 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-02-06T10:44:15.002Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:15.003Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:44:15.004Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 12f682bb-f976-4a4a-b765-ef732e4edca4: {\"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-02-06T10:44:15.004Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4424f49
2022-02-06T10:44:15.004Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:15.004Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T10:44:15.005Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 50e85eac-0033-42cf-b72c-b75eb932f88a
2022-02-06T10:44:15.005Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 50e85eac-0033-42cf-b72c-b75eb932f88a
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-02-06T10:44:15.007Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:15.007Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria
2022-02-06T10:44:15.007Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:44:15.007Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:15.008Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria
2022-02-06T10:44:15.008Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:44:15.008Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:15.009Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is not matching search criteria
2022-02-06T10:44:15.009Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-06T10:44:15.009Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-06T10:44:15.009Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bf8631ac-7dc4-4146-9932-efdfa4f0344c
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-02-06T10:44:15.011Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:15.011Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria
2022-02-06T10:44:15.012Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:44:15.012Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:15.012Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVRdQX 0 is matching search criteria
2022-02-06T10:44:15.013Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVRdQX 0] matching following query criteria: sdcType=VF, customizationUUID=12f682bb-f976-4a4a-b765-ef732e4edca4
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-02-06T10:44:15.014Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:15.014Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:44:15.015Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e81ab59c-5475-4c09-b49b-0b4f3606fe22: basic_onboard_NVRdQX
2022-02-06T10:44:15.015Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:15.015Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:44:15.015Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:15.016Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:44:15.016Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:15.016Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:44:15.016Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:15.017Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:44:15.017Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:44:15.017Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVRdQX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:44:15.017Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_NVRdQX
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-02-06T10:44:15.085Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NVRdQX 5ac40a3e-22d3-49c0-b345-c4db3fc36ca0 1 ASDC deployResourceStructure
2022-02-06T10:44:15.086Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json ASDC sendASDCNotification
2022-02-06T10:44:15.086Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json
2022-02-06T10:44:15.086Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T10:44:15.086Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:44:15.089Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:44:15.089Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144255085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-06T10:44:15.189Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T10:44:15.190Z||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-02-06T10:44:15.190Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:44:15.202Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:15.202Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:44:16.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-06T10:44:16.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml
2022-02-06T10:44:16.094Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T10:44:16.095Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:44:16.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:44:16.097Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144256094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-06T10:44:16.197Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:44:16.198Z||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-02-06T10:44:16.198Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:44:16.206Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:16.207Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:44:17.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-06T10:44:17.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env
2022-02-06T10:44:17.098Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T10:44:17.099Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:44:17.101Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:44:17.101Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144257098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-06T10:44:17.202Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:44:17.203Z||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-02-06T10:44:17.203Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:44:17.213Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:17.213Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-06T10:44:18.102Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar ASDC sendASDCNotification
2022-02-06T10:44:18.102Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar
2022-02-06T10:44:18.102Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T10:44:18.103Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:44:18.106Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:44:18.106Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144258102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T10:44:18.206Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:44:18.207Z||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-02-06T10:44:18.207Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:44:18.217Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:18.218Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-06T10:44:19.108Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93364b49-17cb-4e0e-b873-63da6f6be221
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-02-06T10:44:19.117Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93364b49-17cb-4e0e-b873-63da6f6be221
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-02-06T10:44:19.119Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T10:44:19.119Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T10:44:19.120Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T10:44:44.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:44:44.839Z||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-02-06T10:44:44.839Z||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 be9cUXSvBjxerxny) ...
2022-02-06T10:44:44.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:44:44.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644144104966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:44:44.867Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:44:44.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "clamp",
"timestamp": 1644144099494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:44:44.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:44:44.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "policy-id",
"timestamp": 1644144105597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T10:44:44.868Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:44:44.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644144105994,
"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-02-06T10:44:44.873Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93364b49-17cb-4e0e-b873-63da6f6be221
2022-02-06T10:44:44.873Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93364b49-17cb-4e0e-b873-63da6f6be221 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-02-06T10:44:44.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "clamp",
"timestamp": 1644144099494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:44:44.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:44:44.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "policy-id",
"timestamp": 1644144106618,
"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-02-06T10:44:44.881Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93364b49-17cb-4e0e-b873-63da6f6be221
2022-02-06T10:44:44.881Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93364b49-17cb-4e0e-b873-63da6f6be221 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-02-06T10:44:44.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644144106999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-06T10:44:44.885Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:44:44.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "aai-ml",
"timestamp": 1644144106890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:44:44.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:44:44.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "aai-ml",
"timestamp": 1644144106890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:44:44.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:44:44.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "aai-ml",
"timestamp": 1644144106890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:44:44.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:44:44.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "aai-ml",
"timestamp": 1644144106890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:44:44.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:44:44.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "aai-ml",
"timestamp": 1644144106890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:44:44.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:44:44.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "aai-ml",
"timestamp": 1644144106890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:44:44.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:44:44.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "aai-ml",
"timestamp": 1644144106890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:44:44.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:44:44.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "clamp",
"timestamp": 1644144113868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:44:44.887Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:44:44.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644144113643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:44:44.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:44:44.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "aai-ml",
"timestamp": 1644144114978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:44:44.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:44:44.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644144113643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/basic_onboard_nvrdqx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:44:44.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:44:44.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "clamp",
"timestamp": 1644144115876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T10:44:44.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:44:44.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644144113643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:44:44.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:44:44.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "clamp",
"timestamp": 1644144116880,
"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-02-06T10:44:44.891Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93364b49-17cb-4e0e-b873-63da6f6be221
2022-02-06T10:44:44.892Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93364b49-17cb-4e0e-b873-63da6f6be221 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-02-06T10:44:44.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644144113643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:44:44.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:44:44.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644144113643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/resourceInstances/basic_onboard_nvrdqx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:44:44.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:44:44.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644144113643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:44:44.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:44:44.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644144113643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:44:44.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-06T10:44:44.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644144121407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:44:44.904Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:44:44.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "aai-ml",
"timestamp": 1644144121797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T10:44:44.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:44:44.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "aai-ml",
"timestamp": 1644144122802,
"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-02-06T10:44:44.909Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93364b49-17cb-4e0e-b873-63da6f6be221
2022-02-06T10:44:44.909Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93364b49-17cb-4e0e-b873-63da6f6be221 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-02-06T10:44:44.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644144123811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvrdqx/1.0/artifacts/service-BasicOnboardNvrdqx-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T10:44:44.915Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T10:44:44.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-06T10:44:44.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644144124819,
"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-02-06T10:44:44.918Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93364b49-17cb-4e0e-b873-63da6f6be221
2022-02-06T10:44:44.918Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93364b49-17cb-4e0e-b873-63da6f6be221 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-02-06T10:44:49.120Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93364b49-17cb-4e0e-b873-63da6f6be221
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-02-06T10:44:49.133Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93364b49-17cb-4e0e-b873-63da6f6be221
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-02-06T10:44:49.135Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T10:44:49.136Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T10:44:49.140Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-06T10:45:19.140Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93364b49-17cb-4e0e-b873-63da6f6be221 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-02-06T10:45:19.150Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93364b49-17cb-4e0e-b873-63da6f6be221 and serviceModelVersionId: e81ab59c-5475-4c09-b49b-0b4f3606fe22
2022-02-06T10:45:19.150Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f5317d3-7ccf-4752-9a26-95789642cf88
2022-02-06T10:45:19.152Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f5317d3-7ccf-4752-9a26-95789642cf88/model-vers/model-ver/e81ab59c-5475-4c09-b49b-0b4f3606fe22?depth=0
2022-02-06T10:45:19.157Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-06T10:45:19.239Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f5317d3-7ccf-4752-9a26-95789642cf88/model-vers/model-ver/e81ab59c-5475-4c09-b49b-0b4f3606fe22?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-02-06T10:45:19.241Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f5317d3-7ccf-4752-9a26-95789642cf88/model-vers/model-ver/e81ab59c-5475-4c09-b49b-0b4f3606fe22?depth=0|INFO|500||Invoke
2022-02-06T10:45:19.277Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f5317d3-7ccf-4752-9a26-95789642cf88/model-vers/model-ver/e81ab59c-5475-4c09-b49b-0b4f3606fe22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-06T10:45:19.400Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f5317d3-7ccf-4752-9a26-95789642cf88/model-vers/model-ver/e81ab59c-5475-4c09-b49b-0b4f3606fe22?depth=0|INFO|500||InvokeReturn
2022-02-06T10:45:19.401Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f5317d3-7ccf-4752-9a26-95789642cf88/model-vers/model-ver/e81ab59c-5475-4c09-b49b-0b4f3606fe22?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220206-10:45:19:286-2593], vertex-id=[213168], Content-Length=[0], Date=[Sun, 06 Feb 2022 10:45:19 GMT], Content-Type=[application/json]}
2022-02-06T10:45:19.401Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-02-06T10:45:19.402Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-06T10:45:19.402Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T10:45:19.408Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-06T10:45:19.408Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93364b49-17cb-4e0e-b873-63da6f6be221 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-06T10:45:19.409Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-06T10:45:19.409Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:45:19.412Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:45:19.412Z|93364b49-17cb-4e0e-b873-63da6f6be221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "93364b49-17cb-4e0e-b873-63da6f6be221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144319408,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-06T10:45:19.512Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:45:19.513Z||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-02-06T10:45:19.513Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:45:19.525Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:45:19.526Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 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-02-06T10:45:20.424Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T10:45:20.425Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T10:45:20.425Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as be9cUXSvBjxerxny) ...
2022-02-06T10:45:21.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:45:21.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T10:45:21.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"77de23a0-d83c-4614-bb4b-21b061565d83","serviceName":"vFW 2022-02-06 10-43-56","serviceVersion":"1.0","serviceUUID":"4bdcd6e9-9b1e-48b7-a97e-6be3b0bdee69","serviceDescription":"catalog service description","serviceInvariantUUID":"0496dec4-1a17-476d-86d0-31a69c1b4960","resources":[{"resourceInstanceName":"vFW 9e46f0a7-4711 0","resourceName":"vFW 9e46f0a7-4711","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"61b6a126-ddf4-4a3e-9d12-8bd59e10caee","resourceInvariantUUID":"879ffecf-8791-43b1-a34b-6bca54ff5ad9","resourceCustomizationUUID":"5c06af91-7f44-4f41-b294-6edf146f80fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vf-license-model.xml","artifactChecksum":"ODhjYzFkOWZiZGQ2NjExNDk2YmFiM2JhMWIxMGY5NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd443c22-3e0d-4d1e-8429-94bf943e8947","artifactVersion":"1"},{"artifactName":"vfw9e46f0a747110_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json","artifactChecksum":"YWJhMTQ5OGM0YmNiOGY4OThhMzcwZGZmOTQzZGM4YTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee1a155b-6e3f-4623-a9fe-18d81e65c4e8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d06dfa30-677a-4947-85a2-46ad64d07b82","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vendor-license-model.xml","artifactChecksum":"MjA0ZDRjZmJlZjFiZTk3MzZiYWI3NmJkODE5ODEwNDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9934235a-91b8-4199-b006-22653bd72cf4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0748fdfd-0597-4f08-b0cd-cc6095053eff","artifactVersion":"2","generatedFromUUID":"d06dfa30-677a-4947-85a2-46ad64d07b82"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220206104356-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-template.yml","artifactChecksum":"NDM0NzY1MTY4MGQzNzRlNTQ1MzZmODcwNWNiZjU2NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b980d197-ceb3-4530-b126-20cbc39be846","artifactVersion":"1"},{"artifactName":"service-Vfw20220206104356-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar","artifactChecksum":"ZjYyODEzMzI4Mzc4NDAyM2FlN2MzMjI3M2ExMWM3ZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98b02578-5143-4cc8-9b00-531806df4b8b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-06T10:45:21.048Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:45:21.048Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:45:21.050Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:45:21.051Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144320424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:45:21.151Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:45:21.152Z||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-02-06T10:45:21.152Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:45:21.160Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:45:21.160Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:45:22.052Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:45:22.052Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:45:22.055Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:45:22.055Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144320424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json",
"status": "NOTIFIED"
}
2022-02-06T10:45:22.155Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T10:45:22.156Z||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-02-06T10:45:22.157Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:45:22.165Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:45:22.166Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-06T10:45:23.056Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:45:23.056Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:45:23.059Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:45:23.059Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144320424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-06T10:45:23.161Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-02-06T10:45:23.162Z||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-02-06T10:45:23.162Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:45:23.172Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:45:23.173Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:45:24.060Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:45:24.061Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:45:24.063Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:45:24.063Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144320424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:45:24.163Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:45:24.165Z||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-02-06T10:45:24.165Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:45:24.173Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:45:24.174Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:45:25.064Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:45:25.065Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:45:25.070Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:45:25.070Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144320424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-06T10:45:25.169Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T10:45:25.170Z||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-02-06T10:45:25.170Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:45:25.180Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:45:25.181Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:45:26.071Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:45:26.072Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:45:26.075Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:45:26.076Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144320424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T10:45:26.175Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T10:45:26.180Z||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-02-06T10:45:26.181Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:45:26.189Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:45:26.190Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-06T10:45:27.077Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T10:45:27.078Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:45:27.080Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:45:27.081Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144320424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T10:45:27.181Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T10:45:27.182Z||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-02-06T10:45:27.182Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:45:27.192Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:45:27.192Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:45:28.083Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83",
"serviceName": "vFW 2022-02-06 10-43-56",
"serviceVersion": "1.0",
"serviceUUID": "4bdcd6e9-9b1e-48b7-a97e-6be3b0bdee69",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0496dec4-1a17-476d-86d0-31a69c1b4960",
"resources": [
{
"resourceInstanceName": "vFW 9e46f0a7-4711 0",
"resourceCustomizationUUID": "5c06af91-7f44-4f41-b294-6edf146f80fa",
"resourceName": "vFW 9e46f0a7-4711",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "61b6a126-ddf4-4a3e-9d12-8bd59e10caee",
"resourceInvariantUUID": "879ffecf-8791-43b1-a34b-6bca54ff5ad9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9e46f0a747110_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json",
"artifactChecksum": "YWJhMTQ5OGM0YmNiOGY4OThhMzcwZGZmOTQzZGM4YTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ee1a155b-6e3f-4623-a9fe-18d81e65c4e8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d06dfa30-677a-4947-85a2-46ad64d07b82",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0748fdfd-0597-4f08-b0cd-cc6095053eff",
"generatedFromUUID": "d06dfa30-677a-4947-85a2-46ad64d07b82"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0748fdfd-0597-4f08-b0cd-cc6095053eff",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220206104356-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar",
"artifactChecksum": "ZjYyODEzMzI4Mzc4NDAyM2FlN2MzMjI3M2ExMWM3ZGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "98b02578-5143-4cc8-9b00-531806df4b8b"
}
],
"workloadContext": "Production"
}
2022-02-06T10:45:28.083Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-06T10:45:28.083Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4bdcd6e9-9b1e-48b7-a97e-6be3b0bdee69 ASDC
2022-02-06T10:45:28.084Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:77de23a0-d83c-4614-bb4b-21b061565d83
ServiceName:vFW 2022-02-06 10-43-56
ServiceVersion:1.0
ServiceUUID:4bdcd6e9-9b1e-48b7-a97e-6be3b0bdee69
ServiceInvariantUUID:0496dec4-1a17-476d-86d0-31a69c1b4960
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220206104356-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar
ArtifactUUID:98b02578-5143-4cc8-9b00-531806df4b8b
ArtifactChecksum:ZjYyODEzMzI4Mzc4NDAyM2FlN2MzMjI3M2ExMWM3ZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9e46f0a7-4711 0
ResourceCustomizationUUID:5c06af91-7f44-4f41-b294-6edf146f80fa
ResourceInvariantUUID:879ffecf-8791-43b1-a34b-6bca54ff5ad9
ResourceName:vFW 9e46f0a7-4711
ResourceType:VF
ResourceUUID:61b6a126-ddf4-4a3e-9d12-8bd59e10caee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9e46f0a747110_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json
ArtifactUUID:ee1a155b-6e3f-4623-a9fe-18d81e65c4e8
ArtifactChecksum:YWJhMTQ5OGM0YmNiOGY4OThhMzcwZGZmOTQzZGM4YTE=
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/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml
ArtifactUUID:d06dfa30-677a-4947-85a2-46ad64d07b82
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/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env
ArtifactUUID:0748fdfd-0597-4f08-b0cd-cc6095053eff
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/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env
ArtifactUUID:0748fdfd-0597-4f08-b0cd-cc6095053eff
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-06T10:45:28.084Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4bdcd6e9-9b1e-48b7-a97e-6be3b0bdee69 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-02-06T10:45:28.121Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T10:45:28.121Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-06T10:45:28.121Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-06T10:45:28.122Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 98b02578-5143-4cc8-9b00-531806df4b8b from URL: /sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:28.122Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-06T10:45:28.122Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:28.430Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-06T10:45:28.434Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar 98b02578-5143-4cc8-9b00-531806df4b8b 98941
2022-02-06T10:45:28.434Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar ASDC sendASDCNotification
2022-02-06T10:45:28.434Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:28.435Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T10:45:28.435Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:45:28.448Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:45:28.448Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144328434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:45:28.538Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-02-06T10:45:28.538Z||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-02-06T10:45:28.539Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:45:28.554Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:45:28.555Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:45:29.450Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T10:45:29.452Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-06T10:45:29.452Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 98b02578-5143-4cc8-9b00-531806df4b8b, URL: /sdc/v1/catalog/services/Vfw20220206104356/1.0/artifacts/service-Vfw20220206104356-csar.csar to file: /app/ASDC/1/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:29.452Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220206104356-csar.csar
2022-02-06T10:45:29.453Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:29.454Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:29.651Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14579430420724733477/Definitions/service-Vfw20220206104356-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-02-06T10:45:31.632Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-06T10:45:31.633Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-06T10:45:31.633Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:31.633Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-06T10:45:31.633Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9e46f0a7-4711 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-Vfw20220206104356-csar.csar
2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:31.634Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220206104356-csar.csar
2022-02-06T10:45:31.635Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-06T10:45:31.635Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:31.635Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:45:31.635Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria
2022-02-06T10:45:31.635Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-06T10:45:31.636Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T10:45:31.636Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:31.636Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:45:31.636Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria
2022-02-06T10:45:31.636Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-06T10:45:31.636Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T10:45:31.637Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:31.637Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:45:31.637Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:31.637Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is not matching search criteria
2022-02-06T10:45:31.637Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-06T10:45:31.637Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-06T10:45:31.637Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-06T10:45:31.637Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-06T10:45:31.638Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-06T10:45:31.638Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-06T10:45:31.638Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-06T10:45:31.638Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-06T10:45:31.638Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-06T10:45:31.638Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-06T10:45:31.638Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-06T10:45:31.639Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-06T10:45:31.639Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-06T10:45:31.639Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-06T10:45:31.639Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-06T10:45:31.639Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-06T10:45:31.639Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:31.639Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T10:45:31.640Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:31.640Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria
2022-02-06T10:45:31.640Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:45:31.640Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:31.640Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria
2022-02-06T10:45:31.640Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:45:31.641Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:31.641Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria
2022-02-06T10:45:31.641Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:45:31.641Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:31.641Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is not matching search criteria
2022-02-06T10:45:31.641Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-06T10:45:31.642Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-06T10:45:31.642Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-06T10:45:31.642Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-06T10:45:31.642Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-06T10:45:31.642Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-06T10:45:31.643Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-06T10:45:31.643Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-06T10:45:31.643Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-06T10:45:31.643Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-06T10:45:31.643Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-06T10:45:31.644Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=845ed943-0a0a-4167-9e8f-68fba369b034
2022-02-06T10:45:31.644Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:31.644Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is not matching search criteria
2022-02-06T10:45:31.644Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-06T10:45:31.644Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-06T10:45:31.645Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-06T10:45:31.645Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-06T10:45:31.645Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-06T10:45:31.645Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-06T10:45:31.645Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-06T10:45:31.645Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-06T10:45:31.645Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-06T10:45:31.646Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-06T10:45:31.646Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-06T10:45:31.646Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-06T10:45:31.646Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f12d910e-a315-491f-b7be-d427802c419d
2022-02-06T10:45:31.646Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:31.646Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is not matching search criteria
2022-02-06T10:45:31.646Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-06T10:45:31.647Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-06T10:45:31.647Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-06T10:45:31.647Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-06T10:45:31.647Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-06T10:45:31.647Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-06T10:45:31.647Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-06T10:45:31.647Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-06T10:45:31.647Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-06T10:45:31.648Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-06T10:45:31.648Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-06T10:45:31.648Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-06T10:45:31.648Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ac7b7bff-1867-4b33-99eb-477a6b6d3f81
2022-02-06T10:45:31.648Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:31.648Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:45:31.648Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:31.649Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:45:31.649Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:31.649Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:45:31.649Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:31.649Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:45:31.649Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-06 10-43-56
Description:catalog service description
Model UUID:4bdcd6e9-9b1e-48b7-a97e-6be3b0bdee69
Model Version:NULL
Model InvariantUuid:0496dec4-1a17-476d-86d0-31a69c1b4960
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9e46f0a7-4711
Model UUID:0b64f3a8-fe59-4c72-a6f7-13a62df207f0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:879ffecf-8791-43b1-a34b-6bca54ff5ad9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5c06af91-7f44-4f41-b294-6edf146f80fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dd313984-6966-4380-90d6-ade9cfcf2a2e
ModelName:Vfw9e46f0a74711..base_vfw..module-0
ModelUuid:2361e4b5-62a6-4a70-b43f-e17c1db97315
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:845ed943-0a0a-4167-9e8f-68fba369b034
ModelInvariantUuid:7da2892c-b579-4047-a956-2b0367f12217
ModelName:vFW 9e46f0a7-4711-nodes.vfwCvfc
ModelUuid:d98840ad-f477-40fc-ad70-c0a483cfa907
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9f6a1a2b-10bd-4cb5-986a-f0b5a56948af
ModelInvariantUuid:7b280ac3-84ac-4b0f-82ad-b755661022e9
ModelName:Vfw9e46f0a74711.compute.nodes.heat.vfw
ModelUuid:b9ff2b15-f6c4-438c-aed3-76af3009db62
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f12d910e-a315-491f-b7be-d427802c419d
ModelInvariantUuid:f3caebd7-9a38-421e-a7ae-13e699e55c86
ModelName:vFW 9e46f0a7-4711-nodes.vsnCvfc
ModelUuid:ffac755a-9caf-462d-ba3d-190a2541cc8a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:2673f290-3c48-4405-ba9c-009ffbd5491e
ModelInvariantUuid:341d15f9-f7b3-4af4-a0f7-ddeffeb06854
ModelName:Vfw9e46f0a74711.compute.nodes.heat.vsn
ModelUuid:e2e690f8-1023-4567-a588-c3c08700c7be
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ac7b7bff-1867-4b33-99eb-477a6b6d3f81
ModelInvariantUuid:620f4a31-e8d8-40e8-a156-3eab0a3febce
ModelName:vFW 9e46f0a7-4711-nodes.vpgCvfc
ModelUuid:c81b269c-402a-40c4-81ec-6733cd07c0ba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:90b70f63-f7de-4517-9e83-cdd67661f97e
ModelInvariantUuid:9036aa37-ada9-4d53-ba83-7e113ca54b5f
ModelName:Vfw9e46f0a74711.compute.nodes.heat.vpg
ModelUuid:38e7362f-d78c-4426-9f3c-939fcb68c963
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-02-06T10:45:31.654Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 61b6a126-ddf4-4a3e-9d12-8bd59e10caee
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-02-06T10:45:31.658Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||vFW 9e46f0a7-4711 0
2022-02-06T10:45:31.658Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 61b6a126-ddf4-4a3e-9d12-8bd59e10caee
2022-02-06T10:45:31.658Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ee1a155b-6e3f-4623-a9fe-18d81e65c4e8 from URL: /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json
2022-02-06T10:45:31.658Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-06T10:45:31.658Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json
2022-02-06T10:45:31.776Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-06T10:45:31.777Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json ee1a155b-6e3f-4623-a9fe-18d81e65c4e8 785
2022-02-06T10:45:31.777Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json ASDC sendASDCNotification
2022-02-06T10:45:31.778Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json
2022-02-06T10:45:31.778Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T10:45:31.778Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:45:31.781Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:45:31.781Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144331777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/vfw9e46f0a747110_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:45:31.881Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:45:31.883Z||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-02-06T10:45:31.883Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:45:31.896Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:45:31.896Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:45:32.783Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9e46f0a74711..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dd313984-6966-4380-90d6-ade9cfcf2a2e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2361e4b5-62a6-4a70-b43f-e17c1db97315",
"vfModuleModelCustomizationUUID": "bba5e014-876c-44a4-a8ba-90de1ea22f7d",
"isBase": true,
"artifacts": [
"d06dfa30-677a-4947-85a2-46ad64d07b82",
"0748fdfd-0597-4f08-b0cd-cc6095053eff"
],
"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-02-06T10:45:32.790Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9e46f0a74711..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2361e4b5-62a6-4a70-b43f-e17c1db97315
VfModuleModelInvariantUUID:dd313984-6966-4380-90d6-ade9cfcf2a2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d06dfa30-677a-4947-85a2-46ad64d07b82
,
0748fdfd-0597-4f08-b0cd-cc6095053eff
}
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-02-06T10:45:32.794Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9e46f0a74711..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dd313984-6966-4380-90d6-ade9cfcf2a2e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2361e4b5-62a6-4a70-b43f-e17c1db97315",
"vfModuleModelCustomizationUUID": "bba5e014-876c-44a4-a8ba-90de1ea22f7d",
"isBase": true,
"artifacts": [
"d06dfa30-677a-4947-85a2-46ad64d07b82",
"0748fdfd-0597-4f08-b0cd-cc6095053eff"
],
"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-02-06T10:45:32.794Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9e46f0a74711..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2361e4b5-62a6-4a70-b43f-e17c1db97315
VfModuleModelInvariantUUID:dd313984-6966-4380-90d6-ade9cfcf2a2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d06dfa30-677a-4947-85a2-46ad64d07b82
,
0748fdfd-0597-4f08-b0cd-cc6095053eff
}
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-02-06T10:45:32.794Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d06dfa30-677a-4947-85a2-46ad64d07b82 from URL: /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml
2022-02-06T10:45:32.794Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-06T10:45:32.794Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml
2022-02-06T10:45:32.853Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-06T10:45:32.854Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml d06dfa30-677a-4947-85a2-46ad64d07b82 20368
2022-02-06T10:45:32.855Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-06T10:45:32.855Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml
2022-02-06T10:45:32.855Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T10:45:32.856Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:45:32.858Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:45:32.858Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144332855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:45:32.958Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:45:32.959Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T10:45:32.959Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:45:32.973Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:45:32.973Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:45:33.860Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0748fdfd-0597-4f08-b0cd-cc6095053eff from URL: /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env
2022-02-06T10:45:33.861Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-06T10:45:33.862Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env
2022-02-06T10:45:34.165Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-06T10:45:34.166Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env 0748fdfd-0597-4f08-b0cd-cc6095053eff 2098
2022-02-06T10:45:34.167Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-06T10:45:34.168Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env
2022-02-06T10:45:34.168Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T10:45:34.168Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-06T10:45:34.170Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T10:45:34.171Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "77de23a0-d83c-4614-bb4b-21b061565d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644144334167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220206104356/1.0/resourceInstances/vfw9e46f0a747110/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-06T10:45:34.271Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T10:45:34.272Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T10:45:34.272Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be9cUXSvBjxerxny) ...
2022-02-06T10:45:34.284Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T10:45:34.285Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-06T10:45:35.172Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4bdcd6e9-9b1e-48b7-a97e-6be3b0bdee69
2022-02-06T10:45:35.172Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9e46f0a7-4711 0 61b6a126-ddf4-4a3e-9d12-8bd59e10caee ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T10:45:35.189Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@735cca01, org.onap.sdc.toscaparser.api.parameters.Input@778e275b, org.onap.sdc.toscaparser.api.parameters.Input@4cc18723, org.onap.sdc.toscaparser.api.parameters.Input@32ec1f93, org.onap.sdc.toscaparser.api.parameters.Input@2775d70d]
2022-02-06T10:45:35.191Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:35.191Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:45:35.192Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-02-06T10:45:35.192Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5c06af91-7f44-4f41-b294-6edf146f80fa
2022-02-06T10:45:35.192Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5c06af91-7f44-4f41-b294-6edf146f80fa matches Tosca VF Customization UUID: 5c06af91-7f44-4f41-b294-6edf146f80fa
2022-02-06T10:45:35.192Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5c06af91-7f44-4f41-b294-6edf146f80fa 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-02-06T10:45:35.194Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:35.194Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T10:45:35.195Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5c06af91-7f44-4f41-b294-6edf146f80fa: {\"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-02-06T10:45:35.195Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@333d70f8
2022-02-06T10:45:35.195Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:35.196Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-06 10-43-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T10:45:35.196Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bba5e014-876c-44a4-a8ba-90de1ea22f7d
2022-02-06T10:45:35.196Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bba5e014-876c-44a4-a8ba-90de1ea22f7d
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-02-06T10:45:35.198Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T10:45:35.198Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Node template vFW 9e46f0a7-4711 0 is matching search criteria
2022-02-06T10:45:35.199Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9e46f0a7-4711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T10:45:35.199Z|77de23a0-d83c-4614-bb4b-21b061565d83|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery