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-04-10T05:33:56.803Z||main|||||INFO|500||The following profiles are active: basic
2022-04-10T05:34:11.822Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-10T05:34:11.823Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-10T05:34:12.052Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-10T05:34:19.214Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-10T05:34:20.098Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-10T05:34:21.042Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-10T05:34:21.059Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-10T05:34:21.240Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-10T05:34:21.617Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-10T05:34:22.793Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-10T05:34:26.493Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-10T05:34:31.014Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-10T05:34:31.137Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-10T05:34:32.232Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-10T05:34:32.710Z||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-04-10T05:34:34.727Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-10T05:34:36.458Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-10T05:34:36.516Z||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$$51610b81.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-04-10T05:34:36.522Z||main|||||WARN|500||The sdc end point is not alive
2022-04-10T05:34:41.772Z||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-04-10T05:34:46.147Z||main|||||WARN|500||---
2022-04-10T05:34:46.148Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-10T05:34:46.148Z||main|||||WARN|500||---
2022-04-10T05:34:46.794Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-10T05:34:54.645Z||main|||||INFO|500||Started Application in 61.811 seconds (JVM running for 64.846)
2022-04-10T05:34:54.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-10T05:34:54.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-10T05:34:54.703Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-10T05:34:54.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-10T05:34:54.816Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 23e4e7de-c743-4d93-9b33-5461f90756ff url= /sdc/v1/artifactTypes
2022-04-10T05:34:54.816Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-10T05:34:55.276Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-10T05:34:55.343Z||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-04-10T05:34:55.421Z||scheduling-1|||||DEBUG|500||create keys
2022-04-10T05:34:55.431Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-10T05:34:55.480Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:34:55.501Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2f77d420-0332-4acb-81ad-33c9a6e6cef7 url= /sdc/v1/registerForDistribution
2022-04-10T05:34:55.857Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2f77d420-0332-4acb-81ad-33c9a6e6cef7 url= /sdc/v1/registerForDistribution
2022-04-10T05:34:55.857Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-10T05:34:55.876Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:34:55.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:34:55.893Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-10T05:34:55.910Z||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-04-10T05:34:55.909Z||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-04-10T05:34:55.914Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:34:55.914Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:35:06.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:35:06.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:35:55.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:35:55.873Z||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-04-10T05:35:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:35:55.874Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:35:55.875Z||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-04-10T05:35:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:36:05.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:36:05.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:36:55.872Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:36:55.873Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:36:55.873Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T05:36:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:36:55.874Z||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-04-10T05:36:55.876Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:37:05.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:37:05.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:37:55.871Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:37:55.873Z||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-04-10T05:37:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:37:55.873Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:37:55.874Z||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-04-10T05:37:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:38:05.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:38:05.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:38:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:38:55.872Z||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-04-10T05:38:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:38:55.874Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:38:55.879Z||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-04-10T05:38:55.879Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:39:05.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:39:05.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:39:55.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:39:55.874Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:39:55.875Z||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-04-10T05:39:55.875Z||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-04-10T05:39:55.876Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:39:55.876Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:40:05.429Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:40:05.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:40:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:40:55.873Z||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-04-10T05:40:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:40:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:40:55.875Z||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-04-10T05:40:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:41:05.426Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:41:05.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:41:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:41:55.872Z||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-04-10T05:41:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:41:55.873Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:41:55.874Z||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-04-10T05:41:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:42:05.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:42:05.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:42:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:42:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:42:55.875Z||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-04-10T05:42:55.875Z||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-04-10T05:42:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:42:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:43:05.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:43:05.418Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:43:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:43:55.872Z||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-04-10T05:43:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:43:55.873Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:43:55.874Z||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-04-10T05:43:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:44:05.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:44:05.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:44:16.497Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-10T05:44:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:44:55.872Z||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-04-10T05:44:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:44:55.873Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:44:55.874Z||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-04-10T05:44:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:45:05.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:45:05.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:45:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:45:55.872Z||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-04-10T05:45:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:45:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:45:55.874Z||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-04-10T05:45:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:46:05.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:46:05.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:46:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:46:55.873Z||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-04-10T05:46:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:46:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:46:55.874Z||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-04-10T05:46:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:47:05.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:47:05.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:47:55.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:47:55.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:47:55.883Z||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-04-10T05:47:55.883Z||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-04-10T05:47:55.884Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:47:55.884Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:48:05.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:48:05.465Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:48:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:48:55.873Z||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-04-10T05:48:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:48:55.873Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:48:55.874Z||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-04-10T05:48:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:49:05.413Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:49:05.422Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:49:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:49:55.872Z||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-04-10T05:49:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:49:55.873Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:49:55.874Z||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-04-10T05:49:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:50:05.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:50:05.419Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:50:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:50:55.873Z||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-04-10T05:50:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:50:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:50:55.874Z||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-04-10T05:50:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:51:05.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:51:05.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:51:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:51:55.873Z||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-04-10T05:51:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:51:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:51:55.874Z||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-04-10T05:51:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:52:05.419Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:52:05.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:52:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:52:55.872Z||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-04-10T05:52:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:52:55.873Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:52:55.875Z||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-04-10T05:52:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:53:05.418Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:53:05.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:53:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:53:55.873Z||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-04-10T05:53:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:53:55.873Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:53:55.874Z||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-04-10T05:53:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:54:05.426Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:54:05.426Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:54:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:54:55.873Z||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-04-10T05:54:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:54:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:54:55.876Z||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-04-10T05:54:55.876Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:55:05.428Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:55:05.428Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:55:55.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:55:55.873Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:55:55.874Z||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-04-10T05:55:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:55:55.874Z||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-04-10T05:55:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:56:05.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:56:05.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:56:55.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:56:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:56:55.875Z||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-04-10T05:56:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:56:55.875Z||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-04-10T05:56:55.876Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:57:05.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:57:05.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:57:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:57:55.873Z||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-04-10T05:57:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:57:55.874Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:57:55.875Z||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-04-10T05:57:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:58:05.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:58:05.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:58:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:58:55.872Z||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-04-10T05:58:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:58:55.873Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:58:55.875Z||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-04-10T05:58:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:59:05.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:59:05.417Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T05:59:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:59:55.872Z||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-04-10T05:59:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:59:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:59:55.875Z||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-04-10T05:59:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:00:05.412Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:00:05.439Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:00:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:00:55.872Z||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-04-10T06:00:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:00:55.873Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:00:55.874Z||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-04-10T06:00:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:01:05.430Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:01:05.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:01:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:01:55.873Z||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-04-10T06:01:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:01:55.873Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:01:55.874Z||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-04-10T06:01:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:02:05.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:02:05.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:02:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:02:55.873Z||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-04-10T06:02:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:02:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:02:55.874Z||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-04-10T06:02:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:03:05.432Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:03:05.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:03:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:03:55.872Z||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-04-10T06:03:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:03:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:03:55.874Z||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-04-10T06:03:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:04:05.412Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:04:05.412Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:04:55.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:04:55.873Z||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-04-10T06:04:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:04:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:04:55.874Z||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-04-10T06:04:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:05:05.410Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:05:05.410Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:05:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:05:55.874Z||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-04-10T06:05:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:05:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:05:55.875Z||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-04-10T06:05:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:06:05.412Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:06:05.412Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:06:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:06:55.872Z||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-04-10T06:06:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:06:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:06:55.874Z||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-04-10T06:06:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:07:05.408Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:07:05.409Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:07:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:07:55.872Z||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-04-10T06:07:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:07:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:07:55.874Z||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-04-10T06:07:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:08:05.412Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:08:05.412Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:08:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:08:55.872Z||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-04-10T06:08:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:08:55.873Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:08:55.874Z||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-04-10T06:08:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:09:05.407Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:09:05.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:09:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:09:55.872Z||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-04-10T06:09:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:09:55.873Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:09:55.874Z||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-04-10T06:09:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:10:05.415Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:10:05.417Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:10:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:10:55.872Z||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-04-10T06:10:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:10:55.873Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:10:55.874Z||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-04-10T06:10:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:11:05.416Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:11:05.416Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:11:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:11:55.872Z||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-04-10T06:11:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:11:55.873Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:11:55.874Z||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-04-10T06:11:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:12:05.412Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:12:05.412Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:12:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:12:55.872Z||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-04-10T06:12:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:12:55.873Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:12:55.874Z||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-04-10T06:12:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:13:05.409Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:13:05.410Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:13:55.871Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:13:55.872Z||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-04-10T06:13:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:13:55.873Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:13:55.876Z||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-04-10T06:13:55.876Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:14:05.415Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:14:05.415Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:14:55.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:14:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:14:55.875Z||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-04-10T06:14:55.875Z||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-04-10T06:14:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:14:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:15:05.420Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:15:05.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:15:55.871Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:15:55.872Z||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-04-10T06:15:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:15:55.873Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:15:55.874Z||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-04-10T06:15:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:15:58.211Z||http-nio-8085-exec-3|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T06:16:05.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:16:05.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:16:55.871Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:16:55.872Z||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-04-10T06:16:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:16:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:16:55.874Z||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-04-10T06:16:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:17:05.409Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:17:05.409Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:17:55.871Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:17:55.872Z||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-04-10T06:17:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:17:55.873Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:17:55.875Z||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-04-10T06:17:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:18:05.413Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:18:05.414Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:18:55.871Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:18:55.872Z||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-04-10T06:18:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:18:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:18:55.874Z||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-04-10T06:18:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:19:05.412Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:19:05.413Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:19:55.871Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:19:55.872Z||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-04-10T06:19:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:19:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:19:55.875Z||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-04-10T06:19:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:20:05.414Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:20:05.415Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:20:55.871Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:20:55.872Z||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-04-10T06:20:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:20:55.873Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:20:55.875Z||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-04-10T06:20:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:21:05.414Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:21:05.414Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:21:55.871Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:21:55.872Z||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-04-10T06:21:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:21:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:21:55.874Z||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-04-10T06:21:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:22:05.413Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:22:05.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:22:55.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:22:55.873Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:22:55.875Z||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-04-10T06:22:55.875Z||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-04-10T06:22:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:22:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:23:05.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:23:05.433Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:23:55.871Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:23:55.873Z||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-04-10T06:23:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:23:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:23:55.876Z||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-04-10T06:23:55.876Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:24:05.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:24:05.427Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:24:55.871Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:24:55.872Z||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-04-10T06:24:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:24:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:24:55.874Z||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-04-10T06:24:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:24:56.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:24:56.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:24:56.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"29fe3f5e-54ae-41fe-8b69-97fdb715d0ed","serviceName":"vFW 2022-04-10 06-21-07","serviceVersion":"1.0","serviceUUID":"47d65b9f-c636-4c04-800a-06c5a08987a7","serviceDescription":"catalog service description","serviceInvariantUUID":"1200201f-f55e-42f5-bd37-9ddbb9fd5f4c","resources":[{"resourceInstanceName":"vFW bd0d5b3d-f4d0 0","resourceName":"vFW bd0d5b3d-f4d0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5bbd7b6f-78e2-493c-a9df-b47e40fb03ce","resourceInvariantUUID":"2d82056e-4bf7-43ca-a28a-38a656259d94","resourceCustomizationUUID":"b0564e6e-c0cc-4774-b20e-3fae3303c1b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml","artifactChecksum":"NGVjYTA2ODNmMGIxNmU4MzhjNGU1NmQ4OTM4ZGNhNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9288febe-1594-48dd-b751-809ca1c65eac","artifactVersion":"1"},{"artifactName":"vfwbd0d5b3df4d00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json","artifactChecksum":"YjA3ZTlkYTczNzA0MGJhYTk1MzRhOTBjZjJkMjQyY2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f7945c8e-d4ed-4fdf-9421-1c81979fb77e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7de4edb3-96f0-42ed-a162-e653af8cc95e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml","artifactChecksum":"N2EzMmZlN2QyYmYzM2UwZTFkZmZmZDZhZDA4ZTRjZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a58d93b-0a7e-47d9-8740-f935c24ae58e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4172215b-e64b-4f3c-9d33-3b76ae1d9779","artifactVersion":"2","generatedFromUUID":"7de4edb3-96f0-42ed-a162-e653af8cc95e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220410062107-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml","artifactChecksum":"ZmI1MDJmZjczYWYwYzFmMzNmOGJmODA2YjY0YThjNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"442562d2-812b-45bb-8403-1b9c8385fd50","artifactVersion":"1"},{"artifactName":"service-Vfw20220410062107-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar","artifactChecksum":"MzRhYmI2ZDc2MGU5NWIyZDVlNGI0Y2Q5Zjc3NmJlYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"345adeb8-da13-4a9d-a4b6-cd89d8308ead","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:24:56.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571852331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.515Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:24:56.522Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:24:56.534Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:24:56.535Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "aai-ml",
"timestamp": 1649571845389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571845037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1649571845252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "clamp",
"timestamp": 1649571853829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571852331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1649571845252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "aai-ml",
"timestamp": 1649571845389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571845037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "clamp",
"timestamp": 1649571853829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571852331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1649571845252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "aai-ml",
"timestamp": 1649571845389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571845037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "clamp",
"timestamp": 1649571853829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571852331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1649571845252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "aai-ml",
"timestamp": 1649571845389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "cds",
"timestamp": 1649571856463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571845037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "clamp",
"timestamp": 1649571853829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571852331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "cds",
"timestamp": 1649571856463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "aai-ml",
"timestamp": 1649571845389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1649571845252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571845037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "clamp",
"timestamp": 1649571853829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571852331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1649571845252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "aai-ml",
"timestamp": 1649571845389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "cds",
"timestamp": 1649571856463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571845037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "policy-id",
"timestamp": 1649571858564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "clamp",
"timestamp": 1649571853829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571852331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1649571845252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "aai-ml",
"timestamp": 1649571845389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "cds",
"timestamp": 1649571856463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571845037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "policy-id",
"timestamp": 1649571858564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "clamp",
"timestamp": 1649571853829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "cds",
"timestamp": 1649571856463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "policy-id",
"timestamp": 1649571858564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.557Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571862227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.557Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "aai-ml",
"timestamp": 1649571862241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.558Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571862705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.558Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "cds",
"timestamp": 1649571856463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "policy-id",
"timestamp": 1649571858564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "cds",
"timestamp": 1649571856463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "policy-id",
"timestamp": 1649571858564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571864085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.560Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "policy-id",
"timestamp": 1649571858564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "cds",
"timestamp": 1649571864705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.561Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571865424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.562Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "policy-id",
"timestamp": 1649571858564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "ves-openapi-manager",
"timestamp": 1649571865252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "cds",
"timestamp": 1649571865740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-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-04-10T06:24:56.635Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-10T06:24:56.643Z||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-04-10T06:24:56.644Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:24:56.658Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:24:56.660Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 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-04-10T06:24:56.790Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed
2022-04-10T06:24:56.821Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed 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-04-10T06:24:56.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571866492,
"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-04-10T06:24:56.867Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed
2022-04-10T06:24:56.867Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed 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-04-10T06:24:56.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "ves-openapi-manager",
"timestamp": 1649571865252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "policy-id",
"timestamp": 1649571866661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "cds",
"timestamp": 1649571856463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571867497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
"status": "DEPLOY_OK"
}
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "ves-openapi-manager",
"timestamp": 1649571865252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "policy-id",
"timestamp": 1649571867673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "cds",
"timestamp": 1649571856463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "ves-openapi-manager",
"timestamp": 1649571865252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571869399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "policy-id",
"timestamp": 1649571868679,
"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-04-10T06:24:56.890Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed
2022-04-10T06:24:56.890Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed 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-04-10T06:24:56.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "cds",
"timestamp": 1649571856463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "ves-openapi-manager",
"timestamp": 1649571865252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571870408,
"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-04-10T06:24:56.911Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed
2022-04-10T06:24:56.911Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed 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-04-10T06:24:56.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "policy-id",
"timestamp": 1649571858564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "cds",
"timestamp": 1649571856463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "ves-openapi-manager",
"timestamp": 1649571865252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "policy-id",
"timestamp": 1649571858564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "cds",
"timestamp": 1649571856463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "ves-openapi-manager",
"timestamp": 1649571865252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "policy-id",
"timestamp": 1649571858564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "cds",
"timestamp": 1649571856463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571872330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "policy-id",
"timestamp": 1649571858564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "cds",
"timestamp": 1649571856463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571872330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "policy-id",
"timestamp": 1649571858564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571872330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "policy-id",
"timestamp": 1649571858564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571875038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "cds",
"timestamp": 1649571875084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571872330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "policy-id",
"timestamp": 1649571858564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571875038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "cds",
"timestamp": 1649571876110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-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-04-10T06:24:56.944Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8b7bf02-d3e1-4c50-8589-692878089bbb
2022-04-10T06:24:56.945Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b7bf02-d3e1-4c50-8589-692878089bbb 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-04-10T06:24:56.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571872330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "clamp",
"timestamp": 1649571876495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.955Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571875038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "policy-id",
"timestamp": 1649571877050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.956Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571872330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.957Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571875038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.958Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "policy-id",
"timestamp": 1649571878057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:24:56.958Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571872330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:24:56.959Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "clamp",
"timestamp": 1649571878511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:24:56.960Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571875038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.960Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:56.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "policy-id",
"timestamp": 1649571879061,
"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-04-10T06:24:56.968Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8b7bf02-d3e1-4c50-8589-692878089bbb
2022-04-10T06:24:56.968Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b7bf02-d3e1-4c50-8589-692878089bbb 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-04-10T06:24:56.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "clamp",
"timestamp": 1649571879517,
"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-04-10T06:24:56.989Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed
2022-04-10T06:24:56.989Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed 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-04-10T06:24:57.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571880152,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:24:57.002Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:57.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571875038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:57.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571875038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:24:57.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:57.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571881996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:24:57.004Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:57.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571883213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:24:57.005Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:57.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571883435,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:24:57.005Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:57.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571884455,
"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-04-10T06:24:57.013Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8b7bf02-d3e1-4c50-8589-692878089bbb
2022-04-10T06:24:57.014Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b7bf02-d3e1-4c50-8589-692878089bbb 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-04-10T06:24:57.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "aai-ml",
"timestamp": 1649571884603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:24:57.025Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:57.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "clamp",
"timestamp": 1649571883830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:57.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649571885459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-10T06:24:57.026Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:57.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571885924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:24:57.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:57.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "aai-ml",
"timestamp": 1649571885609,
"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-04-10T06:24:57.036Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed
2022-04-10T06:24:57.036Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed 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-04-10T06:24:57.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "clamp",
"timestamp": 1649571883830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T06:24:57.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:57.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649571886930,
"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-04-10T06:24:57.055Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8b7bf02-d3e1-4c50-8589-692878089bbb
2022-04-10T06:24:57.055Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b7bf02-d3e1-4c50-8589-692878089bbb 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-04-10T06:24:57.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "clamp",
"timestamp": 1649571883830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:57.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "aai-ml",
"timestamp": 1649571886612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:57.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "clamp",
"timestamp": 1649571883830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:57.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "aai-ml",
"timestamp": 1649571886612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:57.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "clamp",
"timestamp": 1649571883830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:57.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "aai-ml",
"timestamp": 1649571886612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:57.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "clamp",
"timestamp": 1649571883830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:57.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "aai-ml",
"timestamp": 1649571886612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:57.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "clamp",
"timestamp": 1649571883830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:24:57.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:57.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "aai-ml",
"timestamp": 1649571886612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:57.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "aai-ml",
"timestamp": 1649571886612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:57.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "aai-ml",
"timestamp": 1649571886612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:24:57.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:24:57.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "aai-ml",
"timestamp": 1649571894466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:24:57.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:57.543Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:24:57.544Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:24:57.547Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:24:57.547Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
"status": "NOTIFIED"
}
2022-04-10T06:24:57.647Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:24:57.648Z||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-04-10T06:24:57.648Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:24:57.661Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:24:57.662Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:24:58.548Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:24:58.549Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:24:58.551Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:24:58.551Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-10T06:24:58.652Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:24:58.653Z||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-04-10T06:24:58.653Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:24:58.666Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:24:58.667Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:24:59.553Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:24:59.553Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:24:59.576Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:24:59.577Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:24:59.658Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-04-10T06:24:59.659Z||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-04-10T06:24:59.659Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:24:59.669Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:24:59.670Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:00.577Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:00.579Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:00.581Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:00.581Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-10T06:25:00.682Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:00.683Z||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-04-10T06:25:00.683Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:00.695Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:00.697Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:01.582Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:01.583Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:01.585Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:01.585Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:25:01.685Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:01.687Z||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-04-10T06:25:01.688Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:01.699Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:01.701Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:02.586Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:02.587Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:02.591Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:02.591Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:25:02.690Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-10T06:25:02.692Z||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-04-10T06:25:02.692Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:02.709Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:02.710Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:25:03.596Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"serviceName": "vFW 2022-04-10 06-21-07",
"serviceVersion": "1.0",
"serviceUUID": "47d65b9f-c636-4c04-800a-06c5a08987a7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1200201f-f55e-42f5-bd37-9ddbb9fd5f4c",
"resources": [
{
"resourceInstanceName": "vFW bd0d5b3d-f4d0 0",
"resourceCustomizationUUID": "b0564e6e-c0cc-4774-b20e-3fae3303c1b6",
"resourceName": "vFW bd0d5b3d-f4d0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5bbd7b6f-78e2-493c-a9df-b47e40fb03ce",
"resourceInvariantUUID": "2d82056e-4bf7-43ca-a28a-38a656259d94",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbd0d5b3df4d00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
"artifactChecksum": "YjA3ZTlkYTczNzA0MGJhYTk1MzRhOTBjZjJkMjQyY2E\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f7945c8e-d4ed-4fdf-9421-1c81979fb77e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7de4edb3-96f0-42ed-a162-e653af8cc95e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4172215b-e64b-4f3c-9d33-3b76ae1d9779",
"generatedFromUUID": "7de4edb3-96f0-42ed-a162-e653af8cc95e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4172215b-e64b-4f3c-9d33-3b76ae1d9779",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220410062107-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"artifactChecksum": "MzRhYmI2ZDc2MGU5NWIyZDVlNGI0Y2Q5Zjc3NmJlYWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "345adeb8-da13-4a9d-a4b6-cd89d8308ead"
}
],
"workloadContext": "Production"
}
2022-04-10T06:25:03.604Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T06:25:03.604Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 47d65b9f-c636-4c04-800a-06c5a08987a7 ASDC
2022-04-10T06:25:03.753Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:29fe3f5e-54ae-41fe-8b69-97fdb715d0ed
ServiceName:vFW 2022-04-10 06-21-07
ServiceVersion:1.0
ServiceUUID:47d65b9f-c636-4c04-800a-06c5a08987a7
ServiceInvariantUUID:1200201f-f55e-42f5-bd37-9ddbb9fd5f4c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220410062107-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar
ArtifactUUID:345adeb8-da13-4a9d-a4b6-cd89d8308ead
ArtifactChecksum:MzRhYmI2ZDc2MGU5NWIyZDVlNGI0Y2Q5Zjc3NmJlYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bd0d5b3d-f4d0 0
ResourceCustomizationUUID:b0564e6e-c0cc-4774-b20e-3fae3303c1b6
ResourceInvariantUUID:2d82056e-4bf7-43ca-a28a-38a656259d94
ResourceName:vFW bd0d5b3d-f4d0
ResourceType:VF
ResourceUUID:5bbd7b6f-78e2-493c-a9df-b47e40fb03ce
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbd0d5b3df4d00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json
ArtifactUUID:f7945c8e-d4ed-4fdf-9421-1c81979fb77e
ArtifactChecksum:YjA3ZTlkYTczNzA0MGJhYTk1MzRhOTBjZjJkMjQyY2E=
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/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml
ArtifactUUID:7de4edb3-96f0-42ed-a162-e653af8cc95e
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/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env
ArtifactUUID:4172215b-e64b-4f3c-9d33-3b76ae1d9779
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/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env
ArtifactUUID:4172215b-e64b-4f3c-9d33-3b76ae1d9779
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-10T06:25:03.754Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 47d65b9f-c636-4c04-800a-06c5a08987a7 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-04-10T06:25:03.811Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:25:03.812Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:25:03.814Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:25:03.814Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 345adeb8-da13-4a9d-a4b6-cd89d8308ead from URL: /sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:03.815Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:25:03.816Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:04.402Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:25:04.424Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar 345adeb8-da13-4a9d-a4b6-cd89d8308ead 98926
2022-04-10T06:25:04.425Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar ASDC sendASDCNotification
2022-04-10T06:25:04.426Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:04.427Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:25:04.427Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:04.429Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:04.429Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571904424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:25:04.530Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:04.531Z||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-04-10T06:25:04.532Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:04.544Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:04.545Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:05.430Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:25:05.432Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:25:05.433Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 345adeb8-da13-4a9d-a4b6-cd89d8308ead, URL: /sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar to file: /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:05.434Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220410062107-csar.csar
2022-04-10T06:25:05.555Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:05.555Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:06.347Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10153611699456037144/Definitions/service-Vfw20220410062107-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-10T06:25:10.414Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T06:25:10.420Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-10T06:25:10.421Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.421Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-10T06:25:10.422Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|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-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.422Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|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-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.422Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|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-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.422Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|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-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.422Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|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-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.422Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|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-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.423Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|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-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.423Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|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-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.423Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bd0d5b3d-f4d0 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-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.423Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|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-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.424Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|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-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.424Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|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-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.424Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|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-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.424Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-10T06:25:10.433Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:10.435Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-21-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:10.441Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is matching search criteria
2022-04-10T06:25:10.441Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-10T06:25:10.443Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bd0d5b3d-f4d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:25:10.445Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:10.445Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-21-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:10.446Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is matching search criteria
2022-04-10T06:25:10.446Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-10T06:25:10.446Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bd0d5b3d-f4d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:25:10.447Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:10.447Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-21-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:10.451Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:10.451Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is not matching search criteria
2022-04-10T06:25:10.451Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:25:10.452Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T06:25:10.452Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.452Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.452Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.453Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T06:25:10.453Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:25:10.453Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T06:25:10.454Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T06:25:10.454Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.454Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.454Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T06:25:10.454Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.455Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T06:25:10.455Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.455Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T06:25:10.456Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:10.456Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-21-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:25:10.458Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:10.458Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is matching search criteria
2022-04-10T06:25:10.458Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bd0d5b3d-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:10.459Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:10.459Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is matching search criteria
2022-04-10T06:25:10.459Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bd0d5b3d-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:10.460Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:10.460Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is matching search criteria
2022-04-10T06:25:10.460Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bd0d5b3d-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:10.461Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:10.461Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is not matching search criteria
2022-04-10T06:25:10.461Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:25:10.461Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-10T06:25:10.462Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:25:10.462Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T06:25:10.462Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T06:25:10.462Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.463Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.463Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T06:25:10.463Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.463Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T06:25:10.464Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.464Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d0044be6-f072-4e24-847d-fa52921feb87
2022-04-10T06:25:10.464Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:10.465Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is not matching search criteria
2022-04-10T06:25:10.465Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:25:10.465Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T06:25:10.466Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.466Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.466Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.466Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T06:25:10.467Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:25:10.467Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-10T06:25:10.467Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T06:25:10.467Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.468Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T06:25:10.468Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.468Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a4c0dca2-1d8f-4af7-b455-71d2b9d00e87
2022-04-10T06:25:10.469Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:10.469Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is not matching search criteria
2022-04-10T06:25:10.469Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:25:10.469Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T06:25:10.470Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.470Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.470Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.470Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T06:25:10.471Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:25:10.471Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T06:25:10.471Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T06:25:10.471Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.472Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.472Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-10T06:25:10.472Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1bdbcf9d-03f5-4cd0-aea0-f13d433934f7
2022-04-10T06:25:10.473Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:10.473Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-21-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:10.473Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:10.473Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-21-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:10.474Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:10.474Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-21-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:10.474Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:10.474Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-21-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:10.475Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-10 06-21-07
Description:catalog service description
Model UUID:47d65b9f-c636-4c04-800a-06c5a08987a7
Model Version:NULL
Model InvariantUuid:1200201f-f55e-42f5-bd37-9ddbb9fd5f4c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bd0d5b3d-f4d0
Model UUID:a17b63f4-dbed-4d2d-8263-886ef98da659
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2d82056e-4bf7-43ca-a28a-38a656259d94
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b0564e6e-c0cc-4774-b20e-3fae3303c1b6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:196a47ec-fc58-4e14-be5a-0d9b29878c88
ModelName:VfwBd0d5b3dF4d0..base_vfw..module-0
ModelUuid:08c0e544-9e4d-4fff-a3d1-843a836b1bb5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d0044be6-f072-4e24-847d-fa52921feb87
ModelInvariantUuid:a24a61ae-e9e8-484c-bc60-3860c47a84aa
ModelName:vFW bd0d5b3d-f4d0-nodes.vfwCvfc
ModelUuid:0563c839-1b51-428f-96a3-a47e0be85659
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0113be57-1c0a-4550-934e-01a1f29f2d99
ModelInvariantUuid:8155c27b-f7c3-4619-a149-b0007dff26f2
ModelName:VfwBd0d5b3dF4d0.compute.nodes.heat.vfw
ModelUuid:8ba5b34d-308e-4223-9318-025beff8f91f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a4c0dca2-1d8f-4af7-b455-71d2b9d00e87
ModelInvariantUuid:8d291132-58f9-4057-a944-4247351547cf
ModelName:vFW bd0d5b3d-f4d0-nodes.vsnCvfc
ModelUuid:d4b47e22-3a14-45bb-82a8-a5f42f0d1d62
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:2e2046ce-4fe9-4afc-807b-022cdd5bb7d0
ModelInvariantUuid:6eaaf0ae-403a-4f11-9a77-849a5f9fb020
ModelName:VfwBd0d5b3dF4d0.compute.nodes.heat.vsn
ModelUuid:53c671d6-8072-43ae-87dd-2c20f0caf63a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1bdbcf9d-03f5-4cd0-aea0-f13d433934f7
ModelInvariantUuid:1f8e0d36-1e4f-4767-9b22-39a7bb2e22f8
ModelName:vFW bd0d5b3d-f4d0-nodes.vpgCvfc
ModelUuid:41f71407-a2d7-4ffc-b137-94d08d01b312
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1420dc20-b343-406d-99a0-01d9b337c400
ModelInvariantUuid:44d11b0e-e271-4c74-9c6f-ad83ebdc8b3a
ModelName:VfwBd0d5b3dF4d0.compute.nodes.heat.vpg
ModelUuid:f9267b63-d59b-4690-afcf-b1d945b02835
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-04-10T06:25:10.484Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@9fc422e marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1847) 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.$Proxy220.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-04-10T06:25:10.492Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-04-10T06:25:10.493Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||ERROR|500||(conn=1847) WSREP has not yet prepared node for application use
2022-04-10T06:25:10.495Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|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.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.$Proxy220.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1847) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-04-10T06:25:10.499Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|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.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.$Proxy220.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 49 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1847) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-04-10T06:25:10.516Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|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.$Proxy220.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy141.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 33 common frames omitted
2022-04-10T06:25:10.518Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed 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-04-10T06:25:10.637Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed and serviceModelVersionId: 47d65b9f-c636-4c04-800a-06c5a08987a7
2022-04-10T06:25:10.638Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1200201f-f55e-42f5-bd37-9ddbb9fd5f4c
2022-04-10T06:25:27.302Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?depth=0
2022-04-10T06:25:27.426Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T06:25:28.103Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?depth=0|INFO|500||Invoke
2022-04-10T06:25:28.112Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[29fe3f5e-54ae-41fe-8b69-97fdb715d0ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e719f81e-90cb-4006-9b1e-4b39032b64d0], X-ECOMP-RequestID=[29fe3f5e-54ae-41fe-8b69-97fdb715d0ed], X-TransactionId=[], X-ONAP-RequestID=[29fe3f5e-54ae-41fe-8b69-97fdb715d0ed], Content-Type=[application/merge-patch+json]}
2022-04-10T06:25:28.248Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-04-10T06:25:28.800Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?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/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220410-06:25:28:260-10524], vertex-id=[176200], Content-Length=[0], Date=[Sun, 10 Apr 2022 06:25:28 GMT], Content-Type=[application/json]}
2022-04-10T06:25:28.802Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-10T06:25:28.803Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?depth=0|INFO|500||InvokeReturn
2022-04-10T06:25:28.807Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T06:25:28.807Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-04-10T06:25:28.808Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed 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-04-10T06:25:28.810Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-10T06:25:28.810Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:28.814Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:28.814Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571928809,
"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-04-10T06:25:28.914Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:28.915Z||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-04-10T06:25:28.915Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:28.932Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:28.933Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:25:29.829Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T06:25:29.829Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8b7bf02-d3e1-4c50-8589-692878089bbb","serviceName":"basic_onboard_CqVDvp","serviceVersion":"1.0","serviceUUID":"4b2d042a-82a5-4e7c-902d-752cb7605c91","serviceDescription":"service","serviceInvariantUUID":"f0c72813-b1a0-4423-9e73-d82ec15ce834","resources":[{"resourceInstanceName":"basic_onboard_CqVDvp 0","resourceName":"basic_onboard_CqVDvp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b62b3d56-9041-4371-9f5b-8ca624ab6f7c","resourceInvariantUUID":"8e03b6dc-4cd6-4c7d-bdb8-38f3894ddc65","resourceCustomizationUUID":"70a5de36-3b32-4065-b9ce-184004525062","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml","artifactChecksum":"NmQ3Yjk3ZDkzYTNlZWFiZDkwYjJiNDRmMGU3Mzk0ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8d058e5-08c2-43ad-bfa6-4a62d4fe649f","artifactVersion":"1"},{"artifactName":"basic_onboard_cqvdvp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json","artifactChecksum":"ZjljNTA2MTM2NTJlMTk1M2IwMTRhNmYzOTViNzI5NjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"73790061-3fe0-4214-a957-db2faddc98ee","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01fcfd08-2720-462a-bb0d-3ac39046ed80","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3cee71d-9505-4835-9366-7c2f4ab6d823","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0550a19d-6754-40e0-af3b-b99ba31b9a6b","artifactVersion":"2","generatedFromUUID":"01fcfd08-2720-462a-bb0d-3ac39046ed80"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCqvdvp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml","artifactChecksum":"ZDA4YmZiNDYxZDVkZGQ3ODkwYzM3MjI5ZDUyNjU2NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"903b2607-d73f-4d36-bb8f-15e99f09fe1a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCqvdvp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar","artifactChecksum":"NjU0ZDUzODc5N2U1NTM5ZDQ1NGQ2NTAxZjUyMWM1YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d34cb72-6988-4484-a939-1fadc9c24f08","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:25:29.831Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:29.831Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:29.834Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:29.834Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:25:29.934Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:25:29.936Z||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-04-10T06:25:29.936Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:29.951Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:29.952Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:30.835Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:30.837Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:30.841Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:30.841Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T06:25:30.941Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:25:30.943Z||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-04-10T06:25:30.943Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:30.955Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:30.956Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:31.842Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:31.843Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:31.846Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:31.846Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-10T06:25:31.946Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:25:31.948Z||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-04-10T06:25:31.948Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:31.968Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:31.969Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:32.847Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:32.848Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:32.851Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:32.851Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:25:32.951Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:32.952Z||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-04-10T06:25:32.953Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:32.965Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:32.966Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:33.852Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:33.853Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:33.855Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:33.855Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-10T06:25:33.956Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:33.957Z||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-04-10T06:25:33.957Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:33.970Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:33.971Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:34.856Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:34.857Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:34.860Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:34.860Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:25:34.960Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:25:34.961Z||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-04-10T06:25:34.962Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:34.973Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:34.974Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:25:35.861Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:35.862Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:35.864Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:35.864Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:25:35.964Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:25:35.966Z||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-04-10T06:25:35.966Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:35.992Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:35.993Z||pool-18-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:36.866Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"serviceName": "basic_onboard_CqVDvp",
"serviceVersion": "1.0",
"serviceUUID": "4b2d042a-82a5-4e7c-902d-752cb7605c91",
"serviceDescription": "service",
"serviceInvariantUUID": "f0c72813-b1a0-4423-9e73-d82ec15ce834",
"resources": [
{
"resourceInstanceName": "basic_onboard_CqVDvp 0",
"resourceCustomizationUUID": "70a5de36-3b32-4065-b9ce-184004525062",
"resourceName": "basic_onboard_CqVDvp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b62b3d56-9041-4371-9f5b-8ca624ab6f7c",
"resourceInvariantUUID": "8e03b6dc-4cd6-4c7d-bdb8-38f3894ddc65",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cqvdvp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
"artifactChecksum": "ZjljNTA2MTM2NTJlMTk1M2IwMTRhNmYzOTViNzI5NjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "73790061-3fe0-4214-a957-db2faddc98ee",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "01fcfd08-2720-462a-bb0d-3ac39046ed80",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0550a19d-6754-40e0-af3b-b99ba31b9a6b",
"generatedFromUUID": "01fcfd08-2720-462a-bb0d-3ac39046ed80"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0550a19d-6754-40e0-af3b-b99ba31b9a6b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCqvdvp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"artifactChecksum": "NjU0ZDUzODc5N2U1NTM5ZDQ1NGQ2NTAxZjUyMWM1YmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7d34cb72-6988-4484-a939-1fadc9c24f08"
}
],
"workloadContext": "Production"
}
2022-04-10T06:25:36.867Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T06:25:36.867Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4b2d042a-82a5-4e7c-902d-752cb7605c91 ASDC
2022-04-10T06:25:36.868Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f8b7bf02-d3e1-4c50-8589-692878089bbb
ServiceName:basic_onboard_CqVDvp
ServiceVersion:1.0
ServiceUUID:4b2d042a-82a5-4e7c-902d-752cb7605c91
ServiceInvariantUUID:f0c72813-b1a0-4423-9e73-d82ec15ce834
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCqvdvp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar
ArtifactUUID:7d34cb72-6988-4484-a939-1fadc9c24f08
ArtifactChecksum:NjU0ZDUzODc5N2U1NTM5ZDQ1NGQ2NTAxZjUyMWM1YmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CqVDvp 0
ResourceCustomizationUUID:70a5de36-3b32-4065-b9ce-184004525062
ResourceInvariantUUID:8e03b6dc-4cd6-4c7d-bdb8-38f3894ddc65
ResourceName:basic_onboard_CqVDvp
ResourceType:VF
ResourceUUID:b62b3d56-9041-4371-9f5b-8ca624ab6f7c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cqvdvp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json
ArtifactUUID:73790061-3fe0-4214-a957-db2faddc98ee
ArtifactChecksum:ZjljNTA2MTM2NTJlMTk1M2IwMTRhNmYzOTViNzI5NjE=
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/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01fcfd08-2720-462a-bb0d-3ac39046ed80
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/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env
ArtifactUUID:0550a19d-6754-40e0-af3b-b99ba31b9a6b
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/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env
ArtifactUUID:0550a19d-6754-40e0-af3b-b99ba31b9a6b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-10T06:25:36.869Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b2d042a-82a5-4e7c-902d-752cb7605c91 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-04-10T06:25:36.907Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:25:36.908Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:25:36.909Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:25:36.909Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7d34cb72-6988-4484-a939-1fadc9c24f08 from URL: /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:36.909Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:25:36.910Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:37.495Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:25:37.499Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar 7d34cb72-6988-4484-a939-1fadc9c24f08 71571
2022-04-10T06:25:37.500Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar ASDC sendASDCNotification
2022-04-10T06:25:37.500Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:37.500Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:25:37.501Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:37.503Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:37.503Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571937500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:25:37.604Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:37.605Z||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-04-10T06:25:37.605Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:37.617Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:37.618Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:38.504Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:25:38.507Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:25:38.508Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7d34cb72-6988-4484-a939-1fadc9c24f08, URL: /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar to file: /app/ASDC/1/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:38.508Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:38.509Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:38.509Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:38.711Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11101780102635772113/Definitions/service-BasicOnboardCqvdvp-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-04-10T06:25:39.977Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T06:25:39.978Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-10T06:25:39.978Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.979Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-10T06:25:39.979Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|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-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.979Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|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-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.979Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|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-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.979Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|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-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.979Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|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-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.980Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CqVDvp 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-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.980Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|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-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.980Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|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-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.980Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|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-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.980Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-10T06:25:39.981Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:39.981Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:39.981Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:39.982Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-10T06:25:39.982Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:25:39.982Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:39.982Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:39.983Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:39.983Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-10T06:25:39.983Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:25:39.983Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:39.984Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:39.984Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:39.984Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is not matching search criteria
2022-04-10T06:25:39.985Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-10T06:25:39.985Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-10T06:25:39.985Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-10T06:25:39.985Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T06:25:39.986Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T06:25:39.986Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:39.986Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:25:39.986Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:39.987Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:39.987Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:39.988Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:39.988Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:39.988Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:39.988Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:39.989Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:39.989Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:39.989Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:39.990Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is not matching search criteria
2022-04-10T06:25:39.990Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-10T06:25:39.990Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T06:25:39.990Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a5f90dbe-c24b-4834-8e74-d554d7c080ae
2022-04-10T06:25:39.991Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:39.991Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:39.991Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:39.991Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:39.991Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:39.991Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:39.992Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:39.992Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:39.992Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CqVDvp
Description:service
Model UUID:4b2d042a-82a5-4e7c-902d-752cb7605c91
Model Version:NULL
Model InvariantUuid:f0c72813-b1a0-4423-9e73-d82ec15ce834
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CqVDvp
Model UUID:27d60eb0-3c51-4ab6-9792-bd0b9b935456
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8e03b6dc-4cd6-4c7d-bdb8-38f3894ddc65
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:70a5de36-3b32-4065-b9ce-184004525062
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fcfb5dc7-817a-4a69-bc39-a6c50eaaeda8
ModelName:BasicOnboardCqvdvp..base_ubuntu18..module-0
ModelUuid:247a8a3b-da52-414d-ae95-e42ba3a16002
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a5f90dbe-c24b-4834-8e74-d554d7c080ae
ModelInvariantUuid:861e0280-7377-4098-8fd6-ac0e1675ca4a
ModelName:basic_onboard_CqVDvp-nodes.ubuntu18Cvfc
ModelUuid:3a0c5e46-a18c-46a9-83d7-6bc60ef17598
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:bb2c8539-9aee-4285-9f0d-efa74f3c5b17
ModelInvariantUuid:41bad4c9-0346-4288-8104-38536a0b9ffc
ModelName:BasicOnboardCqvdvp.compute.nodes.heat.ubuntu18
ModelUuid:c2cb15bb-e11f-42d6-9d23-0d75fddb9da0
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-04-10T06:25:40.002Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b62b3d56-9041-4371-9f5b-8ca624ab6f7c
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-04-10T06:25:40.018Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||basic_onboard_CqVDvp 0
2022-04-10T06:25:40.026Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b62b3d56-9041-4371-9f5b-8ca624ab6f7c
2022-04-10T06:25:40.027Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 73790061-3fe0-4214-a957-db2faddc98ee from URL: /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json
2022-04-10T06:25:40.028Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:25:40.028Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json
2022-04-10T06:25:40.207Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:25:40.208Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json 73790061-3fe0-4214-a957-db2faddc98ee 798
2022-04-10T06:25:40.209Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json ASDC sendASDCNotification
2022-04-10T06:25:40.209Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json
2022-04-10T06:25:40.209Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:25:40.210Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:40.214Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:40.215Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571940209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:25:40.313Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-10T06:25:40.315Z||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-04-10T06:25:40.315Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:40.329Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:40.330Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:41.217Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCqvdvp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fcfb5dc7-817a-4a69-bc39-a6c50eaaeda8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "247a8a3b-da52-414d-ae95-e42ba3a16002",
"vfModuleModelCustomizationUUID": "b6c5b9c0-91a8-4c9a-9c66-46f20feb0197",
"isBase": true,
"artifacts": [
"01fcfd08-2720-462a-bb0d-3ac39046ed80",
"0550a19d-6754-40e0-af3b-b99ba31b9a6b"
],
"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-04-10T06:25:41.235Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCqvdvp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:247a8a3b-da52-414d-ae95-e42ba3a16002
VfModuleModelInvariantUUID:fcfb5dc7-817a-4a69-bc39-a6c50eaaeda8
VfModuleModelDescription:NULL
Artifacts UUID List:{
01fcfd08-2720-462a-bb0d-3ac39046ed80
,
0550a19d-6754-40e0-af3b-b99ba31b9a6b
}
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-04-10T06:25:41.239Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCqvdvp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fcfb5dc7-817a-4a69-bc39-a6c50eaaeda8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "247a8a3b-da52-414d-ae95-e42ba3a16002",
"vfModuleModelCustomizationUUID": "b6c5b9c0-91a8-4c9a-9c66-46f20feb0197",
"isBase": true,
"artifacts": [
"01fcfd08-2720-462a-bb0d-3ac39046ed80",
"0550a19d-6754-40e0-af3b-b99ba31b9a6b"
],
"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-04-10T06:25:41.239Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCqvdvp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:247a8a3b-da52-414d-ae95-e42ba3a16002
VfModuleModelInvariantUUID:fcfb5dc7-817a-4a69-bc39-a6c50eaaeda8
VfModuleModelDescription:NULL
Artifacts UUID List:{
01fcfd08-2720-462a-bb0d-3ac39046ed80
,
0550a19d-6754-40e0-af3b-b99ba31b9a6b
}
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-04-10T06:25:41.239Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 01fcfd08-2720-462a-bb0d-3ac39046ed80 from URL: /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml
2022-04-10T06:25:41.239Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:25:41.240Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml
2022-04-10T06:25:41.692Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:25:41.693Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml 01fcfd08-2720-462a-bb0d-3ac39046ed80 5033
2022-04-10T06:25:41.693Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-10T06:25:41.693Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml
2022-04-10T06:25:41.693Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:25:41.694Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:41.696Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:41.696Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571941693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:25:41.797Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:25:41.798Z||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-04-10T06:25:41.798Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:41.812Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:41.813Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:42.698Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0550a19d-6754-40e0-af3b-b99ba31b9a6b from URL: /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env
2022-04-10T06:25:42.699Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:25:42.699Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env
2022-04-10T06:25:43.353Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:25:43.354Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env 0550a19d-6754-40e0-af3b-b99ba31b9a6b 909
2022-04-10T06:25:43.355Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-10T06:25:43.355Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env
2022-04-10T06:25:43.355Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:25:43.356Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:43.359Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:43.359Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571943355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:25:43.459Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:43.461Z||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-04-10T06:25:43.461Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:43.475Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:43.475Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:44.360Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4b2d042a-82a5-4e7c-902d-752cb7605c91
2022-04-10T06:25:44.361Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CqVDvp 0 b62b3d56-9041-4371-9f5b-8ca624ab6f7c 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-04-10T06:25:44.397Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f6f6095, org.onap.sdc.toscaparser.api.parameters.Input@c475718, org.onap.sdc.toscaparser.api.parameters.Input@6108bd08, org.onap.sdc.toscaparser.api.parameters.Input@1eacf13b, org.onap.sdc.toscaparser.api.parameters.Input@3a6351b3]
2022-04-10T06:25:44.401Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:44.402Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:44.402Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-04-10T06:25:44.402Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 70a5de36-3b32-4065-b9ce-184004525062
2022-04-10T06:25:44.402Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 70a5de36-3b32-4065-b9ce-184004525062 matches Tosca VF Customization UUID: 70a5de36-3b32-4065-b9ce-184004525062
2022-04-10T06:25:44.402Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 70a5de36-3b32-4065-b9ce-184004525062 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-04-10T06:25:44.412Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:44.412Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:44.413Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 70a5de36-3b32-4065-b9ce-184004525062: {\"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-04-10T06:25:44.414Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ca0b4eb
2022-04-10T06:25:44.414Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:44.414Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:25:44.414Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6c5b9c0-91a8-4c9a-9c66-46f20feb0197
2022-04-10T06:25:44.415Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6c5b9c0-91a8-4c9a-9c66-46f20feb0197
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-04-10T06:25:44.423Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:44.424Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:44.424Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:44.425Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:44.425Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:44.426Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:44.426Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:44.426Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is not matching search criteria
2022-04-10T06:25:44.426Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-10T06:25:44.426Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T06:25:44.427Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a5f90dbe-c24b-4834-8e74-d554d7c080ae
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-04-10T06:25:44.434Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:44.435Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:44.435Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:44.435Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:44.435Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:44.435Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0] matching following query criteria: sdcType=VF, customizationUUID=70a5de36-3b32-4065-b9ce-184004525062
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-04-10T06:25:44.438Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:44.438Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:44.438Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4b2d042a-82a5-4e7c-902d-752cb7605c91: basic_onboard_CqVDvp
2022-04-10T06:25:44.439Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:44.439Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:44.439Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:44.440Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:44.440Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:44.440Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:44.441Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:44.441Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:44.441Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:25:44.442Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:44.442Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_CqVDvp
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-04-10T06:25:44.602Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CqVDvp b62b3d56-9041-4371-9f5b-8ca624ab6f7c 1 ASDC deployResourceStructure
2022-04-10T06:25:44.602Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json ASDC sendASDCNotification
2022-04-10T06:25:44.602Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json
2022-04-10T06:25:44.603Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:25:44.603Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:44.606Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:44.606Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571944602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-10T06:25:44.706Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:44.707Z||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-04-10T06:25:44.707Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:44.718Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:44.719Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:45.607Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-10T06:25:45.608Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml
2022-04-10T06:25:45.608Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:25:45.608Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:45.610Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:45.610Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571945607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-10T06:25:45.711Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:45.712Z||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-04-10T06:25:45.712Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:45.725Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:45.726Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:25:46.614Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-10T06:25:46.615Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env
2022-04-10T06:25:46.615Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:25:46.615Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:46.617Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:46.618Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571946614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-10T06:25:46.718Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:25:46.719Z||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-04-10T06:25:46.719Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:46.736Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:46.736Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:47.619Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar ASDC sendASDCNotification
2022-04-10T06:25:47.619Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:47.620Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:25:47.620Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:47.623Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:47.623Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571947619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:25:47.723Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:25:47.724Z||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-04-10T06:25:47.725Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:47.738Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:47.739Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:48.624Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb
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-04-10T06:25:48.646Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb
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-04-10T06:25:48.655Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:25:48.655Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:25:48.655Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:25:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:25:55.874Z||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-04-10T06:25:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:55.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:25:55.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:25:55.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:25:55.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:26:18.655Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb
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-04-10T06:26:18.669Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb
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-04-10T06:26:18.674Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:26:18.674Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:26:18.674Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:26:48.675Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb
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-04-10T06:26:48.695Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb
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-04-10T06:26:48.699Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:26:48.699Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:26:48.699Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:26:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:26:55.874Z||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-04-10T06:26:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:26:56.396Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:26:56.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
"status": "NOTIFIED"
}
2022-04-10T06:26:56.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:26:56.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-10T06:26:56.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:26:56.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:26:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:26:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-10T06:26:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:26:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:26:56.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:26:56.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "clamp",
"timestamp": 1649571901494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:26:56.404Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:26:56.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:26:56.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "clamp",
"timestamp": 1649571902513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:26:56.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "clamp",
"timestamp": 1649571903518,
"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-04-10T06:26:56.414Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f8b7bf02-d3e1-4c50-8589-692878089bbb
2022-04-10T06:26:56.415Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b7bf02-d3e1-4c50-8589-692878089bbb 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-04-10T06:26:56.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571904424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:26:56.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "aai-ml",
"timestamp": 1649571907426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:26:56.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "aai-ml",
"timestamp": 1649571908430,
"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-04-10T06:26:56.429Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8b7bf02-d3e1-4c50-8589-692878089bbb
2022-04-10T06:26:56.429Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b7bf02-d3e1-4c50-8589-692878089bbb 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-04-10T06:26:56.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571928809,
"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-04-10T06:26:56.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:26:56.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:26:56.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T06:26:56.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:26:56.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-10T06:26:56.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:26:56.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:26:56.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:26:56.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-10T06:26:56.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:26:56.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:26:56.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:26:56.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571895871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:26:56.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:26:56.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571937500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:26:56.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571940209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:26:56.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571941693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:26:56.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571943355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:26:56.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571944602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571945607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571946614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649571947619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:26:56.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:18.699Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb
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-04-10T06:27:18.717Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb
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-04-10T06:27:18.721Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:27:18.721Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T06:27:18.721Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T06:27:18.722Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T06:27:18.722Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T06:27:18.723Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T06:27:18.723Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T06:27:18.723Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T06:27:18.723Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T06:27:18.723Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T06:27:18.723Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|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-04-10T06:27:18.732Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T06:27:48.733Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb 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-04-10T06:27:48.741Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8b7bf02-d3e1-4c50-8589-692878089bbb and serviceModelVersionId: 4b2d042a-82a5-4e7c-902d-752cb7605c91
2022-04-10T06:27:48.741Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c72813-b1a0-4423-9e73-d82ec15ce834
2022-04-10T06:27:48.742Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?depth=0
2022-04-10T06:27:48.747Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T06:27:48.821Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?depth=0|INFO|500||Invoke
2022-04-10T06:27:48.822Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8b7bf02-d3e1-4c50-8589-692878089bbb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b40a675e-da38-454c-b001-98e4b9952e8b], X-ECOMP-RequestID=[f8b7bf02-d3e1-4c50-8589-692878089bbb], X-TransactionId=[], X-ONAP-RequestID=[f8b7bf02-d3e1-4c50-8589-692878089bbb], Content-Type=[application/merge-patch+json]}
2022-04-10T06:27:48.868Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-10T06:27:49.255Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?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/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220410-06:27:48:880-69621], vertex-id=[155704], Content-Length=[0], Date=[Sun, 10 Apr 2022 06:27:48 GMT], Content-Type=[application/json]}
2022-04-10T06:27:49.255Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-10T06:27:49.256Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?depth=0|INFO|500||InvokeReturn
2022-04-10T06:27:49.257Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T06:27:49.257Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|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-04-10T06:27:49.262Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|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-04-10T06:27:49.262Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8b7bf02-d3e1-4c50-8589-692878089bbb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T06:27:49.263Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T06:27:49.263Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:27:49.265Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:27:49.265Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572069262,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:27:49.365Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:27:49.367Z||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-04-10T06:27:49.367Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:49.380Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:27:49.380Z||pool-27-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-04-10T06:27:50.280Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:27:50.281Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|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-04-10T06:27:50.282Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:54.576Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:27:54.577Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T06:27:54.577Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c","serviceName":"vFW 2022-04-10 06-24-05","serviceVersion":"1.0","serviceUUID":"0b54c6db-65e7-4ace-bc37-9fcd87a37852","serviceDescription":"catalog service description","serviceInvariantUUID":"332f154b-8f0d-4b3f-b748-f7651054904e","resources":[{"resourceInstanceName":"vFW c008bc11-a56c 0","resourceName":"vFW c008bc11-a56c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e214fc69-3202-4238-a69b-d64532c6389d","resourceInvariantUUID":"efe33ea0-df23-4d83-914d-17e2f2ee99ca","resourceCustomizationUUID":"665b8f48-01a9-40ae-bf1a-77d638739649","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml","artifactChecksum":"ZDE2YjI5MGQ3NWY5MzdkOTIyMDZkNzg5MTdlMzEyMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df93bb82-485a-46c4-9ff3-d8d97b125193","artifactVersion":"1"},{"artifactName":"vfwc008bc11a56c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json","artifactChecksum":"ODliMGYxY2E4ZmE5OGYxYmE2NGU0OGVjYjVjMzYzN2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"405334dc-d1fa-4a39-985c-1759a7524cab","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"75e560ca-e0c8-44d5-b7aa-95c400fe25ed","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml","artifactChecksum":"MzFiMjJhNWY1ZGYwY2Y1YTMzOGUwMjQxZmQyYjRkM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"042c580c-2983-42fb-bf55-43f96702bbfe","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e48ba472-d92c-45dd-915d-7c489ec7ef6d","artifactVersion":"2","generatedFromUUID":"75e560ca-e0c8-44d5-b7aa-95c400fe25ed"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220410062405-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml","artifactChecksum":"NzBhNTIxYWM1ZGNmZGVmN2RkNGNhMTEwZTFjMmNiZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1163e687-04aa-44b0-b260-8420b02feb18","artifactVersion":"1"},{"artifactName":"service-Vfw20220410062405-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar","artifactChecksum":"N2U4MzUyMjlhZmZlNTY0MTYxYmM5MTRhOGEzYTUzNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9183a58-dba9-4256-9261-851fb6c53212","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:27:54.581Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:27:54.581Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:27:54.584Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:27:54.584Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572070280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:54.684Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:27:54.685Z||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-04-10T06:27:54.685Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:54.695Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:27:54.695Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:27:55.585Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:27:55.586Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:27:55.588Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:27:55.589Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572070280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T06:27:55.689Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:27:55.690Z||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-04-10T06:27:55.691Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:55.702Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:27:55.702Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:27:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:27:55.874Z||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-04-10T06:27:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:56.512Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:27:56.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649572025252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "aai-ml",
"timestamp": 1649572025388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "cds",
"timestamp": 1649572021463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649572025037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "aai-ml",
"timestamp": 1649572025388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649572025037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649572025252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "cds",
"timestamp": 1649572021463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "aai-ml",
"timestamp": 1649572025388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649572025037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649572025252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "cds",
"timestamp": 1649572021463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649572032330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "aai-ml",
"timestamp": 1649572025388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649572025252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649572025037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "cds",
"timestamp": 1649572021463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649572032330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T06:27:56.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "aai-ml",
"timestamp": 1649572025388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649572025037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649572025252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "cds",
"timestamp": 1649572021463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "clamp",
"timestamp": 1649572033830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649572032330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-10T06:27:56.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "aai-ml",
"timestamp": 1649572025388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649572025252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649572025037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "cds",
"timestamp": 1649572021463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "clamp",
"timestamp": 1649572033830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T06:27:56.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649572032330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "aai-ml",
"timestamp": 1649572025388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:27:56.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649572025252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649572025037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:27:56.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "cds",
"timestamp": 1649572021463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:27:56.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "clamp",
"timestamp": 1649572033830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649572032330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-10T06:27:56.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "clamp",
"timestamp": 1649572033830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649572032330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649572038420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:27:56.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "cds",
"timestamp": 1649572037848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:27:56.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "aai-ml",
"timestamp": 1649572038306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:27:56.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "clamp",
"timestamp": 1649572033830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649572032330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:27:56.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "cds",
"timestamp": 1649572038856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-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-04-10T06:27:56.550Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
2022-04-10T06:27:56.550Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c 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-04-10T06:27:56.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "policy-id",
"timestamp": 1649572038564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "clamp",
"timestamp": 1649572033830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649572040190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:27:56.558Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "policy-id",
"timestamp": 1649572038564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "clamp",
"timestamp": 1649572033830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:27:56.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649572041387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:27:56.560Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "policy-id",
"timestamp": 1649572038564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-10T06:27:56.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649572042297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649572042530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "policy-id",
"timestamp": 1649572038564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649572043303,
"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-04-10T06:27:56.567Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
2022-04-10T06:27:56.567Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c 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-04-10T06:27:56.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649572043549,
"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-04-10T06:27:56.582Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
2022-04-10T06:27:56.582Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c 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-04-10T06:27:56.590Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:27:56.591Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:27:56.593Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:27:56.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.593Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572070280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-10T06:27:56.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "policy-id",
"timestamp": 1649572038564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649572044551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-10T06:27:56.594Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "policy-id",
"timestamp": 1649572038564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "policy-id",
"timestamp": 1649572038564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:27:56.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "policy-id",
"timestamp": 1649572046768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:27:56.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "policy-id",
"timestamp": 1649572047793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:27:56.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "policy-id",
"timestamp": 1649572048801,
"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-04-10T06:27:56.602Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
2022-04-10T06:27:56.602Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c 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-04-10T06:27:56.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "clamp",
"timestamp": 1649572050522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:27:56.611Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "clamp",
"timestamp": 1649572052533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:27:56.612Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "clamp",
"timestamp": 1649572053537,
"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-04-10T06:27:56.617Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
2022-04-10T06:27:56.618Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c 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-04-10T06:27:56.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "aai-ml",
"timestamp": 1649572054624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:27:56.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "aai-ml",
"timestamp": 1649572055629,
"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-04-10T06:27:56.633Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
2022-04-10T06:27:56.634Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c 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-04-10T06:27:56.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572069262,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:27:56.642Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572070280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572070280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T06:27:56.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-10T06:27:56.694Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:27:56.695Z||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-04-10T06:27:56.695Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:56.707Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:27:56.707Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:27:57.594Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:27:57.596Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:27:57.598Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:27:57.598Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572070280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:57.698Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:27:57.699Z||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-04-10T06:27:57.699Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:57.710Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:27:57.711Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:27:58.599Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:27:58.600Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:27:58.602Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:27:58.603Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572070280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-10T06:27:58.703Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:27:58.704Z||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-04-10T06:27:58.704Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:58.716Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:27:58.716Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:27:59.608Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:27:59.609Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:27:59.613Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:27:59.613Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572070280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:27:59.717Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-10T06:27:59.718Z||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-04-10T06:27:59.719Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:59.731Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:27:59.732Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:28:00.623Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:28:00.624Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:00.627Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:00.627Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572070280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:28:00.727Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:28:00.728Z||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-04-10T06:28:00.728Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:00.741Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:28:00.742Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:28:01.629Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"serviceName": "vFW 2022-04-10 06-24-05",
"serviceVersion": "1.0",
"serviceUUID": "0b54c6db-65e7-4ace-bc37-9fcd87a37852",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "332f154b-8f0d-4b3f-b748-f7651054904e",
"resources": [
{
"resourceInstanceName": "vFW c008bc11-a56c 0",
"resourceCustomizationUUID": "665b8f48-01a9-40ae-bf1a-77d638739649",
"resourceName": "vFW c008bc11-a56c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e214fc69-3202-4238-a69b-d64532c6389d",
"resourceInvariantUUID": "efe33ea0-df23-4d83-914d-17e2f2ee99ca",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc008bc11a56c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
"artifactChecksum": "ODliMGYxY2E4ZmE5OGYxYmE2NGU0OGVjYjVjMzYzN2E\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "405334dc-d1fa-4a39-985c-1759a7524cab",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "75e560ca-e0c8-44d5-b7aa-95c400fe25ed",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e48ba472-d92c-45dd-915d-7c489ec7ef6d",
"generatedFromUUID": "75e560ca-e0c8-44d5-b7aa-95c400fe25ed"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e48ba472-d92c-45dd-915d-7c489ec7ef6d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220410062405-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"artifactChecksum": "N2U4MzUyMjlhZmZlNTY0MTYxYmM5MTRhOGEzYTUzNDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b9183a58-dba9-4256-9261-851fb6c53212"
}
],
"workloadContext": "Production"
}
2022-04-10T06:28:01.630Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T06:28:01.631Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0b54c6db-65e7-4ace-bc37-9fcd87a37852 ASDC
2022-04-10T06:28:01.632Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
ServiceName:vFW 2022-04-10 06-24-05
ServiceVersion:1.0
ServiceUUID:0b54c6db-65e7-4ace-bc37-9fcd87a37852
ServiceInvariantUUID:332f154b-8f0d-4b3f-b748-f7651054904e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220410062405-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar
ArtifactUUID:b9183a58-dba9-4256-9261-851fb6c53212
ArtifactChecksum:N2U4MzUyMjlhZmZlNTY0MTYxYmM5MTRhOGEzYTUzNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c008bc11-a56c 0
ResourceCustomizationUUID:665b8f48-01a9-40ae-bf1a-77d638739649
ResourceInvariantUUID:efe33ea0-df23-4d83-914d-17e2f2ee99ca
ResourceName:vFW c008bc11-a56c
ResourceType:VF
ResourceUUID:e214fc69-3202-4238-a69b-d64532c6389d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc008bc11a56c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json
ArtifactUUID:405334dc-d1fa-4a39-985c-1759a7524cab
ArtifactChecksum:ODliMGYxY2E4ZmE5OGYxYmE2NGU0OGVjYjVjMzYzN2E=
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/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml
ArtifactUUID:75e560ca-e0c8-44d5-b7aa-95c400fe25ed
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/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env
ArtifactUUID:e48ba472-d92c-45dd-915d-7c489ec7ef6d
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/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env
ArtifactUUID:e48ba472-d92c-45dd-915d-7c489ec7ef6d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-10T06:28:01.632Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b54c6db-65e7-4ace-bc37-9fcd87a37852 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-04-10T06:28:01.662Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:28:01.663Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:28:01.663Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:28:01.663Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b9183a58-dba9-4256-9261-851fb6c53212 from URL: /sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:01.664Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:28:01.664Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:02.298Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:28:02.305Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar b9183a58-dba9-4256-9261-851fb6c53212 99011
2022-04-10T06:28:02.306Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar ASDC sendASDCNotification
2022-04-10T06:28:02.307Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:02.307Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:28:02.307Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:02.310Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:02.310Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572082306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:28:02.410Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:28:02.411Z||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-04-10T06:28:02.412Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:02.424Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:28:02.426Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:28:03.311Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:28:03.313Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:28:03.314Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b9183a58-dba9-4256-9261-851fb6c53212, URL: /sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar to file: /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:03.314Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220410062405-csar.csar
2022-04-10T06:28:03.315Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:03.315Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:03.619Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9253021779752518960/Definitions/service-Vfw20220410062405-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-10T06:28:05.870Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T06:28:05.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-10T06:28:05.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-10T06:28:05.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c008bc11-a56c 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-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-10T06:28:05.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:05.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:05.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:05.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-10T06:28:05.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:28:05.874Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:05.874Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:05.874Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:05.874Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-10T06:28:05.874Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:28:05.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:05.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:05.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:05.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is not matching search criteria
2022-04-10T06:28:05.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:28:05.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:28:05.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T06:28:05.876Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.876Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.876Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T06:28:05.876Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.876Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T06:28:05.876Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T06:28:05.877Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.877Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.877Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T06:28:05.877Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.877Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T06:28:05.877Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.877Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T06:28:05.878Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:05.878Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:28:05.878Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:05.878Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:05.878Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:28:05.879Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:05.879Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:05.879Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:28:05.879Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:05.879Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:05.879Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:28:05.880Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:05.880Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is not matching search criteria
2022-04-10T06:28:05.880Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:28:05.880Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:28:05.880Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-10T06:28:05.880Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T06:28:05.881Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T06:28:05.881Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.881Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.881Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T06:28:05.881Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.881Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T06:28:05.881Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.882Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=69beb5c9-7bf9-4e63-b90e-c6fa7f63584c
2022-04-10T06:28:05.882Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:05.882Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is not matching search criteria
2022-04-10T06:28:05.882Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:28:05.882Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:28:05.882Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T06:28:05.883Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.883Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.883Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T06:28:05.883Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.883Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-10T06:28:05.883Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T06:28:05.883Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.883Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T06:28:05.884Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.884Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=48da0f70-7b83-457b-91e3-421e22f34398
2022-04-10T06:28:05.884Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:05.884Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is not matching search criteria
2022-04-10T06:28:05.884Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:28:05.884Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:28:05.884Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T06:28:05.885Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.885Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.885Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T06:28:05.885Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.885Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T06:28:05.885Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T06:28:05.885Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.886Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.886Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-10T06:28:05.886Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=49b5f755-fb66-4bf2-aaa4-e71d0800a6f9
2022-04-10T06:28:05.886Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:05.886Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:05.886Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:05.886Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:05.887Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:05.887Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:05.887Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:05.887Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:05.887Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-10 06-24-05
Description:catalog service description
Model UUID:0b54c6db-65e7-4ace-bc37-9fcd87a37852
Model Version:NULL
Model InvariantUuid:332f154b-8f0d-4b3f-b748-f7651054904e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c008bc11-a56c
Model UUID:758d4274-6d85-4fca-97f4-20243533d94f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:efe33ea0-df23-4d83-914d-17e2f2ee99ca
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:665b8f48-01a9-40ae-bf1a-77d638739649
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:207e485e-6078-4652-9fb4-261b6834c140
ModelName:VfwC008bc11A56c..base_vfw..module-0
ModelUuid:5e639ca9-b8c6-4829-aca4-9b83433c5a49
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:69beb5c9-7bf9-4e63-b90e-c6fa7f63584c
ModelInvariantUuid:c8c5cf98-3310-438c-a64d-2186176887cd
ModelName:vFW c008bc11-a56c-nodes.vfwCvfc
ModelUuid:c3036cef-0b82-4b93-94bb-019b40027c07
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4f013e51-d0fb-4ea9-9e7f-11bb345979ab
ModelInvariantUuid:e85e6c76-ba73-4c47-be51-dd2934e5758d
ModelName:VfwC008bc11A56c.compute.nodes.heat.vfw
ModelUuid:aebf945d-2a47-4830-9863-13d9042a9cd2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:48da0f70-7b83-457b-91e3-421e22f34398
ModelInvariantUuid:117f9122-4fef-4a93-b3e4-cfd93526ef60
ModelName:vFW c008bc11-a56c-nodes.vsnCvfc
ModelUuid:e7830221-45c2-4e43-9780-c0c71a2926b2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3ac2520f-ba44-449b-8c62-e686b087f24c
ModelInvariantUuid:49cf7693-f38a-47d9-bc24-d49646bdc553
ModelName:VfwC008bc11A56c.compute.nodes.heat.vsn
ModelUuid:b2f4e907-c607-454f-9680-439effc2f7ec
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:49b5f755-fb66-4bf2-aaa4-e71d0800a6f9
ModelInvariantUuid:c25e49c9-35cc-47f7-9433-107ac8c5c8b6
ModelName:vFW c008bc11-a56c-nodes.vpgCvfc
ModelUuid:e32df220-bdb2-45e2-977c-72fe056ebebd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e83aef09-1a8d-487f-899a-d2d2eaaf4be0
ModelInvariantUuid:8f591977-5437-4007-ae77-0d75700e5033
ModelName:VfwC008bc11A56c.compute.nodes.heat.vpg
ModelUuid:6ced1e5a-8eaf-48f5-a347-26e8b2a0fa35
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-04-10T06:28:05.893Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e214fc69-3202-4238-a69b-d64532c6389d
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-04-10T06:28:05.895Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||vFW c008bc11-a56c 0
2022-04-10T06:28:05.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e214fc69-3202-4238-a69b-d64532c6389d
2022-04-10T06:28:05.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 405334dc-d1fa-4a39-985c-1759a7524cab from URL: /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json
2022-04-10T06:28:05.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:28:05.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json
2022-04-10T06:28:06.193Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:28:06.194Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json 405334dc-d1fa-4a39-985c-1759a7524cab 785
2022-04-10T06:28:06.194Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json ASDC sendASDCNotification
2022-04-10T06:28:06.194Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json
2022-04-10T06:28:06.194Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:28:06.195Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:06.197Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:06.197Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572086194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:28:06.297Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:28:06.298Z||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-04-10T06:28:06.298Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:06.310Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:28:06.310Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:28:07.198Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC008bc11A56c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "207e485e-6078-4652-9fb4-261b6834c140",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5e639ca9-b8c6-4829-aca4-9b83433c5a49",
"vfModuleModelCustomizationUUID": "ba810f5a-7289-4e93-841f-a449b185426c",
"isBase": true,
"artifacts": [
"75e560ca-e0c8-44d5-b7aa-95c400fe25ed",
"e48ba472-d92c-45dd-915d-7c489ec7ef6d"
],
"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-04-10T06:28:07.203Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC008bc11A56c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e639ca9-b8c6-4829-aca4-9b83433c5a49
VfModuleModelInvariantUUID:207e485e-6078-4652-9fb4-261b6834c140
VfModuleModelDescription:NULL
Artifacts UUID List:{
75e560ca-e0c8-44d5-b7aa-95c400fe25ed
,
e48ba472-d92c-45dd-915d-7c489ec7ef6d
}
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-04-10T06:28:07.205Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC008bc11A56c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "207e485e-6078-4652-9fb4-261b6834c140",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5e639ca9-b8c6-4829-aca4-9b83433c5a49",
"vfModuleModelCustomizationUUID": "ba810f5a-7289-4e93-841f-a449b185426c",
"isBase": true,
"artifacts": [
"75e560ca-e0c8-44d5-b7aa-95c400fe25ed",
"e48ba472-d92c-45dd-915d-7c489ec7ef6d"
],
"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-04-10T06:28:07.205Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC008bc11A56c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e639ca9-b8c6-4829-aca4-9b83433c5a49
VfModuleModelInvariantUUID:207e485e-6078-4652-9fb4-261b6834c140
VfModuleModelDescription:NULL
Artifacts UUID List:{
75e560ca-e0c8-44d5-b7aa-95c400fe25ed
,
e48ba472-d92c-45dd-915d-7c489ec7ef6d
}
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-04-10T06:28:07.205Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 75e560ca-e0c8-44d5-b7aa-95c400fe25ed from URL: /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml
2022-04-10T06:28:07.205Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:28:07.206Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml
2022-04-10T06:28:07.593Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:28:07.594Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml 75e560ca-e0c8-44d5-b7aa-95c400fe25ed 20368
2022-04-10T06:28:07.594Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-10T06:28:07.594Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml
2022-04-10T06:28:07.594Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:28:07.594Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:07.597Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:07.597Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572087594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:28:07.697Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:28:07.698Z||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-04-10T06:28:07.698Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:07.710Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:28:07.710Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:28:08.598Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e48ba472-d92c-45dd-915d-7c489ec7ef6d from URL: /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env
2022-04-10T06:28:08.598Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:28:08.598Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env
2022-04-10T06:28:08.895Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:28:08.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env e48ba472-d92c-45dd-915d-7c489ec7ef6d 2098
2022-04-10T06:28:08.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-10T06:28:08.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env
2022-04-10T06:28:08.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:28:08.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:08.898Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:08.899Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572088896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:28:08.999Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:28:09.000Z||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-04-10T06:28:09.000Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:09.011Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:28:09.012Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:28:09.899Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0b54c6db-65e7-4ace-bc37-9fcd87a37852
2022-04-10T06:28:09.900Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c008bc11-a56c 0 e214fc69-3202-4238-a69b-d64532c6389d 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-04-10T06:28:09.920Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cb6e27d, org.onap.sdc.toscaparser.api.parameters.Input@4e6de964, org.onap.sdc.toscaparser.api.parameters.Input@3626c8d7, org.onap.sdc.toscaparser.api.parameters.Input@6abd5164, org.onap.sdc.toscaparser.api.parameters.Input@173f344]
2022-04-10T06:28:09.921Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.921Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:09.922Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-04-10T06:28:09.922Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 665b8f48-01a9-40ae-bf1a-77d638739649
2022-04-10T06:28:09.922Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 665b8f48-01a9-40ae-bf1a-77d638739649 matches Tosca VF Customization UUID: 665b8f48-01a9-40ae-bf1a-77d638739649
2022-04-10T06:28:09.922Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 665b8f48-01a9-40ae-bf1a-77d638739649 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-04-10T06:28:09.925Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.925Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:09.926Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 665b8f48-01a9-40ae-bf1a-77d638739649: {\"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-04-10T06:28:09.926Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20a24b79
2022-04-10T06:28:09.926Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.927Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:28:09.927Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba810f5a-7289-4e93-841f-a449b185426c
2022-04-10T06:28:09.927Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba810f5a-7289-4e93-841f-a449b185426c
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-04-10T06:28:09.929Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.929Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:09.929Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:28:09.929Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.930Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:09.930Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:28:09.930Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.930Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is not matching search criteria
2022-04-10T06:28:09.931Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:28:09.931Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:28:09.931Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-10T06:28:09.931Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T06:28:09.931Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T06:28:09.931Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:09.932Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:09.932Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T06:28:09.932Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:09.932Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T06:28:09.932Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:09.932Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=69beb5c9-7bf9-4e63-b90e-c6fa7f63584c
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-04-10T06:28:09.934Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.935Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:09.935Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:28:09.935Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.935Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is not matching search criteria
2022-04-10T06:28:09.935Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:28:09.936Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:28:09.936Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T06:28:09.936Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:09.936Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:09.936Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T06:28:09.936Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:09.937Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-10T06:28:09.937Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T06:28:09.937Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:09.937Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T06:28:09.937Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:09.937Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=48da0f70-7b83-457b-91e3-421e22f34398
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-04-10T06:28:09.940Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.940Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:09.940Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:28:09.945Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.946Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is not matching search criteria
2022-04-10T06:28:09.946Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:28:09.946Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:28:09.946Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T06:28:09.947Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:09.947Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:09.947Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T06:28:09.947Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:09.948Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T06:28:09.948Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T06:28:09.948Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:09.948Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:09.949Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-10T06:28:09.949Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=49b5f755-fb66-4bf2-aaa4-e71d0800a6f9
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-04-10T06:28:09.951Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.952Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:09.952Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:28:09.952Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.952Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:09.952Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=665b8f48-01a9-40ae-bf1a-77d638739649
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-04-10T06:28:09.954Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.954Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:09.954Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0b54c6db-65e7-4ace-bc37-9fcd87a37852: vFW c008bc11-a56c
2022-04-10T06:28:09.955Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.955Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:09.955Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.955Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:09.955Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.955Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:09.956Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.956Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:09.956Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:28:09.956Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:09.956Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-04-10 06-24-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-04-10T06:28:10.156Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c008bc11-a56c e214fc69-3202-4238-a69b-d64532c6389d 1 ASDC deployResourceStructure
2022-04-10T06:28:10.156Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json ASDC sendASDCNotification
2022-04-10T06:28:10.157Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json
2022-04-10T06:28:10.157Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:28:10.157Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:10.159Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:10.159Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572090156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-10T06:28:10.260Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:28:10.261Z||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-04-10T06:28:10.261Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:10.272Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:28:10.273Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:28:11.161Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-10T06:28:11.161Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml
2022-04-10T06:28:11.161Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:28:11.161Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:11.163Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:11.163Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572091161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-10T06:28:11.264Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:28:11.266Z||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-04-10T06:28:11.266Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:11.278Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:28:11.279Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:28:12.165Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-10T06:28:12.165Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env
2022-04-10T06:28:12.165Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:28:12.165Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:12.168Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:12.168Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572092164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-10T06:28:12.268Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:28:12.269Z||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-04-10T06:28:12.270Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:12.288Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:28:12.290Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:28:13.169Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar ASDC sendASDCNotification
2022-04-10T06:28:13.169Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:13.169Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:28:13.170Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:13.172Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:13.173Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572093168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:28:13.272Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:28:13.274Z||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-04-10T06:28:13.274Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:13.286Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:28:13.286Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:28:14.173Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
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-04-10T06:28:14.187Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
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-04-10T06:28:14.190Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:28:14.190Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T06:28:14.190Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T06:28:14.190Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T06:28:14.191Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T06:28:14.191Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T06:28:14.191Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T06:28:14.191Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T06:28:14.192Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T06:28:14.192Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T06:28:14.192Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-04-10T06:28:14.196Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T06:28:44.197Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c 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-04-10T06:28:44.208Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c and serviceModelVersionId: 0b54c6db-65e7-4ace-bc37-9fcd87a37852
2022-04-10T06:28:44.209Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 332f154b-8f0d-4b3f-b748-f7651054904e
2022-04-10T06:28:44.211Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/332f154b-8f0d-4b3f-b748-f7651054904e/model-vers/model-ver/0b54c6db-65e7-4ace-bc37-9fcd87a37852?depth=0
2022-04-10T06:28:44.216Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T06:28:44.277Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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/332f154b-8f0d-4b3f-b748-f7651054904e/model-vers/model-ver/0b54c6db-65e7-4ace-bc37-9fcd87a37852?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-04-10T06:28:44.279Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332f154b-8f0d-4b3f-b748-f7651054904e/model-vers/model-ver/0b54c6db-65e7-4ace-bc37-9fcd87a37852?depth=0|INFO|500||Invoke
2022-04-10T06:28:44.304Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332f154b-8f0d-4b3f-b748-f7651054904e/model-vers/model-ver/0b54c6db-65e7-4ace-bc37-9fcd87a37852?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-10T06:28:44.584Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332f154b-8f0d-4b3f-b748-f7651054904e/model-vers/model-ver/0b54c6db-65e7-4ace-bc37-9fcd87a37852?depth=0|INFO|500||InvokeReturn
2022-04-10T06:28:44.585Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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/332f154b-8f0d-4b3f-b748-f7651054904e/model-vers/model-ver/0b54c6db-65e7-4ace-bc37-9fcd87a37852?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220410-06:28:44:312-83047], vertex-id=[188496], Content-Length=[0], Date=[Sun, 10 Apr 2022 06:28:44 GMT], Content-Type=[application/json]}
2022-04-10T06:28:44.585Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-04-10T06:28:44.586Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T06:28:44.586Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-04-10T06:28:44.591Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-04-10T06:28:44.592Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T06:28:44.592Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T06:28:44.593Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:44.595Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:44.595Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572124592,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:28:44.696Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:28:44.698Z||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-04-10T06:28:44.698Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:44.714Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:28:44.715Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 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-04-10T06:28:45.607Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:28:45.608Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-04-10T06:28:45.609Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:55.143Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:28:55.143Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:28:55.144Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-04-10T06:28:55.144Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:28:55.874Z||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-04-10T06:28:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:55.999Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:28:55.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:28:55.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572070280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-10T06:28:56.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-10T06:29:04.678Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:29:04.679Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:29:04.679Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-04-10T06:29:04.679Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:29:14.258Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:29:55.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:29:55.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-04-10T06:29:55.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:29:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:29:55.874Z||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-04-10T06:29:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:29:56.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:29:56.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572070280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:29:56.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-10T06:29:56.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572070280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-10T06:29:56.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-10T06:29:56.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572070280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:29:56.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-10T06:29:56.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572070280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:29:56.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-10T06:29:56.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572082306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:29:56.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:29:56.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572086194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:29:56.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:29:56.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572087594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:29:56.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:29:56.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572088896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:29:56.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:29:56.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572090156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-10T06:29:56.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:29:56.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572091161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-10T06:29:56.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:29:56.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572092164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-10T06:29:56.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:29:56.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572093168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:29:56.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:29:56.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572124592,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:29:56.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:30:05.412Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:30:55.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:30:55.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-04-10T06:30:55.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:30:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:30:55.874Z||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-04-10T06:30:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:31:05.435Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:31:05.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:31:55.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:31:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:31:55.874Z||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-04-10T06:31:55.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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-04-10T06:31:55.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:31:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:32:05.414Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:32:05.414Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:32:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:32:55.872Z||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-04-10T06:32:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:32:55.873Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:32:55.875Z||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-04-10T06:32:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:33:05.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:33:05.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:33:55.871Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:33:55.872Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:33:55.872Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:33:55.874Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:33:55.874Z||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-04-10T06:33:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:34:05.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:34:05.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:34:55.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:34:55.874Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:34:55.874Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:34:55.874Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:34:55.875Z||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-04-10T06:34:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:34:56.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:34:56.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:34:56.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a735c39-77f2-4907-a6b5-e5cdf9a7c318","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2e3fdc99-7071-458b-8afc-4770745ff5c5","serviceDescription":"service","serviceInvariantUUID":"5ce184ad-05da-4d53-8a4d-712c298a314f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"545f0c1f-43fa-4fa6-9553-2c9b891979fc","resourceInvariantUUID":"3c06bf3e-97b1-4731-8fca-c9397497776b","resourceCustomizationUUID":"1b7e7c54-5e03-4035-9589-cc2d5b2f0d2e","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZGZhZjFmZjhhZmY2ZDQ0ZDg4YjFhN2E1NWQyMGNhODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ad09ac80-f1a9-4d1d-a1fe-bf84a6c00363","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGVhNmQ2MDlkMTYxMjQ4OGQ4NTI3YWIzNDBkNTI0Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59848cb2-8693-48c4-9814-9c86e116e7b9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:34:56.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "ves-openapi-manager",
"timestamp": 1649572485252,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:34:56.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-10T06:34:56.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "clamp",
"timestamp": 1649572483830,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:34:56.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-10T06:34:56.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "policy-id",
"timestamp": 1649572478564,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "cds",
"timestamp": 1649572486463,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "clamp",
"timestamp": 1649572483830,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "ves-openapi-manager",
"timestamp": 1649572485252,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:34:56.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-10T06:34:56.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "policy-id",
"timestamp": 1649572478564,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:34:56.506Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:34:56.506Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:34:56.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-10T06:34:56.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "cds",
"timestamp": 1649572486463,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:34:56.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-10T06:34:56.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "policy-id",
"timestamp": 1649572489032,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:34:56.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:34:56.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "cds",
"timestamp": 1649572489343,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:34:56.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:34:56.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "policy-id",
"timestamp": 1649572490037,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T06:34:56.514Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:34:56.515Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572495872,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:34:56.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:34:56.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "cds",
"timestamp": 1649572490350,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-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-04-10T06:34:56.547Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a735c39-77f2-4907-a6b5-e5cdf9a7c318
2022-04-10T06:34:56.548Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a735c39-77f2-4907-a6b5-e5cdf9a7c318 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-04-10T06:34:56.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "policy-id",
"timestamp": 1649572491040,
"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-04-10T06:34:56.564Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a735c39-77f2-4907-a6b5-e5cdf9a7c318
2022-04-10T06:34:56.564Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a735c39-77f2-4907-a6b5-e5cdf9a7c318 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-04-10T06:34:56.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649572492330,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T06:34:56.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-10T06:34:56.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649572492330,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:34:56.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-10T06:34:56.615Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:34:56.616Z||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-04-10T06:34:56.616Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:34:56.630Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:34:56.631Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:34:57.515Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:34:57.516Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:34:57.518Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:34:57.518Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572495872,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T06:34:57.626Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-10T06:34:57.628Z||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-04-10T06:34:57.628Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:34:57.643Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:34:57.644Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:34:58.519Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "2e3fdc99-7071-458b-8afc-4770745ff5c5",
"serviceDescription": "service",
"serviceInvariantUUID": "5ce184ad-05da-4d53-8a4d-712c298a314f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "1b7e7c54-5e03-4035-9589-cc2d5b2f0d2e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "545f0c1f-43fa-4fa6-9553-2c9b891979fc",
"resourceInvariantUUID": "3c06bf3e-97b1-4731-8fca-c9397497776b",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ZGVhNmQ2MDlkMTYxMjQ4OGQ4NTI3YWIzNDBkNTI0Yzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "59848cb2-8693-48c4-9814-9c86e116e7b9"
}
],
"workloadContext": "Production"
}
2022-04-10T06:34:58.520Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T06:34:58.520Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2e3fdc99-7071-458b-8afc-4770745ff5c5 ASDC
2022-04-10T06:34:58.521Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8a735c39-77f2-4907-a6b5-e5cdf9a7c318
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2e3fdc99-7071-458b-8afc-4770745ff5c5
ServiceInvariantUUID:5ce184ad-05da-4d53-8a4d-712c298a314f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:59848cb2-8693-48c4-9814-9c86e116e7b9
ArtifactChecksum:ZGVhNmQ2MDlkMTYxMjQ4OGQ4NTI3YWIzNDBkNTI0Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1b7e7c54-5e03-4035-9589-cc2d5b2f0d2e
ResourceInvariantUUID:3c06bf3e-97b1-4731-8fca-c9397497776b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:545f0c1f-43fa-4fa6-9553-2c9b891979fc
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-04-10T06:34:58.521Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e3fdc99-7071-458b-8afc-4770745ff5c5 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-04-10T06:34:58.553Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:34:58.555Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:34:58.555Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:34:58.555Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 59848cb2-8693-48c4-9814-9c86e116e7b9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-10T06:34:58.555Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:34:58.556Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-10T06:34:58.808Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:34:58.811Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 59848cb2-8693-48c4-9814-9c86e116e7b9 52508
2022-04-10T06:34:58.812Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-10T06:34:58.812Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-10T06:34:58.812Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:34:58.812Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:34:58.814Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:34:58.814Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649572498811,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T06:34:58.915Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T06:34:58.916Z||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-04-10T06:34:58.916Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:34:58.957Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T06:34:58.958Z||pool-46-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:34:59.815Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:34:59.816Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:34:59.817Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 59848cb2-8693-48c4-9814-9c86e116e7b9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:34:59.817Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-10T06:34:59.818Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:34:59.818Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.100Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP144909403631421578/Definitions/service-BasicNetwork-template.yml
2022-04-10T06:35:00.640Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T06:35:00.640Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:35:00.640Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.640Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||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-BasicNetwork-csar.csar
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:35:00.642Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:35:00.642Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-10T06:35:00.642Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:35:00.642Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:35:00.643Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:35:00.643Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:35:00.643Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-10T06:35:00.643Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:35:00.643Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:35:00.644Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:35:00.644Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:35:00.644Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T06:35:00.644Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:35:00.644Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery