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-01-27T00:57:59.234Z||main|||||INFO|500||The following profiles are active: basic
2022-01-27T00:58:07.872Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-27T00:58:07.873Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-27T00:58:07.945Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-27T00:58:09.960Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-27T00:58:10.111Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-27T00:58:10.447Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-27T00:58:10.453Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-27T00:58:10.525Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-27T00:58:10.643Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-27T00:58:11.020Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-27T00:58:12.043Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-27T00:58:13.975Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-27T00:58:14.027Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-27T00:58:14.553Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-27T00:58:14.672Z||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-01-27T00:58:15.785Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-27T00:58:16.731Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-01-27T00:58:16.746Z||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$$c179a1e7.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-01-27T00:58:16.746Z||main|||||WARN|500||The sdc end point is not alive
2022-01-27T00:58:19.369Z||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-01-27T00:58:21.986Z||main|||||WARN|500||---
2022-01-27T00:58:21.987Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-27T00:58:21.987Z||main|||||WARN|500||---
2022-01-27T00:58:22.441Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-27T00:58:26.680Z||main|||||INFO|500||Started Application in 31.442 seconds (JVM running for 32.462)
2022-01-27T00:58:26.692Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-27T00:58:26.698Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-27T00:58:26.729Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-27T00:58:26.750Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-27T00:58:26.788Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e63c0dc7-9890-4a4a-a5ef-76678ae87115 url= /sdc/v1/artifactTypes
2022-01-27T00:58:26.789Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-27T00:58:27.051Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-27T00:58:27.071Z||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-01-27T00:58:27.091Z||scheduling-1|||||DEBUG|500||create keys
2022-01-27T00:58:27.097Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-27T00:58:27.301Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T00:58:27.315Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 513e5666-b966-47d5-9499-97d88ef0d86a url= /sdc/v1/registerForDistribution
2022-01-27T00:58:29.195Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 513e5666-b966-47d5-9499-97d88ef0d86a url= /sdc/v1/registerForDistribution
2022-01-27T00:58:29.196Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-27T00:58:29.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T00:58:29.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T00:58:29.210Z||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-01-27T00:58:29.210Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T00:58:29.210Z||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-01-27T00:58:29.210Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T00:58:29.211Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-27T00:58:42.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T00:58:43.334Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T00:59:29.203Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T00:59:29.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T00:59:29.205Z||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-01-27T00:59:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T00:59:29.205Z||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-01-27T00:59:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T00:59:38.745Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T00:59:38.746Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:00:29.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:00:29.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:00:29.204Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:00:29.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:00:29.205Z||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-01-27T01:00:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:00:38.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:00:38.745Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:01:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:01:29.204Z||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-01-27T01:01:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:01:29.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:01:29.205Z||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-01-27T01:01:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:01:38.740Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:01:38.742Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:02:29.203Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:02:29.204Z||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-01-27T01:02:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:02:29.205Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:02:29.206Z||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-01-27T01:02:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:02:38.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:02:38.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:03:29.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:03:29.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:03:29.205Z||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-01-27T01:03:29.206Z||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-01-27T01:03:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:03:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:03:38.745Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:03:38.745Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:04:29.203Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:04:29.204Z||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-01-27T01:04:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:04:29.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:04:29.205Z||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-01-27T01:04:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:04:38.744Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:04:38.744Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:05:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:05:29.203Z||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-01-27T01:05:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:05:29.205Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:05:29.206Z||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-01-27T01:05:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:05:38.740Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:05:38.744Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:06:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:06:29.203Z||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-01-27T01:06:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:06:29.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:06:29.205Z||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-01-27T01:06:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:06:38.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:06:38.751Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:07:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:07:29.204Z||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-01-27T01:07:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:07:29.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:07:29.212Z||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-01-27T01:07:29.213Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:07:38.742Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:07:38.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:08:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:08:29.203Z||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-01-27T01:08:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:08:29.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:08:29.205Z||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-01-27T01:08:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:08:38.743Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:08:38.743Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:08:41.392Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-27T01:09:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:09:29.203Z||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-01-27T01:09:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:09:29.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:09:29.205Z||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-01-27T01:09:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:09:38.742Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:09:38.755Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:10:29.203Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:10:29.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:10:29.203Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:10:29.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:10:29.206Z||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-01-27T01:10:29.207Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:10:38.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:10:38.744Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:11:29.203Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:11:29.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:11:29.204Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:11:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:11:29.205Z||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-01-27T01:11:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:11:38.742Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:11:38.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:12:29.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:12:29.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:12:29.203Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:12:29.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:12:29.205Z||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-01-27T01:12:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:12:38.741Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:12:38.741Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:13:29.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:13:29.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:13:29.203Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:13:29.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:13:29.205Z||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-01-27T01:13:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:13:38.739Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:13:38.739Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:14:29.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:14:29.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:14:29.204Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:14:29.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:14:29.205Z||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-01-27T01:14:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:14:38.739Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:14:38.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:15:29.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:15:29.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:15:29.204Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:15:29.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:15:29.205Z||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-01-27T01:15:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:15:38.743Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:15:38.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:16:29.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:16:29.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:16:29.204Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:16:29.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:16:29.205Z||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-01-27T01:16:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:16:38.742Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:16:38.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:17:29.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:17:29.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:17:29.203Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:17:29.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:17:29.204Z||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-01-27T01:17:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:17:38.742Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:17:38.741Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:18:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:18:29.203Z||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-01-27T01:18:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:18:29.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:18:29.205Z||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-01-27T01:18:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:18:38.742Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:18:38.743Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:19:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:19:29.203Z||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-01-27T01:19:29.203Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:19:29.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:19:29.205Z||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-01-27T01:19:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:19:38.737Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:19:38.743Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:20:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:20:29.203Z||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-01-27T01:20:29.203Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:20:29.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:20:29.205Z||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-01-27T01:20:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:20:38.738Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:20:38.738Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:21:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:21:29.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:21:29.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:21:29.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:21:29.205Z||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-01-27T01:21:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:21:38.741Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:21:38.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:22:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:22:29.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:22:29.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:22:29.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:22:29.205Z||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-01-27T01:22:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:22:38.735Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:22:38.742Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:23:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:23:29.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:23:29.204Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:23:29.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:23:29.205Z||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-01-27T01:23:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:23:38.741Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:23:38.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:24:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:24:29.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:24:29.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:24:29.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:24:29.205Z||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-01-27T01:24:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:24:38.738Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:24:38.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:25:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:25:29.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:25:29.204Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:25:29.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:25:29.205Z||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-01-27T01:25:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:25:38.743Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:25:38.743Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:26:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:26:29.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:26:29.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:26:29.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:26:29.205Z||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-01-27T01:26:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:26:38.741Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:26:38.742Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:27:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:27:29.204Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:27:29.204Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:27:29.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:27:29.205Z||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-01-27T01:27:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:27:38.738Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:27:38.739Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:28:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:28:29.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:28:29.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:28:29.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:28:29.205Z||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-01-27T01:28:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:28:38.740Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:28:38.740Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:29:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:29:29.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:29:29.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:29:29.204Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:29:29.205Z||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-01-27T01:29:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:29:38.739Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:29:38.744Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:30:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:30:29.204Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:30:29.204Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:30:29.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:30:29.205Z||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-01-27T01:30:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:30:38.743Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:30:38.744Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:31:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:31:29.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:31:29.205Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:31:29.205Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:31:29.206Z||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-01-27T01:31:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:31:38.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:31:38.745Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:32:29.203Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:32:29.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:32:29.203Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:32:29.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:32:29.206Z||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-01-27T01:32:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:32:38.742Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:32:38.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:33:29.203Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:33:29.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:33:29.203Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:33:29.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:33:29.205Z||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-01-27T01:33:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:33:38.743Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:33:38.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:29.203Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:34:29.203Z||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-01-27T01:34:29.203Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:34:29.206Z||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-01-27T01:34:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:35.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:35.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-27T01:34:35.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4a5eb6ae-1535-4187-88e7-9b144407637b","serviceName":"vFW 2022-01-27 01-31-55","serviceVersion":"1.0","serviceUUID":"07962b7f-0c44-4812-bc2e-62ed24955cb4","serviceDescription":"catalog service description","serviceInvariantUUID":"c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84","resources":[{"resourceInstanceName":"vFW 1d28d4c1-1b4a 0","resourceName":"vFW 1d28d4c1-1b4a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"556d9e7d-1f5c-435b-ae04-622b386c4415","resourceInvariantUUID":"39649583-3ae1-400f-ad8b-6d78edf2b9f1","resourceCustomizationUUID":"7974144d-928d-498a-a76f-1c11a940e2df","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml","artifactChecksum":"NTQ3ZWMxOWE5ZTQ2YzI4MmRiMDBmMzljM2VmMGMxMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f8a820de-4110-45d9-a373-f3d580c3449a","artifactVersion":"1"},{"artifactName":"vfw1d28d4c11b4a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json","artifactChecksum":"MzkzY2VjMTE5MDNjZTcwYTE5NTk2NGU0NWY2MTNmYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e6942211-ba6c-4347-89fc-281beb250ed9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6c8bb150-e6a5-422a-b889-200fdd138079","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDNiZGFmM2EyMmIyMjI3ZmE4YjNiY2FkN2UyMTdhMzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"60178680-6380-4843-a84a-90db491c373f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"08c87187-db7c-4673-be40-461ca32cbe90","artifactVersion":"2","generatedFromUUID":"6c8bb150-e6a5-422a-b889-200fdd138079"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220127013155-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml","artifactChecksum":"NDg1NjViYmNlYzUzN2NjN2JlNmYyNjQ4MjE4MjZkNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80be9fda-4896-4fe0-94cc-9e9ad1267173","artifactVersion":"1"},{"artifactName":"service-Vfw20220127013155-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar","artifactChecksum":"MWFiNDg2NGRhYzM5OGVkMTk2MDllODgzNzIzM2VlYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4bd5f32c-2885-4d20-afff-91da3ae55d40","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-27T01:34:35.454Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:34:35.459Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:35.467Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:35.467Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247269203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:34:35.568Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-01-27T01:34:35.571Z||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-01-27T01:34:35.571Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:35.584Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:35.585Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:35.695Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:35.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:34:35.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247269203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:34:35.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:34:35.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:34:35.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "cds",
"timestamp": 1643247270204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:34:35.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:34:36.473Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:34:36.473Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:36.475Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:36.475Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247269203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
"status": "NOTIFIED"
}
2022-01-27T01:34:36.575Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:36.576Z||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-01-27T01:34:36.576Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:36.585Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:36.585Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:37.475Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:34:37.476Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:37.478Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:37.478Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247269203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-27T01:34:37.578Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:37.579Z||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-01-27T01:34:37.579Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:37.588Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:37.589Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:34:38.478Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:34:38.479Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:38.481Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:38.481Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247269203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:34:38.581Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:38.582Z||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-01-27T01:34:38.582Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:38.590Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:38.590Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:39.481Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:34:39.482Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:39.484Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:39.485Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247269203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-27T01:34:39.585Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:39.586Z||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-01-27T01:34:39.586Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:39.594Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:39.595Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:40.485Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:34:40.486Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:40.489Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:40.489Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247269203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:34:40.589Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:40.590Z||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-01-27T01:34:40.590Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:40.602Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:40.603Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:34:41.490Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:34:41.491Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:41.493Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:41.493Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247269203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:34:41.593Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:41.594Z||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-01-27T01:34:41.594Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:41.602Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:41.602Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:42.495Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"serviceName": "vFW 2022-01-27 01-31-55",
"serviceVersion": "1.0",
"serviceUUID": "07962b7f-0c44-4812-bc2e-62ed24955cb4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84",
"resources": [
{
"resourceInstanceName": "vFW 1d28d4c1-1b4a 0",
"resourceCustomizationUUID": "7974144d-928d-498a-a76f-1c11a940e2df",
"resourceName": "vFW 1d28d4c1-1b4a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "556d9e7d-1f5c-435b-ae04-622b386c4415",
"resourceInvariantUUID": "39649583-3ae1-400f-ad8b-6d78edf2b9f1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1d28d4c11b4a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
"artifactChecksum": "MzkzY2VjMTE5MDNjZTcwYTE5NTk2NGU0NWY2MTNmYTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e6942211-ba6c-4347-89fc-281beb250ed9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6c8bb150-e6a5-422a-b889-200fdd138079",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "08c87187-db7c-4673-be40-461ca32cbe90",
"generatedFromUUID": "6c8bb150-e6a5-422a-b889-200fdd138079"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "08c87187-db7c-4673-be40-461ca32cbe90",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220127013155-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"artifactChecksum": "MWFiNDg2NGRhYzM5OGVkMTk2MDllODgzNzIzM2VlYTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4bd5f32c-2885-4d20-afff-91da3ae55d40"
}
],
"workloadContext": "Production"
}
2022-01-27T01:34:42.496Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-27T01:34:42.496Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07962b7f-0c44-4812-bc2e-62ed24955cb4 ASDC
2022-01-27T01:34:42.593Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4a5eb6ae-1535-4187-88e7-9b144407637b
ServiceName:vFW 2022-01-27 01-31-55
ServiceVersion:1.0
ServiceUUID:07962b7f-0c44-4812-bc2e-62ed24955cb4
ServiceInvariantUUID:c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220127013155-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar
ArtifactUUID:4bd5f32c-2885-4d20-afff-91da3ae55d40
ArtifactChecksum:MWFiNDg2NGRhYzM5OGVkMTk2MDllODgzNzIzM2VlYTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1d28d4c1-1b4a 0
ResourceCustomizationUUID:7974144d-928d-498a-a76f-1c11a940e2df
ResourceInvariantUUID:39649583-3ae1-400f-ad8b-6d78edf2b9f1
ResourceName:vFW 1d28d4c1-1b4a
ResourceType:VF
ResourceUUID:556d9e7d-1f5c-435b-ae04-622b386c4415
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1d28d4c11b4a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json
ArtifactUUID:e6942211-ba6c-4347-89fc-281beb250ed9
ArtifactChecksum:MzkzY2VjMTE5MDNjZTcwYTE5NTk2NGU0NWY2MTNmYTA=
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/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml
ArtifactUUID:6c8bb150-e6a5-422a-b889-200fdd138079
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/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env
ArtifactUUID:08c87187-db7c-4673-be40-461ca32cbe90
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/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env
ArtifactUUID:08c87187-db7c-4673-be40-461ca32cbe90
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-27T01:34:42.593Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07962b7f-0c44-4812-bc2e-62ed24955cb4 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-01-27T01:34:42.803Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:34:42.803Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:34:42.804Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:34:42.804Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4bd5f32c-2885-4d20-afff-91da3ae55d40 from URL: /sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:42.805Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:34:42.806Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:43.226Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:34:43.242Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar 4bd5f32c-2885-4d20-afff-91da3ae55d40 98886
2022-01-27T01:34:43.244Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar ASDC sendASDCNotification
2022-01-27T01:34:43.244Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:43.244Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:34:43.245Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:43.247Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:43.247Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247283243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:34:43.347Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:43.348Z||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-01-27T01:34:43.348Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:43.359Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:43.360Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:44.248Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:34:44.248Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:34:44.249Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4bd5f32c-2885-4d20-afff-91da3ae55d40, URL: /sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar to file: /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:44.249Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220127013155-csar.csar
2022-01-27T01:34:44.311Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:44.311Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:44.790Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7764277698063376369/Definitions/service-Vfw20220127013155-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-01-27T01:34:47.235Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-27T01:34:47.239Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:34:47.239Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.239Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-27T01:34:47.239Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.240Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1d28d4c1-1b4a 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-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.240Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.240Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.240Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.240Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.240Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.240Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.241Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.241Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.241Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.241Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.241Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.241Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:34:47.247Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:47.248Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:47.251Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:47.251Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:34:47.253Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:34:47.254Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:47.254Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:47.255Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:47.255Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:34:47.255Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:34:47.255Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:47.256Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:47.259Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:47.259Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is not matching search criteria
2022-01-27T01:34:47.259Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-27T01:34:47.259Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-27T01:34:47.259Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.260Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.260Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.260Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-27T01:34:47.260Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-27T01:34:47.260Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-27T01:34:47.261Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-27T01:34:47.261Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.261Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.261Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-27T01:34:47.261Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.261Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-27T01:34:47.262Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.262Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-27T01:34:47.262Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:47.262Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-27T01:34:47.263Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:47.263Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:47.263Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:34:47.264Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:47.264Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:47.264Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:34:47.265Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:47.265Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:47.265Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:34:47.265Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:47.265Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is not matching search criteria
2022-01-27T01:34:47.266Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-27T01:34:47.266Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-27T01:34:47.266Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-27T01:34:47.266Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-27T01:34:47.266Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-27T01:34:47.267Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.267Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.267Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-27T01:34:47.267Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.267Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-27T01:34:47.268Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.268Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5929ecb4-460b-4e6b-af58-7c41f14191e9
2022-01-27T01:34:47.268Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:47.268Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is not matching search criteria
2022-01-27T01:34:47.269Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-27T01:34:47.269Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-27T01:34:47.269Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.269Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.269Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.270Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-27T01:34:47.270Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-27T01:34:47.270Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-27T01:34:47.270Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-27T01:34:47.270Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.270Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-27T01:34:47.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=44167017-bc90-40ad-a64c-54c45e74f3c7
2022-01-27T01:34:47.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:47.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is not matching search criteria
2022-01-27T01:34:47.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-27T01:34:47.272Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-27T01:34:47.272Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.272Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.272Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.272Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-27T01:34:47.273Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-27T01:34:47.273Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-27T01:34:47.273Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-27T01:34:47.273Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.273Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.273Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-27T01:34:47.274Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1d07ab9d-f051-4092-9d16-5cfb23d25b7e
2022-01-27T01:34:47.274Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:47.274Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:47.274Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:47.274Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:47.275Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:47.275Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:47.275Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:47.275Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:47.276Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-01-27 01-31-55
Description:catalog service description
Model UUID:07962b7f-0c44-4812-bc2e-62ed24955cb4
Model Version:NULL
Model InvariantUuid:c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1d28d4c1-1b4a
Model UUID:51ac0e2f-87ad-41c3-890b-ae6ac590fbd1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:39649583-3ae1-400f-ad8b-6d78edf2b9f1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7974144d-928d-498a-a76f-1c11a940e2df
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9239392e-65a8-4079-b2ca-b20b98f96b1b
ModelName:Vfw1d28d4c11b4a..base_vfw..module-0
ModelUuid:a48e5a90-dae8-4180-8eac-39fde511fca1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5929ecb4-460b-4e6b-af58-7c41f14191e9
ModelInvariantUuid:4d09a445-bc12-4e85-b8f1-b625a72d9e62
ModelName:vFW 1d28d4c1-1b4a-nodes.vfwCvfc
ModelUuid:5b6202cf-50bb-4187-9cfc-92c217e7f030
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c7b66e96-ae26-4b8a-87c0-c9af23290645
ModelInvariantUuid:187c9c3b-9ea3-4e6e-9812-867f0bf9fc82
ModelName:Vfw1d28d4c11b4a.compute.nodes.heat.vfw
ModelUuid:9fb4ce9f-2d7f-4075-aa7a-18d14fe02497
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:44167017-bc90-40ad-a64c-54c45e74f3c7
ModelInvariantUuid:b9142ced-d551-446b-8554-408ef61127b0
ModelName:vFW 1d28d4c1-1b4a-nodes.vsnCvfc
ModelUuid:94c94ab9-02e9-4bb1-afbc-2bde9265ec6f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f35a6394-9bbe-42f8-9773-990c15507f42
ModelInvariantUuid:1497cd76-5fc5-486b-bbe5-ab339f14e97f
ModelName:Vfw1d28d4c11b4a.compute.nodes.heat.vsn
ModelUuid:b23ce4c1-95c1-456c-8374-0fec3b1500b4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1d07ab9d-f051-4092-9d16-5cfb23d25b7e
ModelInvariantUuid:80479b65-b702-4cec-8086-a7eda25ae553
ModelName:vFW 1d28d4c1-1b4a-nodes.vpgCvfc
ModelUuid:20bb1f31-9ee5-494a-9564-838195c0f6fa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1def3244-536e-439a-8f0e-5280a866c8d3
ModelInvariantUuid:995cdbd3-50ee-4d6e-9e08-fb1377822b52
ModelName:Vfw1d28d4c11b4a.compute.nodes.heat.vpg
ModelUuid:fc083279-fbdf-417b-9bc0-7a0a296ac5a2
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-01-27T01:34:47.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 556d9e7d-1f5c-435b-ae04-622b386c4415
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-01-27T01:34:47.367Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||vFW 1d28d4c1-1b4a 0
2022-01-27T01:34:47.373Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 556d9e7d-1f5c-435b-ae04-622b386c4415
2022-01-27T01:34:47.373Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e6942211-ba6c-4347-89fc-281beb250ed9 from URL: /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json
2022-01-27T01:34:47.373Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:34:47.374Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json
2022-01-27T01:34:47.619Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:34:47.619Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json e6942211-ba6c-4347-89fc-281beb250ed9 785
2022-01-27T01:34:47.619Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json ASDC sendASDCNotification
2022-01-27T01:34:47.620Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json
2022-01-27T01:34:47.620Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:34:47.620Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:47.622Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:47.622Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247287619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:34:47.723Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-27T01:34:47.723Z||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-01-27T01:34:47.723Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:47.735Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:47.735Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:34:48.624Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1d28d4c11b4a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9239392e-65a8-4079-b2ca-b20b98f96b1b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a48e5a90-dae8-4180-8eac-39fde511fca1",
"vfModuleModelCustomizationUUID": "f74f2103-5d1a-453c-b485-a785954a4b45",
"isBase": true,
"artifacts": [
"6c8bb150-e6a5-422a-b889-200fdd138079",
"08c87187-db7c-4673-be40-461ca32cbe90"
],
"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-01-27T01:34:48.661Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1d28d4c11b4a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a48e5a90-dae8-4180-8eac-39fde511fca1
VfModuleModelInvariantUUID:9239392e-65a8-4079-b2ca-b20b98f96b1b
VfModuleModelDescription:NULL
Artifacts UUID List:{
6c8bb150-e6a5-422a-b889-200fdd138079
,
08c87187-db7c-4673-be40-461ca32cbe90
}
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-01-27T01:34:48.663Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1d28d4c11b4a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9239392e-65a8-4079-b2ca-b20b98f96b1b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a48e5a90-dae8-4180-8eac-39fde511fca1",
"vfModuleModelCustomizationUUID": "f74f2103-5d1a-453c-b485-a785954a4b45",
"isBase": true,
"artifacts": [
"6c8bb150-e6a5-422a-b889-200fdd138079",
"08c87187-db7c-4673-be40-461ca32cbe90"
],
"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-01-27T01:34:48.664Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1d28d4c11b4a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a48e5a90-dae8-4180-8eac-39fde511fca1
VfModuleModelInvariantUUID:9239392e-65a8-4079-b2ca-b20b98f96b1b
VfModuleModelDescription:NULL
Artifacts UUID List:{
6c8bb150-e6a5-422a-b889-200fdd138079
,
08c87187-db7c-4673-be40-461ca32cbe90
}
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-01-27T01:34:48.664Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6c8bb150-e6a5-422a-b889-200fdd138079 from URL: /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml
2022-01-27T01:34:48.664Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:34:48.664Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml
2022-01-27T01:34:48.924Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:34:48.925Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml 6c8bb150-e6a5-422a-b889-200fdd138079 20368
2022-01-27T01:34:48.925Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-27T01:34:48.926Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml
2022-01-27T01:34:48.926Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:34:48.926Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:48.927Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:48.928Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247288925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:34:49.028Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:49.029Z||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-01-27T01:34:49.030Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:49.041Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:49.043Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:49.928Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 08c87187-db7c-4673-be40-461ca32cbe90 from URL: /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env
2022-01-27T01:34:49.929Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:34:49.929Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env
2022-01-27T01:34:50.229Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:34:50.229Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env 08c87187-db7c-4673-be40-461ca32cbe90 2098
2022-01-27T01:34:50.230Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-27T01:34:50.230Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env
2022-01-27T01:34:50.230Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:34:50.230Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:50.232Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:50.232Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247290230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:34:50.333Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:50.333Z||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-01-27T01:34:50.334Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:50.344Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:50.345Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:51.233Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 07962b7f-0c44-4812-bc2e-62ed24955cb4
2022-01-27T01:34:51.233Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1d28d4c1-1b4a 0 556d9e7d-1f5c-435b-ae04-622b386c4415 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:34:51.260Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1852c247, org.onap.sdc.toscaparser.api.parameters.Input@5b1e0b0a, org.onap.sdc.toscaparser.api.parameters.Input@4b70f22f, org.onap.sdc.toscaparser.api.parameters.Input@7aed199c, org.onap.sdc.toscaparser.api.parameters.Input@74a3ac7c]
2022-01-27T01:34:51.263Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.264Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:51.264Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-01-27T01:34:51.264Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7974144d-928d-498a-a76f-1c11a940e2df
2022-01-27T01:34:51.264Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7974144d-928d-498a-a76f-1c11a940e2df matches Tosca VF Customization UUID: 7974144d-928d-498a-a76f-1c11a940e2df
2022-01-27T01:34:51.264Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7974144d-928d-498a-a76f-1c11a940e2df 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-01-27T01:34:51.269Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.269Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:51.270Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7974144d-928d-498a-a76f-1c11a940e2df: {\"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-01-27T01:34:51.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a0ad250
2022-01-27T01:34:51.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-27T01:34:51.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f74f2103-5d1a-453c-b485-a785954a4b45
2022-01-27T01:34:51.272Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f74f2103-5d1a-453c-b485-a785954a4b45
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-01-27T01:34:51.276Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.276Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:51.276Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:34:51.277Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.277Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:51.277Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:34:51.277Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.278Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is not matching search criteria
2022-01-27T01:34:51.278Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-27T01:34:51.278Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-27T01:34:51.278Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-27T01:34:51.278Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-27T01:34:51.278Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-27T01:34:51.278Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:51.279Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:51.279Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-27T01:34:51.279Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:51.279Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-27T01:34:51.279Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:51.279Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5929ecb4-460b-4e6b-af58-7c41f14191e9
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-01-27T01:34:51.284Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.284Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:51.284Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:34:51.284Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.285Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is not matching search criteria
2022-01-27T01:34:51.285Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-27T01:34:51.285Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-27T01:34:51.285Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:51.285Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:51.285Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:51.285Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-27T01:34:51.285Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-27T01:34:51.286Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-27T01:34:51.286Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-27T01:34:51.286Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:51.286Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-27T01:34:51.286Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:51.286Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=44167017-bc90-40ad-a64c-54c45e74f3c7
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-01-27T01:34:51.288Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.288Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:51.288Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:34:51.290Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.290Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is not matching search criteria
2022-01-27T01:34:51.290Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-27T01:34:51.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-27T01:34:51.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:51.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:51.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:51.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-27T01:34:51.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-27T01:34:51.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-27T01:34:51.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-27T01:34:51.292Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:51.292Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:51.292Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-27T01:34:51.292Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1d07ab9d-f051-4092-9d16-5cfb23d25b7e
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-01-27T01:34:51.293Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.294Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:51.294Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:34:51.294Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.294Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:51.294Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=7974144d-928d-498a-a76f-1c11a940e2df
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-01-27T01:34:51.296Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.296Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:51.296Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 07962b7f-0c44-4812-bc2e-62ed24955cb4: vFW 1d28d4c1-1b4a
2022-01-27T01:34:51.296Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.296Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:51.297Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.297Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:51.297Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.297Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:51.297Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.297Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:51.297Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:34:51.297Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:51.298Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-01-27 01-31-55
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-01-27T01:34:51.491Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1d28d4c1-1b4a 556d9e7d-1f5c-435b-ae04-622b386c4415 1 ASDC deployResourceStructure
2022-01-27T01:34:51.491Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json ASDC sendASDCNotification
2022-01-27T01:34:51.491Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json
2022-01-27T01:34:51.491Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:34:51.491Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:51.493Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:51.493Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247291491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-27T01:34:51.593Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:51.594Z||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-01-27T01:34:51.594Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:51.606Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:51.606Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:52.494Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-27T01:34:52.495Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml
2022-01-27T01:34:52.495Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:34:52.495Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:52.497Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:52.497Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247292494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-01-27T01:34:52.597Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:52.598Z||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-01-27T01:34:52.598Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:52.609Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:52.609Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:53.498Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-27T01:34:53.498Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env
2022-01-27T01:34:53.498Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:34:53.499Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:53.500Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:53.500Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247293498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-01-27T01:34:53.600Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:53.601Z||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-01-27T01:34:53.601Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:53.612Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:53.612Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:54.501Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar ASDC sendASDCNotification
2022-01-27T01:34:54.501Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:54.501Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:34:54.502Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:54.503Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:54.504Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247294501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-27T01:34:54.604Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:54.605Z||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-01-27T01:34:54.605Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:54.616Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:34:54.617Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:55.505Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
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-01-27T01:34:55.523Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
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-01-27T01:34:55.525Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:34:55.525Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:34:55.525Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:35:25.525Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
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-01-27T01:35:25.534Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
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-01-27T01:35:25.536Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:35:25.536Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:35:25.536Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:35:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:35:29.205Z||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-01-27T01:35:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:35:29.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:35:29.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:35:29.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "ves-openapi-manager",
"timestamp": 1643247271963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:35:29.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:35:55.536Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
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-01-27T01:35:55.543Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
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-01-27T01:35:55.545Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:35:55.545Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:35:55.545Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:36:25.546Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
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-01-27T01:36:25.553Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
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-01-27T01:36:25.554Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:36:25.555Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:36:25.555Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:36:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:36:29.205Z||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-01-27T01:36:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:36:29.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:36:29.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:36:29.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247266453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:36:29.226Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:36:55.555Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
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-01-27T01:36:55.563Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
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-01-27T01:36:55.564Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:36:55.565Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:36:55.565Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:37:25.565Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
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-01-27T01:37:25.572Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
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-01-27T01:37:25.573Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:37:25.573Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:37:25.573Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:37:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:37:29.205Z||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-01-27T01:37:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:37:29.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:37:29.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "cds",
"timestamp": 1643247270204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247269203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
"status": "NOTIFIED"
}
2022-01-27T01:37:29.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "ves-openapi-manager",
"timestamp": 1643247271963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247266453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
"status": "NOTIFIED"
}
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "cds",
"timestamp": 1643247270204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247269203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "ves-openapi-manager",
"timestamp": 1643247271963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247266453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "aai-ml",
"timestamp": 1643247277251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "cds",
"timestamp": 1643247270204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247269203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "ves-openapi-manager",
"timestamp": 1643247271963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247266453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "aai-ml",
"timestamp": 1643247277251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "cds",
"timestamp": 1643247270204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247269203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "ves-openapi-manager",
"timestamp": 1643247271963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247266453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "aai-ml",
"timestamp": 1643247277251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "ves-openapi-manager",
"timestamp": 1643247271963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247269203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "cds",
"timestamp": 1643247270204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247266453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "aai-ml",
"timestamp": 1643247277251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "cds",
"timestamp": 1643247270204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247269203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "ves-openapi-manager",
"timestamp": 1643247271963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247266453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "aai-ml",
"timestamp": 1643247277251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "aai-ml",
"timestamp": 1643247277251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247282931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "cds",
"timestamp": 1643247282952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247283243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "policy-id",
"timestamp": 1643247282632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "aai-ml",
"timestamp": 1643247277251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:37:29.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "cds",
"timestamp": 1643247283968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-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-01-27T01:37:29.746Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a5eb6ae-1535-4187-88e7-9b144407637b
2022-01-27T01:37:29.747Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a5eb6ae-1535-4187-88e7-9b144407637b 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-01-27T01:37:29.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "policy-id",
"timestamp": 1643247282632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247284329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "clamp",
"timestamp": 1643247284046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "aai-ml",
"timestamp": 1643247285160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "policy-id",
"timestamp": 1643247282632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247285622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "clamp",
"timestamp": 1643247284046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
"status": "NOTIFIED"
}
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "policy-id",
"timestamp": 1643247282632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "clamp",
"timestamp": 1643247284046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247286755,
"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-01-27T01:37:29.759Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a5eb6ae-1535-4187-88e7-9b144407637b
2022-01-27T01:37:29.759Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a5eb6ae-1535-4187-88e7-9b144407637b 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-01-27T01:37:29.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "policy-id",
"timestamp": 1643247282632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247287619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "clamp",
"timestamp": 1643247284046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247287759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "policy-id",
"timestamp": 1643247282632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "clamp",
"timestamp": 1643247284046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247288135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247288925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "policy-id",
"timestamp": 1643247282632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "clamp",
"timestamp": 1643247284046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247288135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247290230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "policy-id",
"timestamp": 1643247290548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "clamp",
"timestamp": 1643247284046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247288135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247291491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "policy-id",
"timestamp": 1643247291555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247288135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247292494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "policy-id",
"timestamp": 1643247292559,
"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-01-27T01:37:29.773Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a5eb6ae-1535-4187-88e7-9b144407637b
2022-01-27T01:37:29.773Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a5eb6ae-1535-4187-88e7-9b144407637b 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-01-27T01:37:29.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247288135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247293498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247288135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247294501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247288135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247296039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "aai-ml",
"timestamp": 1643247297503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "aai-ml",
"timestamp": 1643247298507,
"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-01-27T01:37:29.783Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4a5eb6ae-1535-4187-88e7-9b144407637b
2022-01-27T01:37:29.783Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a5eb6ae-1535-4187-88e7-9b144407637b 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-01-27T01:37:29.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247300552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-27T01:37:29.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247301557,
"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-01-27T01:37:29.791Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4a5eb6ae-1535-4187-88e7-9b144407637b
2022-01-27T01:37:29.791Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a5eb6ae-1535-4187-88e7-9b144407637b 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-01-27T01:37:29.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "clamp",
"timestamp": 1643247305415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.796Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "clamp",
"timestamp": 1643247306473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-27T01:37:29.796Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "clamp",
"timestamp": 1643247307476,
"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-01-27T01:37:29.799Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4a5eb6ae-1535-4187-88e7-9b144407637b
2022-01-27T01:37:29.799Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a5eb6ae-1535-4187-88e7-9b144407637b 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-01-27T01:37:55.574Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
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-01-27T01:37:55.581Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
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-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:37:55.589Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-27T01:38:25.589Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b 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-01-27T01:38:25.595Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4a5eb6ae-1535-4187-88e7-9b144407637b and serviceModelVersionId: 07962b7f-0c44-4812-bc2e-62ed24955cb4
2022-01-27T01:38:25.596Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84
2022-01-27T01:38:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:38:29.205Z||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-01-27T01:38:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:38:37.753Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?depth=0
2022-01-27T01:38:37.853Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-01-27T01:38:38.323Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?depth=0|INFO|500||Invoke
2022-01-27T01:38:38.330Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4a5eb6ae-1535-4187-88e7-9b144407637b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[79ee6828-6d4b-4585-81d1-b551d0e61849], X-ECOMP-RequestID=[4a5eb6ae-1535-4187-88e7-9b144407637b], X-TransactionId=[], X-ONAP-RequestID=[4a5eb6ae-1535-4187-88e7-9b144407637b], Content-Type=[application/merge-patch+json]}
2022-01-27T01:38:38.527Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-01-27T01:38:38.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:38:39.043Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?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/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220127-01:38:38:536-2288], vertex-id=[184464], Content-Length=[0], Date=[Thu, 27 Jan 2022 01:38:38 GMT], Content-Type=[application/json]}
2022-01-27T01:38:39.044Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-27T01:38:39.045Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?depth=0|INFO|500||InvokeReturn
2022-01-27T01:38:39.048Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-27T01:38:39.048Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:38:39.053Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-01-27T01:38:39.062Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4a5eb6ae-1535-4187-88e7-9b144407637b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-27T01:38:39.063Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-27T01:38:39.063Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:38:39.065Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:38:39.065Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247519062,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-27T01:38:39.165Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:38:39.166Z||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-01-27T01:38:39.166Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:38:39.177Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:38:39.177Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-27T01:38:40.081Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:38:40.081Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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-01-27T01:38:40.081Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:38:50.336Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:38:50.337Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:38:50.338Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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-01-27T01:38:50.338Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:38:59.872Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:38:59.873Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:38:59.873Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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-01-27T01:38:59.873Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:39:09.410Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:39:09.411Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:39:09.412Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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-01-27T01:39:09.412Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:39:18.953Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:39:29.203Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:39:29.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:39:29.204Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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-01-27T01:39:29.204Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:39:29.205Z||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-01-27T01:39:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:39:29.828Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:39:29.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:39:29.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247519062,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-27T01:39:29.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:39:38.743Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:29.203Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:40:29.203Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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-01-27T01:40:29.203Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:29.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:40:29.205Z||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-01-27T01:40:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:29.824Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:29.825Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.825Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"883f57ed-699e-4f5e-973b-cf0f7dfc03f2","serviceName":"basic_onboard_iEYLGb","serviceVersion":"1.0","serviceUUID":"7208ea8c-a47f-49dc-a127-b8b205dba097","serviceDescription":"service","serviceInvariantUUID":"888b52cc-221e-46bf-9f10-56112732f593","resources":[{"resourceInstanceName":"basic_onboard_iEYLGb 0","resourceName":"basic_onboard_iEYLGb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ecee3d89-781b-42e4-9c1a-aa3dd7e5c2e9","resourceInvariantUUID":"890c7cdd-3314-4486-b9b2-eff60a807dcd","resourceCustomizationUUID":"eb5cad23-5ff0-410d-9333-bc6ec358a73f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml","artifactChecksum":"M2YyMDNlMDI4YzZkNTlmNzYyOGI0ZmYwZjZiYTM5NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4890b7bc-c4ba-4fd5-bb98-a6c9ba2881dd","artifactVersion":"1"},{"artifactName":"basic_onboard_ieylgb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json","artifactChecksum":"NjU2YWQyMzM5YzY3MjQwMmFmZTYwMGE1ZGQ0YTExOWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"45263f4d-1aa6-4a8b-8959-4d21810ef74a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a77f986a-70ef-4372-9af5-e5327a0f2984","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e758dad0-9c74-4326-a6a8-2632a6875f26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"37e92787-4ef5-4caa-a6af-857dc626b967","artifactVersion":"2","generatedFromUUID":"a77f986a-70ef-4372-9af5-e5327a0f2984"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIeylgb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml","artifactChecksum":"NDlkYzIxMWU2MDEzNjUwZDBiNTAwMWIxN2MyZDdjODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f2df26d-d9dd-4f58-990c-a9a76a7398c5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIeylgb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar","artifactChecksum":"ZGU0NGJlYWE0MzIxOTU5YzUzN2JjNzA2YjAxODhhMzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fb925cd3-850d-4ffc-a587-7fbd198af60b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-27T01:40:29.828Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:29.828Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:40:29.828Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:29.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "clamp",
"timestamp": 1643247584046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.830Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:29.830Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247629203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "cds",
"timestamp": 1643247585204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247586453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247588135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1643247591963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "cds",
"timestamp": 1643247585204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "clamp",
"timestamp": 1643247584046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
"status": "NOTIFIED"
}
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247586453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
"status": "NOTIFIED"
}
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1643247591963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247588135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "cds",
"timestamp": 1643247585204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "clamp",
"timestamp": 1643247584046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247586453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1643247591963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247588135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247586453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "clamp",
"timestamp": 1643247584046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "cds",
"timestamp": 1643247585204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1643247591963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247588135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247586453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "clamp",
"timestamp": 1643247584046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "cds",
"timestamp": 1643247585204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1643247591963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247588135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247586453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "clamp",
"timestamp": 1643247584046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "cds",
"timestamp": 1643247585204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1643247591963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247588135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247586453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "clamp",
"timestamp": 1643247584046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "cds",
"timestamp": 1643247585204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1643247591963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247588135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247600307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247600400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "cds",
"timestamp": 1643247600409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "cds",
"timestamp": 1643247601414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-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-01-27T01:40:29.852Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 883f57ed-699e-4f5e-973b-cf0f7dfc03f2
2022-01-27T01:40:29.852Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 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-01-27T01:40:29.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247601691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:40:29.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247602397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-27T01:40:29.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247603026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:40:29.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "policy-id",
"timestamp": 1643247602632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643247603402,
"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-01-27T01:40:29.862Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 883f57ed-699e-4f5e-973b-cf0f7dfc03f2
2022-01-27T01:40:29.862Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 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-01-27T01:40:29.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247604045,
"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-01-27T01:40:29.873Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 883f57ed-699e-4f5e-973b-cf0f7dfc03f2
2022-01-27T01:40:29.874Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 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-01-27T01:40:29.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "policy-id",
"timestamp": 1643247602632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "clamp",
"timestamp": 1643247604440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:40:29.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643247605047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-27T01:40:29.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "policy-id",
"timestamp": 1643247602632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "policy-id",
"timestamp": 1643247602632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "clamp",
"timestamp": 1643247606448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "policy-id",
"timestamp": 1643247602632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "clamp",
"timestamp": 1643247607451,
"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-01-27T01:40:29.885Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 883f57ed-699e-4f5e-973b-cf0f7dfc03f2
2022-01-27T01:40:29.885Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 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-01-27T01:40:29.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "aai-ml",
"timestamp": 1643247607251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "policy-id",
"timestamp": 1643247602632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "aai-ml",
"timestamp": 1643247607251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "policy-id",
"timestamp": 1643247602632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "aai-ml",
"timestamp": 1643247607251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "policy-id",
"timestamp": 1643247610358,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "aai-ml",
"timestamp": 1643247607251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "policy-id",
"timestamp": 1643247611363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "aai-ml",
"timestamp": 1643247607251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "policy-id",
"timestamp": 1643247612365,
"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-01-27T01:40:29.900Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 883f57ed-699e-4f5e-973b-cf0f7dfc03f2
2022-01-27T01:40:29.900Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 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-01-27T01:40:29.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "aai-ml",
"timestamp": 1643247607251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "aai-ml",
"timestamp": 1643247607251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:40:29.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-27T01:40:29.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "aai-ml",
"timestamp": 1643247615026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:40:29.906Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "aai-ml",
"timestamp": 1643247621164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-27T01:40:29.906Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "aai-ml",
"timestamp": 1643247622167,
"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-01-27T01:40:29.909Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 883f57ed-699e-4f5e-973b-cf0f7dfc03f2
2022-01-27T01:40:29.909Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 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-01-27T01:40:29.930Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:29.931Z||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-01-27T01:40:29.931Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:29.942Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:29.943Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:30.830Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:40:30.831Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:30.833Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:30.833Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247629203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
"status": "NOTIFIED"
}
2022-01-27T01:40:30.933Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:30.933Z||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-01-27T01:40:30.934Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:30.943Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:30.943Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:31.833Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:40:31.834Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:31.836Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:31.836Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247629203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-27T01:40:31.936Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:31.937Z||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-01-27T01:40:31.937Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:31.947Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:31.947Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:32.836Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:40:32.837Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:32.839Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:32.839Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247629203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:32.939Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:32.940Z||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-01-27T01:40:32.940Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:32.953Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:32.953Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:40:33.840Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:40:33.840Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:33.842Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:33.842Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247629203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-27T01:40:33.942Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-27T01:40:33.943Z||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-01-27T01:40:33.943Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:33.953Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:33.953Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:34.843Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:40:34.843Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:34.845Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:34.845Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247629203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:40:34.945Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:34.946Z||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-01-27T01:40:34.946Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:34.957Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:34.957Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:35.846Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:40:35.847Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:35.849Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:35.849Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247629203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:40:35.949Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:35.950Z||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-01-27T01:40:35.950Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:35.962Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:35.962Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:40:36.851Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"serviceName": "basic_onboard_iEYLGb",
"serviceVersion": "1.0",
"serviceUUID": "7208ea8c-a47f-49dc-a127-b8b205dba097",
"serviceDescription": "service",
"serviceInvariantUUID": "888b52cc-221e-46bf-9f10-56112732f593",
"resources": [
{
"resourceInstanceName": "basic_onboard_iEYLGb 0",
"resourceCustomizationUUID": "eb5cad23-5ff0-410d-9333-bc6ec358a73f",
"resourceName": "basic_onboard_iEYLGb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ecee3d89-781b-42e4-9c1a-aa3dd7e5c2e9",
"resourceInvariantUUID": "890c7cdd-3314-4486-b9b2-eff60a807dcd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ieylgb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
"artifactChecksum": "NjU2YWQyMzM5YzY3MjQwMmFmZTYwMGE1ZGQ0YTExOWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "45263f4d-1aa6-4a8b-8959-4d21810ef74a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a77f986a-70ef-4372-9af5-e5327a0f2984",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "37e92787-4ef5-4caa-a6af-857dc626b967",
"generatedFromUUID": "a77f986a-70ef-4372-9af5-e5327a0f2984"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "37e92787-4ef5-4caa-a6af-857dc626b967",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIeylgb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"artifactChecksum": "ZGU0NGJlYWE0MzIxOTU5YzUzN2JjNzA2YjAxODhhMzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fb925cd3-850d-4ffc-a587-7fbd198af60b"
}
],
"workloadContext": "Production"
}
2022-01-27T01:40:36.851Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-27T01:40:36.852Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7208ea8c-a47f-49dc-a127-b8b205dba097 ASDC
2022-01-27T01:40:36.852Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:883f57ed-699e-4f5e-973b-cf0f7dfc03f2
ServiceName:basic_onboard_iEYLGb
ServiceVersion:1.0
ServiceUUID:7208ea8c-a47f-49dc-a127-b8b205dba097
ServiceInvariantUUID:888b52cc-221e-46bf-9f10-56112732f593
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIeylgb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar
ArtifactUUID:fb925cd3-850d-4ffc-a587-7fbd198af60b
ArtifactChecksum:ZGU0NGJlYWE0MzIxOTU5YzUzN2JjNzA2YjAxODhhMzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_iEYLGb 0
ResourceCustomizationUUID:eb5cad23-5ff0-410d-9333-bc6ec358a73f
ResourceInvariantUUID:890c7cdd-3314-4486-b9b2-eff60a807dcd
ResourceName:basic_onboard_iEYLGb
ResourceType:VF
ResourceUUID:ecee3d89-781b-42e4-9c1a-aa3dd7e5c2e9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ieylgb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json
ArtifactUUID:45263f4d-1aa6-4a8b-8959-4d21810ef74a
ArtifactChecksum:NjU2YWQyMzM5YzY3MjQwMmFmZTYwMGE1ZGQ0YTExOWM=
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/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a77f986a-70ef-4372-9af5-e5327a0f2984
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/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env
ArtifactUUID:37e92787-4ef5-4caa-a6af-857dc626b967
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/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env
ArtifactUUID:37e92787-4ef5-4caa-a6af-857dc626b967
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-27T01:40:36.852Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7208ea8c-a47f-49dc-a127-b8b205dba097 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-01-27T01:40:36.889Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:40:36.890Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:40:36.890Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:40:36.891Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fb925cd3-850d-4ffc-a587-7fbd198af60b from URL: /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:36.891Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:40:36.891Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:37.128Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:40:37.131Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar fb925cd3-850d-4ffc-a587-7fbd198af60b 71555
2022-01-27T01:40:37.131Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar ASDC sendASDCNotification
2022-01-27T01:40:37.131Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:37.131Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:40:37.132Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:37.133Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:37.133Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247637131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:40:37.233Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:37.234Z||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-01-27T01:40:37.234Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:37.244Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:37.244Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:38.134Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:40:38.135Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:40:38.135Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: fb925cd3-850d-4ffc-a587-7fbd198af60b, URL: /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar to file: /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:38.136Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:38.136Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:38.136Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:38.296Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10017166009995575182/Definitions/service-BasicOnboardIeylgb-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-01-27T01:40:39.633Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-27T01:40:39.633Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:40:39.633Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||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-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iEYLGb 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-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:39.635Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:39.635Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:39.635Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:40:39.635Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:40:39.635Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:39.636Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:39.636Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:39.636Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:40:39.636Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:40:39.636Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:39.636Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:39.637Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:39.637Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is not matching search criteria
2022-01-27T01:40:39.637Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-27T01:40:39.637Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-27T01:40:39.637Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-27T01:40:39.637Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-27T01:40:39.637Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-27T01:40:39.638Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:39.638Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-27T01:40:39.638Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:39.638Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:39.638Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:40:39.639Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:39.639Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:39.639Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:40:39.639Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:39.639Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:39.639Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:40:39.639Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:39.640Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is not matching search criteria
2022-01-27T01:40:39.640Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-27T01:40:39.640Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-27T01:40:39.640Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=14977fe8-85cd-4403-8444-5c77778a2869
2022-01-27T01:40:39.640Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:39.640Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:39.641Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:39.641Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:39.641Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:39.641Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:39.641Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:39.641Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:39.642Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_iEYLGb
Description:service
Model UUID:7208ea8c-a47f-49dc-a127-b8b205dba097
Model Version:NULL
Model InvariantUuid:888b52cc-221e-46bf-9f10-56112732f593
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_iEYLGb
Model UUID:618be7ab-1aa8-4c39-8b7d-e397aa69dfe1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:890c7cdd-3314-4486-b9b2-eff60a807dcd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:eb5cad23-5ff0-410d-9333-bc6ec358a73f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9ef027a2-2eae-44f2-b015-bd89a1975d44
ModelName:BasicOnboardIeylgb..base_ubuntu18..module-0
ModelUuid:88e20829-9e22-41eb-8160-313071a30bcd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:14977fe8-85cd-4403-8444-5c77778a2869
ModelInvariantUuid:217b347e-5697-4d51-abc0-f115aa2dd1f4
ModelName:basic_onboard_iEYLGb-nodes.ubuntu18Cvfc
ModelUuid:08c4fd9f-8516-4583-afee-5306bff4ae23
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:84d5b3c3-0d04-4f46-9715-6edcc34c334d
ModelInvariantUuid:41b4acaf-aa4c-4d33-a139-43da0c6cf8e0
ModelName:BasicOnboardIeylgb.compute.nodes.heat.ubuntu18
ModelUuid:6b947f2a-6fde-4ab2-8c9b-e853cc0855e9
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-01-27T01:40:39.646Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ecee3d89-781b-42e4-9c1a-aa3dd7e5c2e9
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-01-27T01:40:39.648Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||basic_onboard_iEYLGb 0
2022-01-27T01:40:39.648Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ecee3d89-781b-42e4-9c1a-aa3dd7e5c2e9
2022-01-27T01:40:39.649Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 45263f4d-1aa6-4a8b-8959-4d21810ef74a from URL: /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json
2022-01-27T01:40:39.649Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:40:39.649Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json
2022-01-27T01:40:39.849Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:40:39.850Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json 45263f4d-1aa6-4a8b-8959-4d21810ef74a 798
2022-01-27T01:40:39.850Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json ASDC sendASDCNotification
2022-01-27T01:40:39.850Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json
2022-01-27T01:40:39.850Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:40:39.850Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:39.852Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:39.852Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247639850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:40:39.952Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:39.953Z||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-01-27T01:40:39.953Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:39.965Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:39.966Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:40.853Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIeylgb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9ef027a2-2eae-44f2-b015-bd89a1975d44",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "88e20829-9e22-41eb-8160-313071a30bcd",
"vfModuleModelCustomizationUUID": "8754c972-1ccb-4923-959f-b3cd77465210",
"isBase": true,
"artifacts": [
"a77f986a-70ef-4372-9af5-e5327a0f2984",
"37e92787-4ef5-4caa-a6af-857dc626b967"
],
"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-01-27T01:40:40.856Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIeylgb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88e20829-9e22-41eb-8160-313071a30bcd
VfModuleModelInvariantUUID:9ef027a2-2eae-44f2-b015-bd89a1975d44
VfModuleModelDescription:NULL
Artifacts UUID List:{
a77f986a-70ef-4372-9af5-e5327a0f2984
,
37e92787-4ef5-4caa-a6af-857dc626b967
}
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-01-27T01:40:40.858Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIeylgb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9ef027a2-2eae-44f2-b015-bd89a1975d44",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "88e20829-9e22-41eb-8160-313071a30bcd",
"vfModuleModelCustomizationUUID": "8754c972-1ccb-4923-959f-b3cd77465210",
"isBase": true,
"artifacts": [
"a77f986a-70ef-4372-9af5-e5327a0f2984",
"37e92787-4ef5-4caa-a6af-857dc626b967"
],
"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-01-27T01:40:40.858Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIeylgb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88e20829-9e22-41eb-8160-313071a30bcd
VfModuleModelInvariantUUID:9ef027a2-2eae-44f2-b015-bd89a1975d44
VfModuleModelDescription:NULL
Artifacts UUID List:{
a77f986a-70ef-4372-9af5-e5327a0f2984
,
37e92787-4ef5-4caa-a6af-857dc626b967
}
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-01-27T01:40:40.858Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a77f986a-70ef-4372-9af5-e5327a0f2984 from URL: /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml
2022-01-27T01:40:40.858Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:40:40.859Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml
2022-01-27T01:40:41.028Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:40:41.029Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml a77f986a-70ef-4372-9af5-e5327a0f2984 5033
2022-01-27T01:40:41.029Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-27T01:40:41.029Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml
2022-01-27T01:40:41.029Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:40:41.029Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:41.031Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:41.031Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247641029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:40:41.131Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:41.132Z||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-01-27T01:40:41.132Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:41.145Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:41.146Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:42.032Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 37e92787-4ef5-4caa-a6af-857dc626b967 from URL: /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env
2022-01-27T01:40:42.032Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:40:42.033Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env
2022-01-27T01:40:42.223Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:40:42.223Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env 37e92787-4ef5-4caa-a6af-857dc626b967 909
2022-01-27T01:40:42.224Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-27T01:40:42.224Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env
2022-01-27T01:40:42.224Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:40:42.224Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:42.226Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:42.226Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247642224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:40:42.326Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:42.326Z||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-01-27T01:40:42.327Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:42.336Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:42.336Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:43.226Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7208ea8c-a47f-49dc-a127-b8b205dba097
2022-01-27T01:40:43.227Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_iEYLGb 0 ecee3d89-781b-42e4-9c1a-aa3dd7e5c2e9 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-01-27T01:40:43.237Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@428eff92, org.onap.sdc.toscaparser.api.parameters.Input@2147755a, org.onap.sdc.toscaparser.api.parameters.Input@76afc601, org.onap.sdc.toscaparser.api.parameters.Input@1c4a843, org.onap.sdc.toscaparser.api.parameters.Input@3483b586]
2022-01-27T01:40:43.238Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:43.239Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:43.239Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-01-27T01:40:43.239Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= eb5cad23-5ff0-410d-9333-bc6ec358a73f
2022-01-27T01:40:43.239Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eb5cad23-5ff0-410d-9333-bc6ec358a73f matches Tosca VF Customization UUID: eb5cad23-5ff0-410d-9333-bc6ec358a73f
2022-01-27T01:40:43.239Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: eb5cad23-5ff0-410d-9333-bc6ec358a73f 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-01-27T01:40:43.241Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:43.241Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:43.242Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id eb5cad23-5ff0-410d-9333-bc6ec358a73f: {\"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-01-27T01:40:43.242Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e31104d
2022-01-27T01:40:43.242Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:43.242Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-27T01:40:43.243Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8754c972-1ccb-4923-959f-b3cd77465210
2022-01-27T01:40:43.243Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8754c972-1ccb-4923-959f-b3cd77465210
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-01-27T01:40:43.244Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:43.245Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:43.245Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:40:43.245Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:43.245Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:43.245Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:40:43.246Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:43.246Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is not matching search criteria
2022-01-27T01:40:43.246Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-27T01:40:43.246Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-27T01:40:43.246Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=14977fe8-85cd-4403-8444-5c77778a2869
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-01-27T01:40:43.247Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:43.248Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:43.248Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:40:43.248Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:43.248Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:43.248Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0] matching following query criteria: sdcType=VF, customizationUUID=eb5cad23-5ff0-410d-9333-bc6ec358a73f
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-01-27T01:40:43.249Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:43.250Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:43.250Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7208ea8c-a47f-49dc-a127-b8b205dba097: basic_onboard_iEYLGb
2022-01-27T01:40:43.250Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:43.250Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:43.250Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:43.250Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:43.250Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:43.251Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:43.251Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:43.251Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:43.251Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:40:43.251Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:43.251Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_iEYLGb
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-01-27T01:40:43.303Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_iEYLGb ecee3d89-781b-42e4-9c1a-aa3dd7e5c2e9 1 ASDC deployResourceStructure
2022-01-27T01:40:43.303Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json ASDC sendASDCNotification
2022-01-27T01:40:43.303Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json
2022-01-27T01:40:43.303Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:40:43.303Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:43.305Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:43.305Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247643303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-27T01:40:43.405Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:43.406Z||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-01-27T01:40:43.406Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:43.418Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:43.419Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:44.306Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-27T01:40:44.306Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml
2022-01-27T01:40:44.306Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:40:44.307Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:44.308Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:44.308Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247644306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-01-27T01:40:44.409Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-27T01:40:44.409Z||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-01-27T01:40:44.410Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:44.421Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:44.422Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:45.309Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-27T01:40:45.310Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env
2022-01-27T01:40:45.310Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:40:45.310Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:45.312Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:45.312Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247645309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-01-27T01:40:45.412Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:45.412Z||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-01-27T01:40:45.413Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:45.425Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:45.425Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:46.313Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar ASDC sendASDCNotification
2022-01-27T01:40:46.313Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:46.313Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:40:46.313Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:46.315Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:46.315Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247646313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-27T01:40:46.415Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:46.416Z||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-01-27T01:40:46.416Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:46.429Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:40:46.429Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:47.316Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 883f57ed-699e-4f5e-973b-cf0f7dfc03f2
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-01-27T01:40:47.325Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 883f57ed-699e-4f5e-973b-cf0f7dfc03f2
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-01-27T01:40:47.328Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:40:47.328Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-27T01:40:47.328Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-27T01:40:47.328Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-27T01:40:47.328Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-27T01:40:47.329Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-27T01:40:47.329Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-27T01:40:47.329Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-27T01:40:47.329Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-27T01:40:47.329Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-27T01:40:47.329Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:40:47.332Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-27T01:41:17.333Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 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-01-27T01:41:17.337Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 and serviceModelVersionId: 7208ea8c-a47f-49dc-a127-b8b205dba097
2022-01-27T01:41:17.337Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 888b52cc-221e-46bf-9f10-56112732f593
2022-01-27T01:41:17.337Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/888b52cc-221e-46bf-9f10-56112732f593/model-vers/model-ver/7208ea8c-a47f-49dc-a127-b8b205dba097?depth=0
2022-01-27T01:41:17.341Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-01-27T01:41:17.377Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/888b52cc-221e-46bf-9f10-56112732f593/model-vers/model-ver/7208ea8c-a47f-49dc-a127-b8b205dba097?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-01-27T01:41:17.378Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/888b52cc-221e-46bf-9f10-56112732f593/model-vers/model-ver/7208ea8c-a47f-49dc-a127-b8b205dba097?depth=0|INFO|500||Invoke
2022-01-27T01:41:17.398Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/888b52cc-221e-46bf-9f10-56112732f593/model-vers/model-ver/7208ea8c-a47f-49dc-a127-b8b205dba097?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-01-27T01:41:17.618Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/888b52cc-221e-46bf-9f10-56112732f593/model-vers/model-ver/7208ea8c-a47f-49dc-a127-b8b205dba097?depth=0|INFO|500||InvokeReturn
2022-01-27T01:41:17.618Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/888b52cc-221e-46bf-9f10-56112732f593/model-vers/model-ver/7208ea8c-a47f-49dc-a127-b8b205dba097?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220127-01:41:17:405-18196], vertex-id=[180448], Content-Length=[0], Date=[Thu, 27 Jan 2022 01:41:17 GMT], Content-Type=[application/json]}
2022-01-27T01:41:17.619Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-01-27T01:41:17.619Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-27T01:41:17.619Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:41:17.622Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-01-27T01:41:17.622Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-27T01:41:17.622Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-27T01:41:17.623Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:41:17.624Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:41:17.624Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247677622,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-27T01:41:17.724Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:41:17.725Z||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-01-27T01:41:17.725Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:41:17.738Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:41:17.738Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-27T01:41:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:41:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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-01-27T01:41:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:41:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:41:29.205Z||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-01-27T01:41:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:41:29.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:41:29.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:41:29.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247629203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:41:29.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-27T01:41:38.738Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:42:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:42:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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-01-27T01:42:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:42:29.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:42:29.205Z||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-01-27T01:42:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:42:29.723Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:42:29.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247629203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
"status": "NOTIFIED"
}
2022-01-27T01:42:29.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-27T01:42:29.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247629203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247629203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247629203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247629203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247629203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247637131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247639850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247641029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247642224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247643303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247644306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247645309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247646313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-27T01:42:29.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:29.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643247677622,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-27T01:42:29.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:38.738Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:43:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:43:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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-01-27T01:43:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:43:29.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:43:29.204Z||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-01-27T01:43:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:43:38.739Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:43:38.741Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:44:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:44:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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-01-27T01:44:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:44:29.204Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:44:29.204Z||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-01-27T01:44:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:44:38.738Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:44:38.738Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:45:29.203Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:45:29.203Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:45:29.203Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:45:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:45:29.205Z||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-01-27T01:45:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:45:38.744Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:45:38.745Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:46:29.203Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:46:29.203Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:46:29.203Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:46:29.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:46:29.205Z||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-01-27T01:46:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:46:38.738Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:46:38.739Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:47:29.203Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:47:29.203Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:47:29.203Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:47:29.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:47:29.205Z||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-01-27T01:47:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:47:38.739Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:47:38.739Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:48:29.203Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:48:29.203Z||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-01-27T01:48:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:48:29.205Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:48:29.205Z||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-01-27T01:48:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:48:38.741Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:48:38.741Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:49:29.203Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:49:29.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:49:29.203Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:49:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:49:29.206Z||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-01-27T01:49:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:49:38.739Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:49:38.739Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:50:29.203Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:50:29.204Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:50:29.204Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:50:29.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:50:29.205Z||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-01-27T01:50:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:50:38.740Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:50:38.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:51:29.203Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:51:29.204Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:51:29.204Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:51:29.204Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:51:29.205Z||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-01-27T01:51:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:51:38.743Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:51:38.745Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:52:29.203Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:52:29.204Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:52:29.204Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:52:29.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:52:29.205Z||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-01-27T01:52:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:52:38.744Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:52:38.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:53:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:53:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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-01-27T01:53:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:29.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:53:29.205Z||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-01-27T01:53:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:38.271Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:53:38.271Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-27T01:53:38.271Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4a819bdb-c2da-48cd-9a20-e481dda6e86f","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"3c8c82b1-aff1-46bd-b5fa-e465323e09b6","serviceDescription":"service","serviceInvariantUUID":"8a95b922-7682-409e-a260-c9846c51bc42","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"56725b05-62cb-43a9-bb0c-3c85110ba07d","resourceInvariantUUID":"8331046b-0353-43ae-9999-bee9993a31cb","resourceCustomizationUUID":"5ae9a184-c983-4fa8-a579-67c84b1fb179","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5f768893-f283-4a74-8d3d-f6e710f6b3cf","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NDJhNGM2MDBhNTE3ZmIzZWZiZDRhNzFhYzVlYzI3NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"59194c46-cf7b-4ac9-bd6a-f5630c0da667","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ODY0ZTUxN2RlMzYxOTc2YTVlMmNlN2FjNGRjYmJmYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c1ae6ff6-864f-483a-9625-f15f72e2c8e1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"69ff2af3-13fd-481b-a2c0-984cd9dba42a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8416e66a-86e6-46b5-bcb6-eb94fb0fb397","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5199bcf1-3251-43f6-b5a7-069934ed8db4","artifactVersion":"2","generatedFromUUID":"69ff2af3-13fd-481b-a2c0-984cd9dba42a"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZjNkNzI5ZWQ2OWJlNmYzNzMzMmU5ZjA4Y2VjZTYwMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5137c026-fd4e-416e-a8e4-e88ddd5260cd","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OTA0NTJjMTYxMmRhYTAwZjEzM2Y2NWEwMDEzYzczMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13d74952-ff18-4731-8854-260c2bd68c8c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-27T01:53:38.273Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:53:38.274Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:38.275Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:38.275Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643248409203,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:53:38.376Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:38.377Z||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-01-27T01:53:38.377Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:38.391Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:53:38.391Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":4,"count":1}
2022-01-27T01:53:38.501Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:53:38.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:53:38.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
"consumerID": "aai-ml",
"timestamp": 1643248417251,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:53:38.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-27T01:53:38.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:53:38.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643248409203,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:53:38.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-27T01:53:39.276Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:53:39.277Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:39.278Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:39.278Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643248409203,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:53:39.378Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:39.379Z||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-01-27T01:53:39.379Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:39.389Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:53:39.389Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:40.279Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:53:40.280Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:40.281Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:40.281Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643248409203,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2022-01-27T01:53:40.381Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-27T01:53:40.382Z||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-01-27T01:53:40.382Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:40.391Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:53:40.391Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:41.282Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:53:41.283Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:41.285Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:41.285Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643248409203,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-27T01:53:41.385Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:41.386Z||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-01-27T01:53:41.386Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:41.396Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:53:41.397Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:53:42.286Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:53:42.286Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:42.288Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:42.288Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643248409203,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:53:42.388Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:42.389Z||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-01-27T01:53:42.389Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:42.399Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:53:42.399Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:43.289Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:53:43.289Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:43.291Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:43.291Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643248409203,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-27T01:53:43.391Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:43.392Z||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-01-27T01:53:43.392Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:43.401Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:53:43.402Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:44.292Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:53:44.292Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:44.294Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:44.294Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643248409203,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-27T01:53:44.394Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:44.395Z||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-01-27T01:53:44.395Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:44.407Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:53:44.407Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:45.295Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:53:45.295Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:45.297Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:45.297Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643248409203,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-01-27T01:53:45.397Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:45.398Z||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-01-27T01:53:45.398Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:45.411Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:53:45.411Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:46.298Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "3c8c82b1-aff1-46bd-b5fa-e465323e09b6",
"serviceDescription": "service",
"serviceInvariantUUID": "8a95b922-7682-409e-a260-c9846c51bc42",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "5ae9a184-c983-4fa8-a579-67c84b1fb179",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "56725b05-62cb-43a9-bb0c-3c85110ba07d",
"resourceInvariantUUID": "8331046b-0353-43ae-9999-bee9993a31cb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basicclamp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"artifactChecksum": "ODY0ZTUxN2RlMzYxOTc2YTVlMmNlN2FjNGRjYmJmYjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c1ae6ff6-864f-483a-9625-f15f72e2c8e1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "69ff2af3-13fd-481b-a2c0-984cd9dba42a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5199bcf1-3251-43f6-b5a7-069934ed8db4",
"generatedFromUUID": "69ff2af3-13fd-481b-a2c0-984cd9dba42a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5199bcf1-3251-43f6-b5a7-069934ed8db4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "OTA0NTJjMTYxMmRhYTAwZjEzM2Y2NWEwMDEzYzczMDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "13d74952-ff18-4731-8854-260c2bd68c8c"
}
],
"workloadContext": "Production"
}
2022-01-27T01:53:46.299Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-27T01:53:46.299Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c8c82b1-aff1-46bd-b5fa-e465323e09b6 ASDC
2022-01-27T01:53:46.299Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4a819bdb-c2da-48cd-9a20-e481dda6e86f
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:3c8c82b1-aff1-46bd-b5fa-e465323e09b6
ServiceInvariantUUID:8a95b922-7682-409e-a260-c9846c51bc42
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:13d74952-ff18-4731-8854-260c2bd68c8c
ArtifactChecksum:OTA0NTJjMTYxMmRhYTAwZjEzM2Y2NWEwMDEzYzczMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:5ae9a184-c983-4fa8-a579-67c84b1fb179
ResourceInvariantUUID:8331046b-0353-43ae-9999-bee9993a31cb
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:56725b05-62cb-43a9-bb0c-3c85110ba07d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:c1ae6ff6-864f-483a-9625-f15f72e2c8e1
ArtifactChecksum:ODY0ZTUxN2RlMzYxOTc2YTVlMmNlN2FjNGRjYmJmYjk=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:69ff2af3-13fd-481b-a2c0-984cd9dba42a
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:5199bcf1-3251-43f6-b5a7-069934ed8db4
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:5199bcf1-3251-43f6-b5a7-069934ed8db4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-27T01:53:46.299Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c8c82b1-aff1-46bd-b5fa-e465323e09b6 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-01-27T01:53:46.319Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:53:46.320Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:53:46.320Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:53:46.320Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 13d74952-ff18-4731-8854-260c2bd68c8c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-27T01:53:46.320Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:53:46.321Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-27T01:53:47.017Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:53:47.020Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 13d74952-ff18-4731-8854-260c2bd68c8c 73649
2022-01-27T01:53:47.021Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-01-27T01:53:47.021Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-27T01:53:47.021Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:53:47.021Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:47.023Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:47.023Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643248427021,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:53:47.123Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:47.124Z||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-01-27T01:53:47.124Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:47.134Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:53:47.134Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:48.023Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:53:48.024Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:53:48.024Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 13d74952-ff18-4731-8854-260c2bd68c8c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:48.025Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-01-27T01:53:48.025Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:48.025Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:48.149Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15382161040184379764/Definitions/service-Basicclamp-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-01-27T01:53:49.026Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||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-Basicclamp-csar.csar
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:49.028Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:49.028Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:49.028Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:53:49.028Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:49.028Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:49.028Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:49.028Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:53:49.028Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:53:49.029Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:49.029Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:49.029Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:49.029Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:53:49.029Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:53:49.029Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:49.029Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:49.029Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:49.031Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:49.031Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:53:49.031Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:49.031Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:49.031Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:53:49.031Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:49.031Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:49.031Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ab774369-bfa8-4693-a330-e596d5cce76e
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:49.033Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:49.033Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:49.033Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:49.033Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:49.033Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basicclamp
Description:service
Model UUID:3c8c82b1-aff1-46bd-b5fa-e465323e09b6
Model Version:NULL
Model InvariantUuid:8a95b922-7682-409e-a260-c9846c51bc42
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basicclamp
Model UUID:333b8fea-61f7-4fc2-9628-63c1ea25ea18
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8331046b-0353-43ae-9999-bee9993a31cb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5ae9a184-c983-4fa8-a579-67c84b1fb179
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f00754e1-c2b0-4ede-9068-a6f7ba629418
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:d44702c6-6a6a-4ab7-a999-c5932ee131ad
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ab774369-bfa8-4693-a330-e596d5cce76e
ModelInvariantUuid:8b080519-6099-4311-8115-9017b4255994
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:506cf5ad-a5f5-48f5-a63b-0553a4a9eef7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:a50f21ff-bad2-4a79-ad4c-864740ba6cae
ModelInvariantUuid:264d71ff-a7e1-450f-ac00-6b3e445a0aac
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:311c93c0-e96e-44a3-aff6-3d2d5d6051ee
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-01-27T01:53:49.037Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 56725b05-62cb-43a9-bb0c-3c85110ba07d
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-01-27T01:53:49.039Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||basicclamp 0
2022-01-27T01:53:49.039Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 56725b05-62cb-43a9-bb0c-3c85110ba07d
2022-01-27T01:53:49.039Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c1ae6ff6-864f-483a-9625-f15f72e2c8e1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-27T01:53:49.040Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:53:49.040Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-27T01:53:49.127Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:53:49.128Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json c1ae6ff6-864f-483a-9625-f15f72e2c8e1 790
2022-01-27T01:53:49.128Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-01-27T01:53:49.128Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-27T01:53:49.128Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:53:49.128Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:49.130Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:49.130Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643248429128,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:53:49.230Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:49.232Z||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-01-27T01:53:49.232Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:49.243Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:53:49.243Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:50.131Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f00754e1-c2b0-4ede-9068-a6f7ba629418",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d44702c6-6a6a-4ab7-a999-c5932ee131ad",
"vfModuleModelCustomizationUUID": "d75cb23c-a625-4e79-a7e2-13f60994885a",
"isBase": true,
"artifacts": [
"69ff2af3-13fd-481b-a2c0-984cd9dba42a",
"5199bcf1-3251-43f6-b5a7-069934ed8db4"
],
"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-01-27T01:53:50.134Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d44702c6-6a6a-4ab7-a999-c5932ee131ad
VfModuleModelInvariantUUID:f00754e1-c2b0-4ede-9068-a6f7ba629418
VfModuleModelDescription:NULL
Artifacts UUID List:{
69ff2af3-13fd-481b-a2c0-984cd9dba42a
,
5199bcf1-3251-43f6-b5a7-069934ed8db4
}
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-01-27T01:53:50.135Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f00754e1-c2b0-4ede-9068-a6f7ba629418",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d44702c6-6a6a-4ab7-a999-c5932ee131ad",
"vfModuleModelCustomizationUUID": "d75cb23c-a625-4e79-a7e2-13f60994885a",
"isBase": true,
"artifacts": [
"69ff2af3-13fd-481b-a2c0-984cd9dba42a",
"5199bcf1-3251-43f6-b5a7-069934ed8db4"
],
"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-01-27T01:53:50.136Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d44702c6-6a6a-4ab7-a999-c5932ee131ad
VfModuleModelInvariantUUID:f00754e1-c2b0-4ede-9068-a6f7ba629418
VfModuleModelDescription:NULL
Artifacts UUID List:{
69ff2af3-13fd-481b-a2c0-984cd9dba42a
,
5199bcf1-3251-43f6-b5a7-069934ed8db4
}
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-01-27T01:53:50.136Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 69ff2af3-13fd-481b-a2c0-984cd9dba42a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-27T01:53:50.136Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:53:50.136Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-27T01:53:50.422Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:53:50.423Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 69ff2af3-13fd-481b-a2c0-984cd9dba42a 5033
2022-01-27T01:53:50.423Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-27T01:53:50.423Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-27T01:53:50.423Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:53:50.423Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:50.425Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:50.425Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643248430423,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:53:50.525Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:50.526Z||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-01-27T01:53:50.526Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:50.537Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:53:50.537Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:53:51.426Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5199bcf1-3251-43f6-b5a7-069934ed8db4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-27T01:53:51.427Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:53:51.427Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-27T01:53:51.636Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:53:51.637Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 5199bcf1-3251-43f6-b5a7-069934ed8db4 909
2022-01-27T01:53:51.637Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-27T01:53:51.637Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-27T01:53:51.637Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:53:51.637Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:51.639Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:51.639Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643248431637,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-27T01:53:51.739Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:51.740Z||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-01-27T01:53:51.740Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:51.749Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-27T01:53:51.750Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:53:52.639Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3c8c82b1-aff1-46bd-b5fa-e465323e09b6
2022-01-27T01:53:52.640Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 56725b05-62cb-43a9-bb0c-3c85110ba07d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:53:52.649Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@625d55bc, org.onap.sdc.toscaparser.api.parameters.Input@45660be7, org.onap.sdc.toscaparser.api.parameters.Input@60cdf451, org.onap.sdc.toscaparser.api.parameters.Input@4b70d2be, org.onap.sdc.toscaparser.api.parameters.Input@43089ed9]
2022-01-27T01:53:52.650Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:52.650Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:52.650Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-01-27T01:53:52.651Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 5ae9a184-c983-4fa8-a579-67c84b1fb179
2022-01-27T01:53:52.651Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5ae9a184-c983-4fa8-a579-67c84b1fb179 matches Tosca VF Customization UUID: 5ae9a184-c983-4fa8-a579-67c84b1fb179
2022-01-27T01:53:52.651Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 5ae9a184-c983-4fa8-a579-67c84b1fb179 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-01-27T01:53:52.652Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:52.653Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:52.653Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 5ae9a184-c983-4fa8-a579-67c84b1fb179: {\"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-01-27T01:53:52.653Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@748c5931
2022-01-27T01:53:52.653Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:52.654Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-27T01:53:52.654Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d75cb23c-a625-4e79-a7e2-13f60994885a
2022-01-27T01:53:52.654Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d75cb23c-a625-4e79-a7e2-13f60994885a
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-01-27T01:53:52.656Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:52.656Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:52.656Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:53:52.656Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:52.656Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:52.656Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:53:52.657Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:52.657Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-27T01:53:52.657Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-27T01:53:52.657Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-27T01:53:52.657Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ab774369-bfa8-4693-a330-e596d5cce76e
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-01-27T01:53:52.659Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:52.659Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:52.659Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:53:52.659Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:52.660Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:52.660Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=5ae9a184-c983-4fa8-a579-67c84b1fb179
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-01-27T01:53:52.661Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-27T01:53:52.661Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:52.661Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3c8c82b1-aff1-46bd-b5fa-e465323e09b6: basicclamp
2022-01-27T01:53:52.662Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery