By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-02-28T00:49:56.681Z||main|||||INFO|500||The following profiles are active: basic
2022-02-28T00:50:04.201Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-28T00:50:04.201Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-28T00:50:04.276Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-28T00:50:05.999Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-28T00:50:06.186Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-28T00:50:06.461Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-28T00:50:06.474Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-28T00:50:06.534Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-28T00:50:06.625Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-28T00:50:06.957Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-28T00:50:07.680Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-28T00:50:09.190Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-28T00:50:09.226Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-28T00:50:09.625Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-28T00:50:09.777Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-02-28T00:50:10.724Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-28T00:50:11.494Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-28T00:50:11.507Z||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$$7fa680a9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-02-28T00:50:11.508Z||main|||||WARN|500||The sdc end point is not alive
2022-02-28T00:50:13.934Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-02-28T00:50:15.939Z||main|||||WARN|500||---
2022-02-28T00:50:15.939Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-28T00:50:15.939Z||main|||||WARN|500||---
2022-02-28T00:50:16.274Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-28T00:50:19.636Z||main|||||INFO|500||Started Application in 26.642 seconds (JVM running for 27.591)
2022-02-28T00:50:19.649Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-28T00:50:19.674Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-28T00:50:19.685Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-28T00:50:19.703Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-28T00:50:19.733Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c58e0be9-c445-4381-a38d-42fbb92a3913 url= /sdc/v1/artifactTypes
2022-02-28T00:50:19.733Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-28T00:50:19.947Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-28T00:50:19.975Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-02-28T00:50:19.993Z||scheduling-1|||||DEBUG|500||create keys
2022-02-28T00:50:19.998Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-28T00:50:20.530Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:50:20.545Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a5683bd3-839f-4d54-8254-8ad36c943638 url= /sdc/v1/registerForDistribution
2022-02-28T00:50:20.740Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a5683bd3-839f-4d54-8254-8ad36c943638 url= /sdc/v1/registerForDistribution
2022-02-28T00:50:20.740Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-28T00:50:20.749Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:50:20.750Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:50:20.752Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:50:20.752Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:50:20.752Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:50:20.752Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:50:20.757Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-28T00:50:32.355Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:50:32.610Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:51:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:51:20.748Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:51:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:51:20.749Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T00:51:20.749Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:51:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:51:30.308Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:51:30.310Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:52:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:52:20.749Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:52:20.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:52:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:52:20.750Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:52:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:52:30.302Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:52:30.307Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:53:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:53:20.748Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:53:20.749Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:53:20.749Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T00:53:20.749Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:53:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:53:30.301Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:53:30.306Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:54:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:54:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:54:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:54:20.749Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:54:20.750Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:54:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:54:30.303Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:54:30.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:55:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:55:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:55:20.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:55:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:55:20.749Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:55:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:55:30.300Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:55:30.300Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:56:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:56:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:56:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:56:20.749Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:56:20.751Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:56:20.751Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:56:30.308Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:56:30.311Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:57:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:57:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:57:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:57:20.749Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:57:20.750Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:57:20.751Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:57:30.301Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:57:30.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:58:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:58:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:58:20.749Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:58:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:58:20.749Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:58:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:58:30.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:58:30.303Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:59:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:59:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:59:20.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:59:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:59:20.749Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T00:59:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:59:30.295Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T00:59:30.303Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:00:02.374Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-28T01:00:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:00:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:00:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:00:20.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:00:20.750Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:00:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:00:30.303Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:00:30.304Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:01:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:01:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:01:20.749Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:01:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:01:20.749Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:01:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:01:30.292Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:01:30.299Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:02:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:02:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:02:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:02:20.749Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:02:20.749Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:02:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:02:30.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:02:30.300Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:03:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:03:20.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:03:20.750Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:03:20.750Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:03:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:03:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:03:30.301Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:03:30.304Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:04:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:04:20.749Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:04:20.749Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:04:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:04:20.749Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:04:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:04:30.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:04:30.306Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:05:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:05:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:05:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:05:20.749Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:05:20.749Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:05:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:05:30.297Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:05:30.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:06:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:06:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:06:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:06:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:06:20.749Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:06:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:06:30.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:06:30.299Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:07:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:07:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:07:20.749Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:07:20.749Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:07:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:07:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:07:30.299Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:07:30.301Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:08:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:08:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:08:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:08:20.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:08:20.749Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:08:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:08:30.303Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:08:30.304Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:09:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:09:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:09:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:09:20.748Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:09:20.749Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:09:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:09:30.299Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:09:30.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:10:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:10:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:10:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:10:20.749Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:10:20.749Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:10:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:10:30.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:10:30.300Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:11:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:11:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:11:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:11:20.749Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:11:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:11:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:11:30.312Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:11:30.321Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:12:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:12:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:12:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:12:20.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:12:20.749Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:12:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:12:30.298Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:12:30.300Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:13:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:13:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:13:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:13:20.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:13:20.749Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:13:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:13:30.295Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:13:30.300Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:14:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:14:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:14:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:14:20.748Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:14:20.749Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:14:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:14:30.295Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:14:30.300Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:15:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:15:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:15:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:15:20.748Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:15:20.749Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:15:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:15:30.310Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:15:30.313Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:16:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:16:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:16:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:16:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:16:20.749Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:16:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:16:30.296Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:16:30.311Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:17:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:17:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:17:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:17:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:17:20.749Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:17:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:17:30.301Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:17:30.301Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:18:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:18:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:18:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:18:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:18:20.749Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:18:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:18:30.291Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:18:30.299Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:19:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:19:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:19:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:19:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:19:20.749Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:19:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:19:30.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:19:30.301Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:20:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:20:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:20:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:20:20.748Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:20:20.749Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:20:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:20:30.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:20:30.299Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:21:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:21:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:21:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:21:20.748Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:21:20.749Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:21:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:21:30.289Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:21:30.296Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:22:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:22:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:22:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:22:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:22:20.749Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:22:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:22:30.299Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:22:30.301Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:23:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:23:20.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:23:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:23:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:23:20.749Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:23:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:23:30.300Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:23:30.302Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:20.747Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:24:20.748Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:24:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:24:20.749Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:24:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:24.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:24.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T01:24:24.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f4c293b4-b463-4cf2-928e-30dc39f3a609","serviceName":"vFW 2022-02-28 01-22-01","serviceVersion":"1.0","serviceUUID":"86b0a66f-2be4-49cf-b12a-f8f4b17532a7","serviceDescription":"catalog service description","serviceInvariantUUID":"5847de4d-88e1-4c9d-8de5-a1f8d77ecb07","resources":[{"resourceInstanceName":"vFW 95f417ca-b504 0","resourceName":"vFW 95f417ca-b504","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f9f33da9-a409-4c3a-9575-ce7f6f2a290a","resourceInvariantUUID":"16c78fca-8a49-4956-9624-b2756864f2c9","resourceCustomizationUUID":"e135ab96-8e1a-432a-aeb8-14abd5ee1352","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml","artifactChecksum":"NmU1NGRkZmQwOWNkY2Q1MGY1N2IxMzVmYTE2NzkxYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f9859357-f3c4-4f22-b63d-ebb8be5883df","artifactVersion":"1"},{"artifactName":"vfw95f417cab5040_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json","artifactChecksum":"OTNlNzk5ZmU1NGM3NzBjY2M1YTI1YTExMDllOTUwMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9699ec19-64dc-4842-aa46-d6e2329aeea1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"daa88e24-de82-41c6-80b4-114f8be93975","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml","artifactChecksum":"YzczNzE0YTFiOGJlN2U0M2M4ZTVhNTNmNDAxMTgyNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f1cfe7ea-4468-4f39-8bfa-1c0ff60c3f02","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"41df3f4a-38f7-4039-981a-201f40af0f37","artifactVersion":"2","generatedFromUUID":"daa88e24-de82-41c6-80b4-114f8be93975"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220228012201-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml","artifactChecksum":"NDk5ODQxODhmMWU0MWU4Mjk1Mzg2M2UwOWM4NDNjOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e978e685-634a-46f7-a2ca-62a1de76f823","artifactVersion":"1"},{"artifactName":"service-Vfw20220228012201-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar","artifactChecksum":"NDIyMzM4MjlhMzk0YjY2ZDY5ZWEzYTU0NmE0ZTQxNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6bf3a76-a8fa-4e50-a19b-6dae81d5af6c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T01:24:24.689Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:24:24.693Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:24.700Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:24.700Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011460747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:24:24.802Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-28T01:24:24.806Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:24:24.806Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:24.825Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:24.825Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":3,"count":1}
2022-02-28T01:24:25.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:25.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:24:25.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011460747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:24:25.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:24:25.706Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:24:25.707Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:25.709Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:25.709Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011460747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
"status": "NOTIFIED"
}
2022-02-28T01:24:25.809Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T01:24:25.810Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:24:25.810Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:25.826Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:25.826Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:26.710Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:24:26.711Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:26.713Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:26.714Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011460747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-28T01:24:26.814Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:26.814Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:24:26.815Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:26.829Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:26.830Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:27.714Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:24:27.715Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:27.717Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:27.718Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011460747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:24:27.817Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T01:24:27.818Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:24:27.818Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:27.834Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:27.834Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:28.718Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:24:28.719Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:28.721Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:28.721Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011460747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-28T01:24:28.821Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:28.822Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:24:28.822Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:28.837Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:28.837Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:29.722Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:24:29.723Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:29.725Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:29.725Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011460747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:24:29.825Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:29.826Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:24:29.826Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:29.841Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:29.842Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:30.725Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:24:30.727Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:30.729Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:30.729Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011460747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:24:30.829Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:30.830Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:24:30.830Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:30.846Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:30.846Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:31.731Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"serviceName": "vFW 2022-02-28 01-22-01",
"serviceVersion": "1.0",
"serviceUUID": "86b0a66f-2be4-49cf-b12a-f8f4b17532a7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5847de4d-88e1-4c9d-8de5-a1f8d77ecb07",
"resources": [
{
"resourceInstanceName": "vFW 95f417ca-b504 0",
"resourceCustomizationUUID": "e135ab96-8e1a-432a-aeb8-14abd5ee1352",
"resourceName": "vFW 95f417ca-b504",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f9f33da9-a409-4c3a-9575-ce7f6f2a290a",
"resourceInvariantUUID": "16c78fca-8a49-4956-9624-b2756864f2c9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw95f417cab5040_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
"artifactChecksum": "OTNlNzk5ZmU1NGM3NzBjY2M1YTI1YTExMDllOTUwMmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9699ec19-64dc-4842-aa46-d6e2329aeea1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "daa88e24-de82-41c6-80b4-114f8be93975",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "41df3f4a-38f7-4039-981a-201f40af0f37",
"generatedFromUUID": "daa88e24-de82-41c6-80b4-114f8be93975"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "41df3f4a-38f7-4039-981a-201f40af0f37",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220228012201-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"artifactChecksum": "NDIyMzM4MjlhMzk0YjY2ZDY5ZWEzYTU0NmE0ZTQxNWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d6bf3a76-a8fa-4e50-a19b-6dae81d5af6c"
}
],
"workloadContext": "Production"
}
2022-02-28T01:24:31.732Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T01:24:31.733Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 86b0a66f-2be4-49cf-b12a-f8f4b17532a7 ASDC
2022-02-28T01:24:31.797Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f4c293b4-b463-4cf2-928e-30dc39f3a609
ServiceName:vFW 2022-02-28 01-22-01
ServiceVersion:1.0
ServiceUUID:86b0a66f-2be4-49cf-b12a-f8f4b17532a7
ServiceInvariantUUID:5847de4d-88e1-4c9d-8de5-a1f8d77ecb07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220228012201-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar
ArtifactUUID:d6bf3a76-a8fa-4e50-a19b-6dae81d5af6c
ArtifactChecksum:NDIyMzM4MjlhMzk0YjY2ZDY5ZWEzYTU0NmE0ZTQxNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 95f417ca-b504 0
ResourceCustomizationUUID:e135ab96-8e1a-432a-aeb8-14abd5ee1352
ResourceInvariantUUID:16c78fca-8a49-4956-9624-b2756864f2c9
ResourceName:vFW 95f417ca-b504
ResourceType:VF
ResourceUUID:f9f33da9-a409-4c3a-9575-ce7f6f2a290a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw95f417cab5040_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json
ArtifactUUID:9699ec19-64dc-4842-aa46-d6e2329aeea1
ArtifactChecksum:OTNlNzk5ZmU1NGM3NzBjY2M1YTI1YTExMDllOTUwMmM=
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/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml
ArtifactUUID:daa88e24-de82-41c6-80b4-114f8be93975
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/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env
ArtifactUUID:41df3f4a-38f7-4039-981a-201f40af0f37
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/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env
ArtifactUUID:41df3f4a-38f7-4039-981a-201f40af0f37
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-28T01:24:31.797Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86b0a66f-2be4-49cf-b12a-f8f4b17532a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:24:31.958Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:24:31.959Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-28T01:24:31.960Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-28T01:24:31.960Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d6bf3a76-a8fa-4e50-a19b-6dae81d5af6c from URL: /sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:31.960Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-28T01:24:31.961Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:32.304Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-28T01:24:32.320Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar d6bf3a76-a8fa-4e50-a19b-6dae81d5af6c 98944
2022-02-28T01:24:32.321Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar ASDC sendASDCNotification
2022-02-28T01:24:32.321Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:32.321Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:24:32.322Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:32.323Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:32.323Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011472320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:24:32.424Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:32.424Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:24:32.425Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:32.440Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:32.440Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:33.324Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:24:33.325Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-28T01:24:33.325Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d6bf3a76-a8fa-4e50-a19b-6dae81d5af6c, URL: /sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar to file: /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:33.326Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220228012201-csar.csar
2022-02-28T01:24:33.374Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:33.374Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:33.916Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13001401474440802988/Definitions/service-Vfw20220228012201-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-02-28T01:24:36.164Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T01:24:36.168Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-28T01:24:36.168Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.168Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-28T01:24:36.168Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.168Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.168Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 95f417ca-b504 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-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-28T01:24:36.178Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:36.179Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:36.181Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:36.182Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-28T01:24:36.183Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:24:36.184Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:36.184Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:36.184Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:36.184Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-28T01:24:36.184Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:24:36.184Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:36.184Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:36.187Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:36.187Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is not matching search criteria
2022-02-28T01:24:36.187Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T01:24:36.187Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T01:24:36.187Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.187Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.187Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.189Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-28T01:24:36.189Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:36.189Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T01:24:36.190Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:36.190Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:36.190Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:24:36.190Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:36.190Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:36.190Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:24:36.190Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is not matching search criteria
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1bff565a-34ae-4eff-90fa-60ced7e3d2a5
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is not matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T01:24:36.194Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.194Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T01:24:36.194Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.194Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2f3448ed-be14-464b-b2f0-d6173ceca322
2022-02-28T01:24:36.194Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:36.194Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is not matching search criteria
2022-02-28T01:24:36.194Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T01:24:36.194Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=44d2b50a-b8c0-41fa-b4ea-7730a09deed1
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:36.197Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-28 01-22-01
Description:catalog service description
Model UUID:86b0a66f-2be4-49cf-b12a-f8f4b17532a7
Model Version:NULL
Model InvariantUuid:5847de4d-88e1-4c9d-8de5-a1f8d77ecb07
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 95f417ca-b504
Model UUID:30405cf0-eff6-4d4f-8964-1a8e9b34dede
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:16c78fca-8a49-4956-9624-b2756864f2c9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e135ab96-8e1a-432a-aeb8-14abd5ee1352
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b570aea7-1bcc-4c3e-a392-d9b290d844aa
ModelName:Vfw95f417caB504..base_vfw..module-0
ModelUuid:ffee2534-1e94-4eb1-afb9-c8c999e3884f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1bff565a-34ae-4eff-90fa-60ced7e3d2a5
ModelInvariantUuid:041b0c87-d001-4bbb-89a9-fa6d26a7cdbb
ModelName:vFW 95f417ca-b504-nodes.vfwCvfc
ModelUuid:4a00884f-3adf-4ce7-87a8-8674fbd1ad2c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:fa39331c-fb9a-415e-9c48-2d271dc1df1e
ModelInvariantUuid:bf15d7e1-99fe-420e-876f-dd1853b0e210
ModelName:Vfw95f417caB504.compute.nodes.heat.vfw
ModelUuid:871b48bd-f90a-4f1e-8c2c-4279099a3c47
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2f3448ed-be14-464b-b2f0-d6173ceca322
ModelInvariantUuid:7a7b33c8-dc63-4d76-917c-9075e5e50907
ModelName:vFW 95f417ca-b504-nodes.vsnCvfc
ModelUuid:4ab1d8a5-1662-4869-8e05-6b10b3b2e849
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b85042da-1ad0-41de-97b1-da16bbe63324
ModelInvariantUuid:bc0d439e-37a4-4849-b726-278a39bad05f
ModelName:Vfw95f417caB504.compute.nodes.heat.vsn
ModelUuid:cd9d0dcf-7d2a-4901-8ebd-4dff99a57dc7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:44d2b50a-b8c0-41fa-b4ea-7730a09deed1
ModelInvariantUuid:81bad397-bda8-4b93-b3ee-190d1a3aad3d
ModelName:vFW 95f417ca-b504-nodes.vpgCvfc
ModelUuid:a408a18f-3107-4e5f-abec-db0df0d040ea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:cd730264-061f-433b-bb6f-f597bf6c70c3
ModelInvariantUuid:7cab516f-77dc-4bfd-86b9-bca980a73d4b
ModelName:Vfw95f417caB504.compute.nodes.heat.vpg
ModelUuid:6f2bf311-540e-493a-b3a6-d0399fe47d4b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-28T01:24:36.216Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f9f33da9-a409-4c3a-9575-ce7f6f2a290a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T01:24:36.305Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||vFW 95f417ca-b504 0
2022-02-28T01:24:36.310Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f9f33da9-a409-4c3a-9575-ce7f6f2a290a
2022-02-28T01:24:36.310Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9699ec19-64dc-4842-aa46-d6e2329aeea1 from URL: /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json
2022-02-28T01:24:36.310Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-28T01:24:36.310Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json
2022-02-28T01:24:36.450Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-28T01:24:36.451Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json 9699ec19-64dc-4842-aa46-d6e2329aeea1 785
2022-02-28T01:24:36.451Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json ASDC sendASDCNotification
2022-02-28T01:24:36.451Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json
2022-02-28T01:24:36.452Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:24:36.452Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:36.455Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:36.455Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011476451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:24:36.555Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:36.556Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:24:36.556Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:36.570Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:36.570Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:37.457Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw95f417caB504..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b570aea7-1bcc-4c3e-a392-d9b290d844aa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ffee2534-1e94-4eb1-afb9-c8c999e3884f",
"vfModuleModelCustomizationUUID": "6759ab66-4e41-4c57-b984-427807f1c32e",
"isBase": true,
"artifacts": [
"daa88e24-de82-41c6-80b4-114f8be93975",
"41df3f4a-38f7-4039-981a-201f40af0f37"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-28T01:24:37.473Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw95f417caB504..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ffee2534-1e94-4eb1-afb9-c8c999e3884f
VfModuleModelInvariantUUID:b570aea7-1bcc-4c3e-a392-d9b290d844aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
daa88e24-de82-41c6-80b4-114f8be93975
,
41df3f4a-38f7-4039-981a-201f40af0f37
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-28T01:24:37.475Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw95f417caB504..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b570aea7-1bcc-4c3e-a392-d9b290d844aa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ffee2534-1e94-4eb1-afb9-c8c999e3884f",
"vfModuleModelCustomizationUUID": "6759ab66-4e41-4c57-b984-427807f1c32e",
"isBase": true,
"artifacts": [
"daa88e24-de82-41c6-80b4-114f8be93975",
"41df3f4a-38f7-4039-981a-201f40af0f37"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-28T01:24:37.475Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw95f417caB504..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ffee2534-1e94-4eb1-afb9-c8c999e3884f
VfModuleModelInvariantUUID:b570aea7-1bcc-4c3e-a392-d9b290d844aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
daa88e24-de82-41c6-80b4-114f8be93975
,
41df3f4a-38f7-4039-981a-201f40af0f37
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-28T01:24:37.475Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: daa88e24-de82-41c6-80b4-114f8be93975 from URL: /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml
2022-02-28T01:24:37.475Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-28T01:24:37.475Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml
2022-02-28T01:24:37.760Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-28T01:24:37.762Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml daa88e24-de82-41c6-80b4-114f8be93975 20368
2022-02-28T01:24:37.762Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-28T01:24:37.762Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml
2022-02-28T01:24:37.762Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:24:37.763Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:37.765Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:37.765Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011477762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:24:37.865Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:37.866Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:24:37.866Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:37.882Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:37.882Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:38.766Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 41df3f4a-38f7-4039-981a-201f40af0f37 from URL: /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env
2022-02-28T01:24:38.767Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-28T01:24:38.767Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env
2022-02-28T01:24:39.051Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-28T01:24:39.052Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env 41df3f4a-38f7-4039-981a-201f40af0f37 2098
2022-02-28T01:24:39.052Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-28T01:24:39.052Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env
2022-02-28T01:24:39.052Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:24:39.053Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:39.056Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:39.056Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011479052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:24:39.156Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:39.157Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:24:39.157Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:39.172Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:39.173Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-02-28T01:24:40.056Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 86b0a66f-2be4-49cf-b12a-f8f4b17532a7
2022-02-28T01:24:40.057Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 95f417ca-b504 0 f9f33da9-a409-4c3a-9575-ce7f6f2a290a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T01:24:40.091Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3964768f, org.onap.sdc.toscaparser.api.parameters.Input@5997c7b2, org.onap.sdc.toscaparser.api.parameters.Input@6aa83026, org.onap.sdc.toscaparser.api.parameters.Input@4487c75d, org.onap.sdc.toscaparser.api.parameters.Input@5ecd114c]
2022-02-28T01:24:40.094Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.095Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:40.095Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-02-28T01:24:40.095Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= e135ab96-8e1a-432a-aeb8-14abd5ee1352
2022-02-28T01:24:40.095Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e135ab96-8e1a-432a-aeb8-14abd5ee1352 matches Tosca VF Customization UUID: e135ab96-8e1a-432a-aeb8-14abd5ee1352
2022-02-28T01:24:40.095Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: e135ab96-8e1a-432a-aeb8-14abd5ee1352 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-28T01:24:40.100Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.100Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:40.100Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id e135ab96-8e1a-432a-aeb8-14abd5ee1352: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-28T01:24:40.101Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c315bb6
2022-02-28T01:24:40.101Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.101Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T01:24:40.101Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6759ab66-4e41-4c57-b984-427807f1c32e
2022-02-28T01:24:40.102Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6759ab66-4e41-4c57-b984-427807f1c32e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-28T01:24:40.105Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.105Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:40.105Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:24:40.106Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.106Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:40.106Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:24:40.106Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.106Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T01:24:40.108Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:40.108Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1bff565a-34ae-4eff-90fa-60ced7e3d2a5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-28T01:24:40.115Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.115Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:40.115Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:24:40.115Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.115Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is not matching search criteria
2022-02-28T01:24:40.115Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T01:24:40.115Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:40.117Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2f3448ed-be14-464b-b2f0-d6173ceca322
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-28T01:24:40.118Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.118Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:40.118Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:24:40.120Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.120Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is not matching search criteria
2022-02-28T01:24:40.120Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T01:24:40.120Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T01:24:40.120Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=44d2b50a-b8c0-41fa-b4ea-7730a09deed1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-28T01:24:40.123Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.123Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:40.123Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:24:40.124Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.124Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:40.124Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=e135ab96-8e1a-432a-aeb8-14abd5ee1352
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T01:24:40.125Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.125Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:40.125Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 86b0a66f-2be4-49cf-b12a-f8f4b17532a7: vFW 95f417ca-b504
2022-02-28T01:24:40.126Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.126Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:40.126Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.126Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:40.126Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.126Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:40.126Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.126Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:40.127Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:24:40.127Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:40.127Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-02-28 01-22-01
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:24:40.371Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 95f417ca-b504 f9f33da9-a409-4c3a-9575-ce7f6f2a290a 1 ASDC deployResourceStructure
2022-02-28T01:24:40.371Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json ASDC sendASDCNotification
2022-02-28T01:24:40.371Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json
2022-02-28T01:24:40.371Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:24:40.372Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:40.373Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:40.373Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011480371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
"status": "DEPLOY_OK"
}
2022-02-28T01:24:40.473Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:40.474Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:24:40.474Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:40.490Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:40.490Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:41.374Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-28T01:24:41.375Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml
2022-02-28T01:24:41.375Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:24:41.375Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:41.377Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:41.377Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011481374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-28T01:24:41.478Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:41.478Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:24:41.479Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:41.492Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:41.492Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:42.378Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-28T01:24:42.379Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env
2022-02-28T01:24:42.379Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:24:42.379Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:42.381Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:42.382Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011482378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-28T01:24:42.482Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:42.483Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:24:42.483Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:42.501Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:42.501Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:43.382Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar ASDC sendASDCNotification
2022-02-28T01:24:43.383Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:43.383Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:24:43.383Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:43.385Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:43.386Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011483382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:24:43.486Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:43.486Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:24:43.487Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:43.502Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:24:43.503Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-02-28T01:24:44.387Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:24:44.407Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:24:44.409Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:24:44.409Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:24:44.409Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:25:14.409Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:25:14.421Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:25:14.424Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:25:14.425Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:25:14.425Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:25:20.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:25:20.749Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:25:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:25:20.774Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:25:20.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:25:20.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "cds",
"timestamp": 1646011464596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:25:20.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:25:44.425Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:25:44.437Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:25:44.440Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:25:44.440Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:25:44.440Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:26:14.440Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:26:14.451Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:26:14.453Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:26:14.453Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:26:14.453Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:26:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:26:20.749Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:26:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:26:20.776Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:26:20.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:26:20.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "clamp",
"timestamp": 1646011464653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:26:20.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:26:44.453Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:26:44.467Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:26:44.470Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:26:44.471Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:26:44.471Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:27:14.471Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:27:14.482Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:27:14.484Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:27:14.484Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:27:14.484Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:27:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:27:20.749Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:27:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:27:21.280Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:27:21.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011460747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
"status": "NOTIFIED"
}
2022-02-28T01:27:21.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "cds",
"timestamp": 1646011464596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "clamp",
"timestamp": 1646011464653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
"status": "NOTIFIED"
}
2022-02-28T01:27:21.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "ves-openapi-manager",
"timestamp": 1646011466013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011460747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "cds",
"timestamp": 1646011464596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "clamp",
"timestamp": 1646011464653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "ves-openapi-manager",
"timestamp": 1646011466013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011460747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "cds",
"timestamp": 1646011464596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "clamp",
"timestamp": 1646011464653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "ves-openapi-manager",
"timestamp": 1646011466013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011460747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-28T01:27:21.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "cds",
"timestamp": 1646011464596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "clamp",
"timestamp": 1646011464653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "ves-openapi-manager",
"timestamp": 1646011466013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011460747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "policy-id",
"timestamp": 1646011469540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "cds",
"timestamp": 1646011464596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "clamp",
"timestamp": 1646011464653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "ves-openapi-manager",
"timestamp": 1646011466013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011460747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "policy-id",
"timestamp": 1646011469540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "cds",
"timestamp": 1646011464596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "clamp",
"timestamp": 1646011464653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "ves-openapi-manager",
"timestamp": 1646011466013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "policy-id",
"timestamp": 1646011469540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011472320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "cds",
"timestamp": 1646011472432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "ves-openapi-manager",
"timestamp": 1646011466013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "policy-id",
"timestamp": 1646011469540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "cds",
"timestamp": 1646011473445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:27:21.304Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f4c293b4-b463-4cf2-928e-30dc39f3a609
2022-02-28T01:27:21.305Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4c293b4-b463-4cf2-928e-30dc39f3a609 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:27:21.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646011473449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "policy-id",
"timestamp": 1646011469540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646011473449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
"status": "NOTIFIED"
}
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "policy-id",
"timestamp": 1646011469540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646011473449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "policy-id",
"timestamp": 1646011469540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011476451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646011473449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "policy-id",
"timestamp": 1646011477571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011477762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646011473449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "policy-id",
"timestamp": 1646011478578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011479052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646011473449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "policy-id",
"timestamp": 1646011479583,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:27:21.321Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4c293b4-b463-4cf2-928e-30dc39f3a609
2022-02-28T01:27:21.321Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4c293b4-b463-4cf2-928e-30dc39f3a609 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:27:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646011479393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646011473449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011480371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
"status": "DEPLOY_OK"
}
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646011479393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646011481368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011481374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646011479393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011482378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646011482572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646011479393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "aai-ml",
"timestamp": 1646011482469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011483382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "clamp",
"timestamp": 1646011483756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646011483949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646011479393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "aai-ml",
"timestamp": 1646011482469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646011479393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646011485089,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:27:21.340Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4c293b4-b463-4cf2-928e-30dc39f3a609
2022-02-28T01:27:21.340Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4c293b4-b463-4cf2-928e-30dc39f3a609 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-28T01:27:21.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "aai-ml",
"timestamp": 1646011482469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "clamp",
"timestamp": 1646011485765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646011479393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646011486092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
"status": "DEPLOY_OK"
}
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "aai-ml",
"timestamp": 1646011482469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "clamp",
"timestamp": 1646011486770,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:27:21.353Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f4c293b4-b463-4cf2-928e-30dc39f3a609
2022-02-28T01:27:21.354Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4c293b4-b463-4cf2-928e-30dc39f3a609 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:27:21.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "aai-ml",
"timestamp": 1646011482469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646011487358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "aai-ml",
"timestamp": 1646011482469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "aai-ml",
"timestamp": 1646011482469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "aai-ml",
"timestamp": 1646011490383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646011491828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:27:21.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646011492832,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:27:21.371Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f4c293b4-b463-4cf2-928e-30dc39f3a609
2022-02-28T01:27:21.371Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4c293b4-b463-4cf2-928e-30dc39f3a609 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:27:21.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "aai-ml",
"timestamp": 1646011504303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:27:21.381Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "aai-ml",
"timestamp": 1646011505308,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:27:21.386Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f4c293b4-b463-4cf2-928e-30dc39f3a609
2022-02-28T01:27:21.387Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4c293b4-b463-4cf2-928e-30dc39f3a609 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:27:44.485Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:27:44.499Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:27:44.502Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:27:44.502Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T01:27:44.502Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T01:27:44.502Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T01:27:44.503Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:27:44.503Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:27:44.503Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:27:44.503Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:27:44.503Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:27:44.503Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:27:44.503Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:27:44.509Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T01:28:14.509Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-28T01:28:14.520Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4c293b4-b463-4cf2-928e-30dc39f3a609 and serviceModelVersionId: 86b0a66f-2be4-49cf-b12a-f8f4b17532a7
2022-02-28T01:28:14.520Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5847de4d-88e1-4c9d-8de5-a1f8d77ecb07
2022-02-28T01:28:20.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:28:20.749Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:28:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:28:23.962Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5847de4d-88e1-4c9d-8de5-a1f8d77ecb07/model-vers/model-ver/86b0a66f-2be4-49cf-b12a-f8f4b17532a7?depth=0
2022-02-28T01:28:24.027Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T01:28:24.409Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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/5847de4d-88e1-4c9d-8de5-a1f8d77ecb07/model-vers/model-ver/86b0a66f-2be4-49cf-b12a-f8f4b17532a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-28T01:28:24.412Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5847de4d-88e1-4c9d-8de5-a1f8d77ecb07/model-vers/model-ver/86b0a66f-2be4-49cf-b12a-f8f4b17532a7?depth=0|INFO|500||Invoke
2022-02-28T01:28:24.603Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5847de4d-88e1-4c9d-8de5-a1f8d77ecb07/model-vers/model-ver/86b0a66f-2be4-49cf-b12a-f8f4b17532a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-28T01:28:24.784Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5847de4d-88e1-4c9d-8de5-a1f8d77ecb07/model-vers/model-ver/86b0a66f-2be4-49cf-b12a-f8f4b17532a7?depth=0|INFO|500||InvokeReturn
2022-02-28T01:28:24.785Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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/5847de4d-88e1-4c9d-8de5-a1f8d77ecb07/model-vers/model-ver/86b0a66f-2be4-49cf-b12a-f8f4b17532a7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220228-01:28:24:611-230], vertex-id=[196664], Content-Length=[0], Date=[Mon, 28 Feb 2022 01:28:24 GMT], Content-Type=[application/json]}
2022-02-28T01:28:24.785Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-02-28T01:28:24.787Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T01:28:24.787Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T01:28:24.791Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-28T01:28:24.797Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4c293b4-b463-4cf2-928e-30dc39f3a609 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T01:28:24.797Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T01:28:24.798Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:28:24.799Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:28:24.799Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011704797,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T01:28:24.899Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:28:24.901Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:28:24.901Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:28:24.916Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:28:24.916Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:28:25.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:28:25.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:28:25.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646011704797,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T01:28:25.597Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-28T01:28:25.817Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:28:25.818Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:28:25.818Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:28:36.578Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:28:36.579Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:28:36.580Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:28:36.580Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:28:46.125Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:28:46.125Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:28:46.126Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:28:46.126Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:28:55.668Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:28:55.669Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:28:55.670Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:28:55.671Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:29:05.211Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:29:20.747Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:29:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:29:20.749Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:29:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:29:20.750Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:29:20.752Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:29:30.298Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:29:30.299Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:30:20.747Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:30:20.748Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:30:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:30:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:30:20.749Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:30:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:30:30.296Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:30:30.302Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:31:20.747Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:31:20.748Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:31:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:31:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:31:20.749Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:31:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:31:30.298Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:31:30.299Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:32:20.747Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:32:20.748Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:32:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:32:20.748Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:32:20.749Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:32:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:32:30.297Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:32:30.297Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:33:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:33:20.748Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:33:20.748Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:33:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:33:20.750Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:33:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:33:30.294Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:33:30.296Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:34:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:34:20.748Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:34:20.748Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:34:20.748Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:34:20.749Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:34:20.749Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:34:30.294Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:34:30.307Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:35:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:35:20.748Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:35:20.748Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:35:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:35:20.749Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:35:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:35:30.295Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:35:30.296Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:36:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:36:20.748Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:36:20.748Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:36:20.748Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:36:20.749Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:36:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:36:30.295Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:36:30.298Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:37:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:37:20.748Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:37:20.748Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:37:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:37:20.749Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:37:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:37:30.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:37:30.307Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:38:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:38:20.748Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:38:20.748Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:38:20.748Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:38:20.749Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:38:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:38:30.294Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:38:30.299Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:39:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:39:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:39:20.749Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:39:20.749Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:39:20.749Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:39:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:39:30.297Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:39:30.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:40:20.748Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:40:20.748Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:40:20.749Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:40:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:24.383Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:24.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T01:40:24.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b42878dc-90aa-4a7a-8d5a-95e636ae4516","serviceName":"basic_onboard_xVvvxP","serviceVersion":"1.0","serviceUUID":"be67c823-da5c-442a-be65-017338c68d88","serviceDescription":"service","serviceInvariantUUID":"b65d478e-dc17-4648-a49e-9f8921e4aa43","resources":[{"resourceInstanceName":"basic_onboard_xVvvxP 0","resourceName":"basic_onboard_xVvvxP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a524ef9-b2b2-498a-a5bc-58d7f06f8ae3","resourceInvariantUUID":"9e24a941-0ded-4dfc-a747-6bff6611e2bf","resourceCustomizationUUID":"791adf23-06a7-4629-b3f3-cc460874a7c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml","artifactChecksum":"NzcyOWU3MTI0N2FhOGM3OTIyODMwYTMyNWM0OGQ1ZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a2bf590-acec-4ed5-a007-59bac7693d28","artifactVersion":"1"},{"artifactName":"basic_onboard_xvvvxp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json","artifactChecksum":"MWExZWZkNTgzYjE0NmY3MGI4YzQwYjVjMDFjYzE5M2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fc0f604c-2b94-4102-b43e-a3df64bdaf9c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a28e5130-c82b-4607-9296-d7a875f79e08","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3a7b680f-de23-444d-9bc2-119b9b73b1da","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3fab36ee-1474-4214-bf48-6fb2088e457c","artifactVersion":"2","generatedFromUUID":"a28e5130-c82b-4607-9296-d7a875f79e08"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXvvvxp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml","artifactChecksum":"OGQ2NTgyNGQ1NTA1OWYxNGU2NjIxNzRhNmI1NTQ4OWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff63f58a-5358-49e6-bc30-7fc5b25969bf","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXvvvxp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar","artifactChecksum":"YTlkY2YyZWZjMjZjYmM3ZjM1Mjk2YmFhNGQ5NTU2NTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21b59590-6085-4f66-ac56-a3b50415f5f6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T01:40:24.387Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:40:24.387Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:24.390Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:24.390Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012420747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:40:24.490Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:24.491Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:40:24.491Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:24.507Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:24.507Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":3,"count":1}
2022-02-28T01:40:25.121Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:25.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:40:25.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012420747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:40:25.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:40:25.390Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:40:25.392Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:25.394Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:25.394Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012420747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
"status": "NOTIFIED"
}
2022-02-28T01:40:25.494Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:25.495Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:40:25.495Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:25.510Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:25.511Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-02-28T01:40:26.394Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:40:26.395Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:26.398Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:26.398Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012420747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-28T01:40:26.498Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:26.499Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:40:26.499Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:26.513Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:26.514Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:27.399Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:40:27.401Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:27.403Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:27.403Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012420747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:40:27.503Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:27.504Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:40:27.504Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:27.523Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:27.524Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:28.404Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:40:28.405Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:28.407Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:28.407Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012420747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-28T01:40:28.507Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:28.508Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:40:28.508Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:28.522Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:28.523Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:29.407Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:40:29.408Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:29.410Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:29.411Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012420747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:40:29.511Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:29.512Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:40:29.512Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:29.527Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:29.527Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:30.411Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:40:30.412Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:30.414Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:30.414Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012420747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:40:30.515Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:30.515Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:40:30.515Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:30.552Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:30.553Z||pool-25-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:31.416Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"serviceName": "basic_onboard_xVvvxP",
"serviceVersion": "1.0",
"serviceUUID": "be67c823-da5c-442a-be65-017338c68d88",
"serviceDescription": "service",
"serviceInvariantUUID": "b65d478e-dc17-4648-a49e-9f8921e4aa43",
"resources": [
{
"resourceInstanceName": "basic_onboard_xVvvxP 0",
"resourceCustomizationUUID": "791adf23-06a7-4629-b3f3-cc460874a7c8",
"resourceName": "basic_onboard_xVvvxP",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2a524ef9-b2b2-498a-a5bc-58d7f06f8ae3",
"resourceInvariantUUID": "9e24a941-0ded-4dfc-a747-6bff6611e2bf",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xvvvxp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
"artifactChecksum": "MWExZWZkNTgzYjE0NmY3MGI4YzQwYjVjMDFjYzE5M2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fc0f604c-2b94-4102-b43e-a3df64bdaf9c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a28e5130-c82b-4607-9296-d7a875f79e08",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3fab36ee-1474-4214-bf48-6fb2088e457c",
"generatedFromUUID": "a28e5130-c82b-4607-9296-d7a875f79e08"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3fab36ee-1474-4214-bf48-6fb2088e457c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXvvvxp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"artifactChecksum": "YTlkY2YyZWZjMjZjYmM3ZjM1Mjk2YmFhNGQ5NTU2NTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "21b59590-6085-4f66-ac56-a3b50415f5f6"
}
],
"workloadContext": "Production"
}
2022-02-28T01:40:31.416Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T01:40:31.417Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 be67c823-da5c-442a-be65-017338c68d88 ASDC
2022-02-28T01:40:31.417Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b42878dc-90aa-4a7a-8d5a-95e636ae4516
ServiceName:basic_onboard_xVvvxP
ServiceVersion:1.0
ServiceUUID:be67c823-da5c-442a-be65-017338c68d88
ServiceInvariantUUID:b65d478e-dc17-4648-a49e-9f8921e4aa43
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXvvvxp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar
ArtifactUUID:21b59590-6085-4f66-ac56-a3b50415f5f6
ArtifactChecksum:YTlkY2YyZWZjMjZjYmM3ZjM1Mjk2YmFhNGQ5NTU2NTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_xVvvxP 0
ResourceCustomizationUUID:791adf23-06a7-4629-b3f3-cc460874a7c8
ResourceInvariantUUID:9e24a941-0ded-4dfc-a747-6bff6611e2bf
ResourceName:basic_onboard_xVvvxP
ResourceType:VF
ResourceUUID:2a524ef9-b2b2-498a-a5bc-58d7f06f8ae3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xvvvxp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json
ArtifactUUID:fc0f604c-2b94-4102-b43e-a3df64bdaf9c
ArtifactChecksum:MWExZWZkNTgzYjE0NmY3MGI4YzQwYjVjMDFjYzE5M2Y=
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/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a28e5130-c82b-4607-9296-d7a875f79e08
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/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env
ArtifactUUID:3fab36ee-1474-4214-bf48-6fb2088e457c
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/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env
ArtifactUUID:3fab36ee-1474-4214-bf48-6fb2088e457c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-28T01:40:31.417Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF be67c823-da5c-442a-be65-017338c68d88 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:40:31.455Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:40:31.455Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:40:31.455Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:40:31.455Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 21b59590-6085-4f66-ac56-a3b50415f5f6 from URL: /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:31.456Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-28T01:40:31.456Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:31.896Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-28T01:40:31.902Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar 21b59590-6085-4f66-ac56-a3b50415f5f6 71584
2022-02-28T01:40:31.902Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar ASDC sendASDCNotification
2022-02-28T01:40:31.902Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:31.903Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:40:31.903Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:31.905Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:31.905Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012431902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:40:32.005Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:32.006Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:40:32.006Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:32.020Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:32.021Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:32.906Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:40:32.907Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:40:32.907Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 21b59590-6085-4f66-ac56-a3b50415f5f6, URL: /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar to file: /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:32.907Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:32.908Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:32.908Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:33.034Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1903606000995438118/Definitions/service-BasicOnboardXvvvxp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-02-28T01:40:34.192Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xVvvxP 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-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.194Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.194Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.194Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.194Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-28T01:40:34.194Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:34.194Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:34.194Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:34.194Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-28T01:40:34.195Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:40:34.195Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:34.195Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:34.195Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:34.195Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-28T01:40:34.195Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:40:34.195Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:34.195Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:34.196Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:34.196Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is not matching search criteria
2022-02-28T01:40:34.196Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-28T01:40:34.196Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-28T01:40:34.196Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-28T01:40:34.196Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-28T01:40:34.196Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-28T01:40:34.197Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:34.197Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T01:40:34.197Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:34.197Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:34.197Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:40:34.197Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:34.197Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:34.198Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:40:34.198Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:34.198Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:34.198Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:40:34.198Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:34.198Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is not matching search criteria
2022-02-28T01:40:34.198Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-28T01:40:34.199Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-28T01:40:34.199Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bd3b3fbc-c053-4826-b7e1-9092679db55f
2022-02-28T01:40:34.199Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:34.199Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:34.199Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:34.199Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:34.199Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:34.199Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:34.200Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:34.200Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:34.200Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_xVvvxP
Description:service
Model UUID:be67c823-da5c-442a-be65-017338c68d88
Model Version:NULL
Model InvariantUuid:b65d478e-dc17-4648-a49e-9f8921e4aa43
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_xVvvxP
Model UUID:eb8f665d-ca23-473a-b53a-b0ff9c0be458
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e24a941-0ded-4dfc-a747-6bff6611e2bf
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:791adf23-06a7-4629-b3f3-cc460874a7c8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:177d37c3-59cc-468b-99e9-3fbab39c571f
ModelName:BasicOnboardXvvvxp..base_ubuntu18..module-0
ModelUuid:37d4e9fb-aa72-4889-a099-1dbd60333986
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bd3b3fbc-c053-4826-b7e1-9092679db55f
ModelInvariantUuid:7db7b43b-0933-42f5-b075-780153b9e3c0
ModelName:basic_onboard_xVvvxP-nodes.ubuntu18Cvfc
ModelUuid:393a5c62-f7da-4ead-ae8d-c6057c4b7d6f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:22b4aba1-9c76-4413-9b05-47adfcc19109
ModelInvariantUuid:3be1c465-9ae5-438d-9cee-fc85e3062a13
ModelName:BasicOnboardXvvvxp.compute.nodes.heat.ubuntu18
ModelUuid:561c76e8-5e0e-49ad-b685-4ecde25aacee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-28T01:40:34.210Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a524ef9-b2b2-498a-a5bc-58d7f06f8ae3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T01:40:34.212Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||basic_onboard_xVvvxP 0
2022-02-28T01:40:34.212Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a524ef9-b2b2-498a-a5bc-58d7f06f8ae3
2022-02-28T01:40:34.213Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fc0f604c-2b94-4102-b43e-a3df64bdaf9c from URL: /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json
2022-02-28T01:40:34.213Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-28T01:40:34.213Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json
2022-02-28T01:40:34.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-28T01:40:34.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json fc0f604c-2b94-4102-b43e-a3df64bdaf9c 798
2022-02-28T01:40:34.401Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json ASDC sendASDCNotification
2022-02-28T01:40:34.401Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json
2022-02-28T01:40:34.401Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:40:34.402Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:34.404Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:34.404Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012434401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:40:34.504Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:34.505Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:40:34.505Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:34.520Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:34.521Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:35.405Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXvvvxp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "177d37c3-59cc-468b-99e9-3fbab39c571f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "37d4e9fb-aa72-4889-a099-1dbd60333986",
"vfModuleModelCustomizationUUID": "e19ad35a-612d-49be-90ca-32442a9bc326",
"isBase": true,
"artifacts": [
"a28e5130-c82b-4607-9296-d7a875f79e08",
"3fab36ee-1474-4214-bf48-6fb2088e457c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-28T01:40:35.410Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXvvvxp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:37d4e9fb-aa72-4889-a099-1dbd60333986
VfModuleModelInvariantUUID:177d37c3-59cc-468b-99e9-3fbab39c571f
VfModuleModelDescription:NULL
Artifacts UUID List:{
a28e5130-c82b-4607-9296-d7a875f79e08
,
3fab36ee-1474-4214-bf48-6fb2088e457c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-28T01:40:35.412Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXvvvxp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "177d37c3-59cc-468b-99e9-3fbab39c571f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "37d4e9fb-aa72-4889-a099-1dbd60333986",
"vfModuleModelCustomizationUUID": "e19ad35a-612d-49be-90ca-32442a9bc326",
"isBase": true,
"artifacts": [
"a28e5130-c82b-4607-9296-d7a875f79e08",
"3fab36ee-1474-4214-bf48-6fb2088e457c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-28T01:40:35.412Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXvvvxp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:37d4e9fb-aa72-4889-a099-1dbd60333986
VfModuleModelInvariantUUID:177d37c3-59cc-468b-99e9-3fbab39c571f
VfModuleModelDescription:NULL
Artifacts UUID List:{
a28e5130-c82b-4607-9296-d7a875f79e08
,
3fab36ee-1474-4214-bf48-6fb2088e457c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-28T01:40:35.412Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a28e5130-c82b-4607-9296-d7a875f79e08 from URL: /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml
2022-02-28T01:40:35.412Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-28T01:40:35.413Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml
2022-02-28T01:40:36.293Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-28T01:40:36.294Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml a28e5130-c82b-4607-9296-d7a875f79e08 5033
2022-02-28T01:40:36.294Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-28T01:40:36.294Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml
2022-02-28T01:40:36.295Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:40:36.295Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:36.297Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:36.297Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012436294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:40:36.397Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:36.398Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:40:36.398Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:36.412Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:36.413Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:37.298Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3fab36ee-1474-4214-bf48-6fb2088e457c from URL: /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env
2022-02-28T01:40:37.298Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-28T01:40:37.299Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env
2022-02-28T01:40:37.370Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-28T01:40:37.371Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env 3fab36ee-1474-4214-bf48-6fb2088e457c 909
2022-02-28T01:40:37.371Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-28T01:40:37.371Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env
2022-02-28T01:40:37.371Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:40:37.371Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:37.373Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:37.373Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012437371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:40:37.473Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:37.474Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:40:37.474Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:37.488Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:37.488Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:38.374Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: be67c823-da5c-442a-be65-017338c68d88
2022-02-28T01:40:38.374Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xVvvxP 0 2a524ef9-b2b2-498a-a5bc-58d7f06f8ae3 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T01:40:38.388Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70f48a0c, org.onap.sdc.toscaparser.api.parameters.Input@28491911, org.onap.sdc.toscaparser.api.parameters.Input@1cb4dabc, org.onap.sdc.toscaparser.api.parameters.Input@388bf935, org.onap.sdc.toscaparser.api.parameters.Input@6c7ba0c2]
2022-02-28T01:40:38.389Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:38.389Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:38.390Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-02-28T01:40:38.390Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 791adf23-06a7-4629-b3f3-cc460874a7c8
2022-02-28T01:40:38.390Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 791adf23-06a7-4629-b3f3-cc460874a7c8 matches Tosca VF Customization UUID: 791adf23-06a7-4629-b3f3-cc460874a7c8
2022-02-28T01:40:38.390Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 791adf23-06a7-4629-b3f3-cc460874a7c8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-28T01:40:38.392Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:38.392Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:38.392Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 791adf23-06a7-4629-b3f3-cc460874a7c8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-02-28T01:40:38.392Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59abf7c7
2022-02-28T01:40:38.392Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:38.392Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T01:40:38.393Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e19ad35a-612d-49be-90ca-32442a9bc326
2022-02-28T01:40:38.393Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e19ad35a-612d-49be-90ca-32442a9bc326
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-28T01:40:38.395Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:38.395Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:38.395Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:40:38.395Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:38.395Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:38.395Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:40:38.395Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:38.395Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is not matching search criteria
2022-02-28T01:40:38.396Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-28T01:40:38.396Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-28T01:40:38.396Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bd3b3fbc-c053-4826-b7e1-9092679db55f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-28T01:40:38.398Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:38.398Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:38.398Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:40:38.398Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:38.398Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:38.398Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0] matching following query criteria: sdcType=VF, customizationUUID=791adf23-06a7-4629-b3f3-cc460874a7c8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T01:40:38.399Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:38.399Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid be67c823-da5c-442a-be65-017338c68d88: basic_onboard_xVvvxP
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:38.401Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:40:38.401Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:38.401Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_xVvvxP
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:40:38.496Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xVvvxP 2a524ef9-b2b2-498a-a5bc-58d7f06f8ae3 1 ASDC deployResourceStructure
2022-02-28T01:40:38.496Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json ASDC sendASDCNotification
2022-02-28T01:40:38.496Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json
2022-02-28T01:40:38.496Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:40:38.497Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:38.498Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:38.498Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012438496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-28T01:40:38.599Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:38.599Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:40:38.599Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:38.615Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:38.615Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:39.499Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-28T01:40:39.500Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml
2022-02-28T01:40:39.500Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:40:39.500Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:39.502Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:39.503Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012439499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-28T01:40:39.603Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:39.604Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:40:39.604Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:39.618Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:39.619Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:40.503Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-28T01:40:40.504Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env
2022-02-28T01:40:40.504Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:40:40.505Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:40.507Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:40.507Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012440503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-28T01:40:40.607Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:40.608Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:40:40.608Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:40.621Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:40.621Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:41.507Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar ASDC sendASDCNotification
2022-02-28T01:40:41.508Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:41.508Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:40:41.509Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:41.511Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:41.511Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012441507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:40:41.611Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:41.612Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:40:41.612Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:41.626Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:40:41.627Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:42.512Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:40:42.523Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:40:42.526Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:40:42.526Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:40:42.526Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:41:12.527Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:41:12.538Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:41:12.540Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:41:12.540Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:41:12.540Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:41:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:41:20.749Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:41:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:41:20.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:41:20.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:41:20.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "cds",
"timestamp": 1646012424596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:41:20.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:41:42.540Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:41:42.551Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:41:42.554Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:41:42.554Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:41:42.554Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:42:12.555Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:42:12.565Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:42:12.568Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:42:12.568Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:42:12.568Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:42:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:42:20.749Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:42:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:42:21.282Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:42:21.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "clamp",
"timestamp": 1646012424653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012420747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
"status": "NOTIFIED"
}
2022-02-28T01:42:21.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "cds",
"timestamp": 1646012424596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "clamp",
"timestamp": 1646012424653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
"status": "NOTIFIED"
}
2022-02-28T01:42:21.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012420747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "ves-openapi-manager",
"timestamp": 1646012426014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "cds",
"timestamp": 1646012424596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "clamp",
"timestamp": 1646012424653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012420747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "ves-openapi-manager",
"timestamp": 1646012426014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "cds",
"timestamp": 1646012424596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "clamp",
"timestamp": 1646012424653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012420747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "ves-openapi-manager",
"timestamp": 1646012426014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "cds",
"timestamp": 1646012424596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "clamp",
"timestamp": 1646012424653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012420747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "ves-openapi-manager",
"timestamp": 1646012426014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "policy-id",
"timestamp": 1646012429540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012420747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "clamp",
"timestamp": 1646012424653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "cds",
"timestamp": 1646012424596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "ves-openapi-manager",
"timestamp": 1646012426014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "policy-id",
"timestamp": 1646012429540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "cds",
"timestamp": 1646012424596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "clamp",
"timestamp": 1646012424653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "ves-openapi-manager",
"timestamp": 1646012426014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012431902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "policy-id",
"timestamp": 1646012429540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "cds",
"timestamp": 1646012432505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "ves-openapi-manager",
"timestamp": 1646012426014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "policy-id",
"timestamp": 1646012429540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "cds",
"timestamp": 1646012433509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:42:21.301Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b42878dc-90aa-4a7a-8d5a-95e636ae4516
2022-02-28T01:42:21.301Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42878dc-90aa-4a7a-8d5a-95e636ae4516 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646012433449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "policy-id",
"timestamp": 1646012429540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012434401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646012433449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
"status": "NOTIFIED"
}
2022-02-28T01:42:21.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "policy-id",
"timestamp": 1646012429540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646012433449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-28T01:42:21.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "policy-id",
"timestamp": 1646012429540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012436294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646012433449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012437371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "policy-id",
"timestamp": 1646012437361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646012433449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "policy-id",
"timestamp": 1646012438365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012438496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646012433449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "policy-id",
"timestamp": 1646012439368,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:42:21.317Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b42878dc-90aa-4a7a-8d5a-95e636ae4516
2022-02-28T01:42:21.318Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42878dc-90aa-4a7a-8d5a-95e636ae4516 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:42:21.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012439499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-28T01:42:21.327Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646012439393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646012433449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:42:21.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012440503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646012439393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646012441258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012441507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "clamp",
"timestamp": 1646012441910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646012439393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646012442456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "clamp",
"timestamp": 1646012442930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646012439393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "aai-ml",
"timestamp": 1646012442469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646012443844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "clamp",
"timestamp": 1646012443933,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:42:21.334Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b42878dc-90aa-4a7a-8d5a-95e636ae4516
2022-02-28T01:42:21.334Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42878dc-90aa-4a7a-8d5a-95e636ae4516 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:42:21.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646012439393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "aai-ml",
"timestamp": 1646012442469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646012444870,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:42:21.347Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b42878dc-90aa-4a7a-8d5a-95e636ae4516
2022-02-28T01:42:21.347Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42878dc-90aa-4a7a-8d5a-95e636ae4516 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-28T01:42:21.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646012439393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "aai-ml",
"timestamp": 1646012442469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646012445873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646012439393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "aai-ml",
"timestamp": 1646012442469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "aai-ml",
"timestamp": 1646012442469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646012447257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "aai-ml",
"timestamp": 1646012442469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "aai-ml",
"timestamp": 1646012442469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646012449350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "aai-ml",
"timestamp": 1646012450253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646012450354,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:42:21.361Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b42878dc-90aa-4a7a-8d5a-95e636ae4516
2022-02-28T01:42:21.361Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42878dc-90aa-4a7a-8d5a-95e636ae4516 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:42:21.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "aai-ml",
"timestamp": 1646012455575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:42:21.370Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "aai-ml",
"timestamp": 1646012456578,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:42:21.375Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b42878dc-90aa-4a7a-8d5a-95e636ae4516
2022-02-28T01:42:21.375Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42878dc-90aa-4a7a-8d5a-95e636ae4516 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:42:42.569Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:42:42.581Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:42:42.590Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T01:43:12.590Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-28T01:43:12.595Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516 and serviceModelVersionId: be67c823-da5c-442a-be65-017338c68d88
2022-02-28T01:43:12.595Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b65d478e-dc17-4648-a49e-9f8921e4aa43
2022-02-28T01:43:12.596Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b65d478e-dc17-4648-a49e-9f8921e4aa43/model-vers/model-ver/be67c823-da5c-442a-be65-017338c68d88?depth=0
2022-02-28T01:43:12.600Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T01:43:12.628Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65d478e-dc17-4648-a49e-9f8921e4aa43/model-vers/model-ver/be67c823-da5c-442a-be65-017338c68d88?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-28T01:43:12.628Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65d478e-dc17-4648-a49e-9f8921e4aa43/model-vers/model-ver/be67c823-da5c-442a-be65-017338c68d88?depth=0|INFO|500||Invoke
2022-02-28T01:43:12.648Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65d478e-dc17-4648-a49e-9f8921e4aa43/model-vers/model-ver/be67c823-da5c-442a-be65-017338c68d88?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-28T01:43:13.054Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65d478e-dc17-4648-a49e-9f8921e4aa43/model-vers/model-ver/be67c823-da5c-442a-be65-017338c68d88?depth=0|INFO|500||InvokeReturn
2022-02-28T01:43:13.055Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65d478e-dc17-4648-a49e-9f8921e4aa43/model-vers/model-ver/be67c823-da5c-442a-be65-017338c68d88?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220228-01:43:12:655-30054], vertex-id=[225520], Content-Length=[0], Date=[Mon, 28 Feb 2022 01:43:12 GMT], Content-Type=[application/json]}
2022-02-28T01:43:13.055Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-02-28T01:43:13.055Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T01:43:13.055Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T01:43:13.060Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-28T01:43:13.060Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b42878dc-90aa-4a7a-8d5a-95e636ae4516 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T01:43:13.061Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T01:43:13.061Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:43:13.063Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:43:13.063Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012593060,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T01:43:13.163Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:43:13.164Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:43:13.164Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:43:13.180Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:43:13.181Z||pool-34-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-02-28T01:43:14.074Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:43:14.075Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:43:14.075Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:43:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:43:20.749Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:43:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:43:21.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:43:21.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:43:21.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646012593060,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T01:43:21.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:43:24.462Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:43:24.463Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:43:24.463Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:43:24.463Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:43:34.003Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:43:34.003Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:43:34.004Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:43:34.004Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:43:43.543Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:44:20.747Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:44:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:44:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:44:20.748Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:44:20.749Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:44:20.749Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:44:30.292Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:44:30.296Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:45:20.747Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:45:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:45:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:45:20.749Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:45:20.749Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:45:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:45:30.297Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:45:30.297Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:46:20.747Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:46:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:46:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:46:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:46:20.749Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:46:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:46:30.291Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:46:30.295Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:47:20.747Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:47:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:47:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:47:20.748Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:47:20.749Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:47:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:47:30.292Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:47:30.303Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:48:20.747Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:48:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:48:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:48:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:48:20.749Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:48:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:48:30.296Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:48:30.299Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:49:20.747Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:49:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:49:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:49:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:49:20.749Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:49:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:49:30.295Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:49:30.298Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:50:20.747Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:50:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:50:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:50:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:50:20.749Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:50:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:50:21.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:50:21.382Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:50:21.383Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.383Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e797e389-adbe-4123-9efc-87172ad97d9f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2a32dc31-ff46-4db2-adef-2b4c923deb9b","serviceDescription":"service","serviceInvariantUUID":"1e19f5be-4197-4156-98b2-71ba2fccd538","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"81cdd7cb-9a98-4bcd-91df-3358543934d7","resourceInvariantUUID":"da4a6571-69fc-4e2a-bea0-5d6c4508e620","resourceCustomizationUUID":"f06aaa83-8b29-4cd8-be6e-554767065e3d","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":"ZjVmYWMyNTRiY2M2YjU5M2M5NGU3ZjIzOWMzZmUyMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d00c488-8eac-4b5e-af5a-cb6291986e4b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzM2ZjE5NzUyODU3NDg4ZTQ5ZTI0NmZkM2VkNGI3ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"259b30f6-ffad-48f7-a4e3-ab9362f01edb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T01:50:21.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1646013006013,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:50:21.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-28T01:50:21.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646013009394,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:50:21.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-28T01:50:21.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "cds",
"timestamp": 1646013009596,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:50:21.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-28T01:50:21.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "policy-id",
"timestamp": 1646013009540,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:50:21.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-28T01:50:21.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1646013006013,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.386Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646013009394,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "cds",
"timestamp": 1646013009596,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:50:21.386Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "policy-id",
"timestamp": 1646013009540,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "aai-ml",
"timestamp": 1646013012469,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646013013656,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "policy-id",
"timestamp": 1646013013838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "cds",
"timestamp": 1646013013874,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:50:21.388Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:50:21.388Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013020747,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646013013449,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "aai-ml",
"timestamp": 1646013012469,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:50:21.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-28T01:50:21.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "policy-id",
"timestamp": 1646013014842,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:50:21.389Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:50:21.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "cds",
"timestamp": 1646013014879,
"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-02-28T01:50:21.404Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e797e389-adbe-4123-9efc-87172ad97d9f
2022-02-28T01:50:21.405Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e797e389-adbe-4123-9efc-87172ad97d9f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:50:21.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646013013449,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646013015060,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "aai-ml",
"timestamp": 1646013015244,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "policy-id",
"timestamp": 1646013015845,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:50:21.415Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e797e389-adbe-4123-9efc-87172ad97d9f
2022-02-28T01:50:21.415Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e797e389-adbe-4123-9efc-87172ad97d9f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:50:21.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646013016064,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:50:21.425Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e797e389-adbe-4123-9efc-87172ad97d9f
2022-02-28T01:50:21.425Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e797e389-adbe-4123-9efc-87172ad97d9f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:50:21.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "aai-ml",
"timestamp": 1646013019440,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:50:21.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:50:21.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "aai-ml",
"timestamp": 1646013020443,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:50:21.435Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e797e389-adbe-4123-9efc-87172ad97d9f
2022-02-28T01:50:21.435Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e797e389-adbe-4123-9efc-87172ad97d9f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:50:21.488Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:50:21.489Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:50:21.489Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:50:21.505Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:50:21.505Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:50:22.388Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:50:22.390Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:50:22.392Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:50:22.392Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013020747,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:50:22.492Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:50:22.492Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:50:22.492Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:50:22.506Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:50:22.506Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T01:50:23.393Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "2a32dc31-ff46-4db2-adef-2b4c923deb9b",
"serviceDescription": "service",
"serviceInvariantUUID": "1e19f5be-4197-4156-98b2-71ba2fccd538",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f06aaa83-8b29-4cd8-be6e-554767065e3d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "81cdd7cb-9a98-4bcd-91df-3358543934d7",
"resourceInvariantUUID": "da4a6571-69fc-4e2a-bea0-5d6c4508e620",
"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": "NzM2ZjE5NzUyODU3NDg4ZTQ5ZTI0NmZkM2VkNGI3ODE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "259b30f6-ffad-48f7-a4e3-ab9362f01edb"
}
],
"workloadContext": "Production"
}
2022-02-28T01:50:23.393Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T01:50:23.393Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2a32dc31-ff46-4db2-adef-2b4c923deb9b ASDC
2022-02-28T01:50:23.394Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e797e389-adbe-4123-9efc-87172ad97d9f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2a32dc31-ff46-4db2-adef-2b4c923deb9b
ServiceInvariantUUID:1e19f5be-4197-4156-98b2-71ba2fccd538
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:259b30f6-ffad-48f7-a4e3-ab9362f01edb
ArtifactChecksum:NzM2ZjE5NzUyODU3NDg4ZTQ5ZTI0NmZkM2VkNGI3ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f06aaa83-8b29-4cd8-be6e-554767065e3d
ResourceInvariantUUID:da4a6571-69fc-4e2a-bea0-5d6c4508e620
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:81cdd7cb-9a98-4bcd-91df-3358543934d7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-02-28T01:50:23.394Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a32dc31-ff46-4db2-adef-2b4c923deb9b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-28T01:50:23.417Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:50:23.418Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:50:23.418Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:50:23.418Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 259b30f6-ffad-48f7-a4e3-ab9362f01edb from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-28T01:50:23.418Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-28T01:50:23.419Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-28T01:50:23.550Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-28T01:50:23.554Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 259b30f6-ffad-48f7-a4e3-ab9362f01edb 52510
2022-02-28T01:50:23.554Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-28T01:50:23.554Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-28T01:50:23.554Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:50:23.555Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:50:23.556Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:50:23.557Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013023554,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:50:23.657Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:50:23.658Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:50:23.658Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:50:23.671Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:50:23.672Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:50:24.557Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:50:24.558Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:50:24.558Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 259b30f6-ffad-48f7-a4e3-ab9362f01edb, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-28T01:50:24.559Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-28T01:50:24.559Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-28T01:50:24.559Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-28T01:50:24.623Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5228426687798519808/Definitions/service-BasicNetwork-template.yml
2022-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.921Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:50:24.921Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.921Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:50:24.921Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.921Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:2a32dc31-ff46-4db2-adef-2b4c923deb9b
Model Version:NULL
Model InvariantUuid:1e19f5be-4197-4156-98b2-71ba2fccd538
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:da4a6571-69fc-4e2a-bea0-5d6c4508e620
Model UUID:73c3a253-e5e7-4377-89c4-e1875a053c79
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f06aaa83-8b29-4cd8-be6e-554767065e3d
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-28T01:50:24.926Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 81cdd7cb-9a98-4bcd-91df-3358543934d7
2022-02-28T01:50:24.926Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||No resources found for Service: 2a32dc31-ff46-4db2-adef-2b4c923deb9b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T01:50:24.928Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||
2022-02-28T01:50:24.928Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-02-28T01:50:24.929Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 2a32dc31-ff46-4db2-adef-2b4c923deb9b
2022-02-28T01:50:24.929Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2a32dc31-ff46-4db2-adef-2b4c923deb9b
2022-02-28T01:50:24.929Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-02-28T01:50:24.929Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T01:50:24.932Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6094ca60, org.onap.sdc.toscaparser.api.parameters.Input@7f1013d8, org.onap.sdc.toscaparser.api.parameters.Input@1c2d8608, org.onap.sdc.toscaparser.api.parameters.Input@1ac05fba, org.onap.sdc.toscaparser.api.parameters.Input@5c415148]
2022-02-28T01:50:24.933Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:50:24.933Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.933Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:50:24.934Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.934Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2a32dc31-ff46-4db2-adef-2b4c923deb9b: Generic NeutronNet
2022-02-28T01:50:24.934Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:50:24.934Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.934Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:50:24.934Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-02-28T01:50:24.950Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:50:24.951Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.951Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:50:24.951Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.951Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:50:24.951Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.951Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
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: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_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 network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) 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 (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-02-28T01:50:25.005Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-02-28T01:50:25.005Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-28T01:50:25.005Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-28T01:50:25.005Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:50:25.006Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:50:25.007Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:50:25.007Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013025005,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:50:25.107Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:50:25.108Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:50:25.108Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:50:25.122Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:50:25.123Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:50:26.007Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e797e389-adbe-4123-9efc-87172ad97d9f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:50:26.016Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e797e389-adbe-4123-9efc-87172ad97d9f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T01:50:26.018Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:50:26.018Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T01:50:26.018Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T01:50:26.018Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T01:50:26.019Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:50:26.019Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:50:26.019Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:50:26.019Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:50:26.019Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T01:50:26.019Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:50:26.022Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T01:50:56.023Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e797e389-adbe-4123-9efc-87172ad97d9f and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-28T01:50:56.027Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e797e389-adbe-4123-9efc-87172ad97d9f and serviceModelVersionId: 2a32dc31-ff46-4db2-adef-2b4c923deb9b
2022-02-28T01:50:56.027Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e19f5be-4197-4156-98b2-71ba2fccd538
2022-02-28T01:50:56.028Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?depth=0
2022-02-28T01:50:56.034Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T01:50:56.061Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?depth=0|INFO|500||Invoke
2022-02-28T01:50:56.062Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e797e389-adbe-4123-9efc-87172ad97d9f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[24f5ccba-36b2-4c76-be9c-32378d88c1e5], X-ECOMP-RequestID=[e797e389-adbe-4123-9efc-87172ad97d9f], X-TransactionId=[], X-ONAP-RequestID=[e797e389-adbe-4123-9efc-87172ad97d9f], Content-Type=[application/merge-patch+json]}
2022-02-28T01:50:56.077Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-28T01:50:56.142Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?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/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220228-01:50:56:084-17650], vertex-id=[229528], Content-Length=[0], Date=[Mon, 28 Feb 2022 01:50:56 GMT], Content-Type=[application/json]}
2022-02-28T01:50:56.142Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-28T01:50:56.142Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?depth=0|INFO|500||InvokeReturn
2022-02-28T01:50:56.143Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T01:50:56.143Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T01:50:56.146Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-28T01:50:56.146Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e797e389-adbe-4123-9efc-87172ad97d9f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T01:50:56.147Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T01:50:56.147Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:50:56.148Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:50:56.149Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013056147,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T01:50:56.249Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:50:56.250Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:50:56.250Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:50:56.289Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:50:56.289Z||pool-39-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-28T01:51:20.747Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:51:20.748Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:51:20.748Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:51:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:51:20.749Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:51:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:51:20.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:51:20.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:51:20.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013020747,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:51:20.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-28T01:51:30.286Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:52:20.747Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:52:20.748Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:52:20.748Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:52:20.749Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:52:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:20.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:52:20.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013020747,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:52:20.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-28T01:52:20.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013023554,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:52:20.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:52:20.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013025005,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:52:20.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:52:20.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "clamp",
"timestamp": 1646013024653,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:52:20.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-28T01:52:20.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "clamp",
"timestamp": 1646013024653,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:52:20.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-28T01:52:20.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "clamp",
"timestamp": 1646013029008,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:52:20.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:52:20.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "clamp",
"timestamp": 1646013031015,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T01:52:20.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:52:20.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "clamp",
"timestamp": 1646013032018,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:52:20.792Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e797e389-adbe-4123-9efc-87172ad97d9f
2022-02-28T01:52:20.792Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e797e389-adbe-4123-9efc-87172ad97d9f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:52:20.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013056147,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T01:52:20.799Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:52:21.374Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:52:21.375Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T01:52:21.375Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e9e20316-4aed-44d2-9d61-d5be9ea5485d","serviceName":"Demo_pNF_sJYlrRs1VE8q4V6oWfVO","serviceVersion":"1.0","serviceUUID":"31343d3d-55a2-42e2-adf6-7731040169e8","serviceDescription":"catalog service description","serviceInvariantUUID":"a32bc530-caa1-4348-925b-688d82ced192","resources":[{"resourceInstanceName":"pNF ac817663-2950 0","resourceName":"pNF ac817663-2950","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"98df7cb3-3254-4b7f-89d9-e75a6aed78e7","resourceInvariantUUID":"0645c3f0-fe8a-46ae-8ae4-d33264445952","resourceCustomizationUUID":"cf535656-7aa1-42ce-9f86-16758bcbe69b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vf-license-model.xml","artifactChecksum":"OWIzMGM3YzY5NDQ2YWE2ZGU4Y2EwNmFkYjgxMTlmYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e9e7623-81d3-4135-b8bd-896eaefae2f9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/pNF.csar","artifactChecksum":"MTlmNmY5NDE4NzkzMTY2ZDI2MDJhODIwMzI3Y2RjMjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cb84bb6-fd9e-486c-ad41-e178333d616d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"decc7e32-b9c2-4df8-83f0-b349c6afb971","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vendor-license-model.xml","artifactChecksum":"YjYyMWIzMDY0ZTU5ZWJlMzJkZGFhNzc1MjRmMTc2NTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ca2eb0fd-9dac-4922-9fab-cf222d8dcdc2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1dba3084-2c95-416c-b7b8-bcae502df6a5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"48b8c42d-612b-4e7c-b5e9-18f46b4dcdde","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSjylrrs1ve8q4v6owfvo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-template.yml","artifactChecksum":"ODg0M2M4ZTVjNmI4ZjNiYzY1NTk3YTMyMDQ1ZmM1M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e2d48c9-4d35-4dec-bc30-24e22b293073","artifactVersion":"1"},{"artifactName":"service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar","artifactChecksum":"NjhiNjdhYjk0ZjA4Y2I3OTNkYzZmZmMwZWY2YjlhYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca3babf5-7e53-49b1-a244-9ea152fd5dec","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T01:52:21.380Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:52:21.381Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:21.383Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:21.383Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013140747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:52:21.483Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:52:21.484Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:52:21.484Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:21.497Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:52:21.498Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:22.383Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:52:22.384Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:22.386Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:22.386Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013140747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:52:22.487Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:52:22.487Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:52:22.487Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:22.501Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:52:22.501Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:23.387Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:52:23.387Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:23.390Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:23.390Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013140747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:52:23.490Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:52:23.490Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:52:23.491Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:23.504Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:52:23.504Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:24.390Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:52:24.391Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:24.393Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:24.393Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013140747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:52:24.494Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:52:24.494Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:52:24.494Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:24.507Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:52:24.508Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:25.394Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:52:25.395Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:25.397Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:25.397Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013140747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:52:25.497Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:52:25.498Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:52:25.498Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:25.510Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:52:25.511Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:26.398Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:52:26.399Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:26.401Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:26.401Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013140747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:52:26.501Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:52:26.502Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:52:26.502Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:26.516Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:52:26.516Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:27.401Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:52:27.402Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:27.404Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:27.405Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013140747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T01:52:27.505Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:52:27.505Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:52:27.506Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:27.520Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:52:27.520Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:28.405Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:52:28.406Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:28.407Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:28.407Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013140747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T01:52:28.508Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T01:52:28.508Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:52:28.508Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:28.522Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:52:28.522Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:29.408Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
"serviceName": "Demo_pNF_sJYlrRs1VE8q4V6oWfVO",
"serviceVersion": "1.0",
"serviceUUID": "31343d3d-55a2-42e2-adf6-7731040169e8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a32bc530-caa1-4348-925b-688d82ced192",
"resources": [
{
"resourceInstanceName": "pNF ac817663-2950 0",
"resourceCustomizationUUID": "cf535656-7aa1-42ce-9f86-16758bcbe69b",
"resourceName": "pNF ac817663-2950",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "98df7cb3-3254-4b7f-89d9-e75a6aed78e7",
"resourceInvariantUUID": "0645c3f0-fe8a-46ae-8ae4-d33264445952",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
"artifactChecksum": "NjhiNjdhYjk0ZjA4Y2I3OTNkYzZmZmMwZWY2YjlhYTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ca3babf5-7e53-49b1-a244-9ea152fd5dec"
}
],
"workloadContext": "Production"
}
2022-02-28T01:52:29.409Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T01:52:29.409Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 31343d3d-55a2-42e2-adf6-7731040169e8 ASDC
2022-02-28T01:52:29.410Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e9e20316-4aed-44d2-9d61-d5be9ea5485d
ServiceName:Demo_pNF_sJYlrRs1VE8q4V6oWfVO
ServiceVersion:1.0
ServiceUUID:31343d3d-55a2-42e2-adf6-7731040169e8
ServiceInvariantUUID:a32bc530-caa1-4348-925b-688d82ced192
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
ArtifactUUID:ca3babf5-7e53-49b1-a244-9ea152fd5dec
ArtifactChecksum:NjhiNjdhYjk0ZjA4Y2I3OTNkYzZmZmMwZWY2YjlhYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ac817663-2950 0
ResourceCustomizationUUID:cf535656-7aa1-42ce-9f86-16758bcbe69b
ResourceInvariantUUID:0645c3f0-fe8a-46ae-8ae4-d33264445952
ResourceName:pNF ac817663-2950
ResourceType:PNF
ResourceUUID:98df7cb3-3254-4b7f-89d9-e75a6aed78e7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-02-28T01:52:29.410Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 31343d3d-55a2-42e2-adf6-7731040169e8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:52:29.432Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:52:29.432Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:52:29.432Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:52:29.433Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ca3babf5-7e53-49b1-a244-9ea152fd5dec from URL: /sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:29.433Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-28T01:52:29.433Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:29.484Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-28T01:52:29.490Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar ca3babf5-7e53-49b1-a244-9ea152fd5dec 82655
2022-02-28T01:52:29.491Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar ASDC sendASDCNotification
2022-02-28T01:52:29.491Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:29.491Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:52:29.491Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:29.494Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:29.494Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646013149491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T01:52:29.594Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:52:29.595Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T01:52:29.595Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:29.608Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T01:52:29.608Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:30.494Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:52:30.495Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:52:30.496Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ca3babf5-7e53-49b1-a244-9ea152fd5dec, URL: /sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar to file: /app/ASDC/1/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:30.497Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:30.497Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:30.497Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:30.599Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12465428463143627501/Definitions/service-DemoPnfSjylrrs1ve8q4v6owfvo-template.yml
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ac817663-2950 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Node template pNF ac817663-2950 0 is matching search criteria
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF ac817663-2950 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Node template pNF ac817663-2950 0 is matching search criteria
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF ac817663-2950 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.114Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:52:31.114Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.114Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:52:31.114Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.114Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:52:31.114Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.114Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_sJYlrRs1VE8q4V6oWfVO
Description:catalog service description
Model UUID:31343d3d-55a2-42e2-adf6-7731040169e8
Model Version:NULL
Model InvariantUuid:a32bc530-caa1-4348-925b-688d82ced192
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-28T01:52:31.120Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 98df7cb3-3254-4b7f-89d9-e75a6aed78e7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T01:52:31.122Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||pNF ac817663-2950 0
2022-02-28T01:52:31.122Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 98df7cb3-3254-4b7f-89d9-e75a6aed78e7
2022-02-28T01:52:31.122Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 31343d3d-55a2-42e2-adf6-7731040169e8
2022-02-28T01:52:31.122Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 31343d3d-55a2-42e2-adf6-7731040169e8
2022-02-28T01:52:31.122Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ac817663-2950 0 98df7cb3-3254-4b7f-89d9-e75a6aed78e7 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T01:52:31.125Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1417f37, org.onap.sdc.toscaparser.api.parameters.Input@5819160a, org.onap.sdc.toscaparser.api.parameters.Input@d98e24a, org.onap.sdc.toscaparser.api.parameters.Input@66ded016, org.onap.sdc.toscaparser.api.parameters.Input@6c6cb33d]
2022-02-28T01:52:31.125Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T01:52:31.125Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.125Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 31343d3d-55a2-42e2-adf6-7731040169e8: pNF ac817663-2950
2022-02-28T01:52:31.125Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||Processing PNF resource: 98df7cb3-3254-4b7f-89d9-e75a6aed78e7
2022-02-28T01:52:31.125Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery