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-10-28T05:25:59.272Z||main|||||INFO|500||The following profiles are active: basic
2022-10-28T05:26:10.995Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-28T05:26:10.996Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-28T05:26:11.164Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-28T05:26:16.691Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-28T05:26:17.428Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-28T05:26:18.104Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-28T05:26:18.111Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-28T05:26:18.310Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-28T05:26:18.575Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-28T05:26:19.368Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-28T05:26:21.851Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-28T05:26:24.116Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-28T05:26:24.171Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-28T05:26:24.880Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-28T05:26:25.130Z||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-10-28T05:26:26.170Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-28T05:26:27.270Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-28T05:26:27.304Z||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$$1cee29c1.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-10-28T05:26:27.305Z||main|||||WARN|500||The sdc end point is not alive
2022-10-28T05:26:30.044Z||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-10-28T05:26:32.878Z||main|||||WARN|500||---
2022-10-28T05:26:32.878Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-28T05:26:32.879Z||main|||||WARN|500||---
2022-10-28T05:26:33.393Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-28T05:26:38.922Z||main|||||INFO|500||Started Application in 42.953 seconds (JVM running for 45.082)
2022-10-28T05:26:38.936Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-28T05:26:38.939Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-28T05:26:38.950Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-28T05:26:38.966Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-28T05:26:39.008Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae01836b-4db2-4998-b228-bf7f03add5ac url= /sdc/v1/artifactTypes
2022-10-28T05:26:39.008Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-28T05:26:39.248Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-28T05:26:39.313Z||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-10-28T05:26:39.337Z||scheduling-1|||||DEBUG|500||create keys
2022-10-28T05:26:39.345Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-28T05:26:39.415Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:26:39.432Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2c3d8144-9514-46d7-8d9d-5d1254c8e4a9 url= /sdc/v1/registerForDistribution
2022-10-28T05:26:39.625Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2c3d8144-9514-46d7-8d9d-5d1254c8e4a9 url= /sdc/v1/registerForDistribution
2022-10-28T05:26:39.626Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-28T05:26:39.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:26:39.658Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:26:39.674Z||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-10-28T05:26:39.674Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:26:39.676Z||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-10-28T05:26:39.677Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:26:39.681Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-28T05:26:50.130Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:26:50.134Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:27:39.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:27:39.644Z||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-10-28T05:27:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:27:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:27:39.645Z||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-10-28T05:27:39.647Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:27:49.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:27:49.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:28:39.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:28:39.643Z||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-10-28T05:28:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:28:39.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:28:39.646Z||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-10-28T05:28:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:28:49.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:28:49.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:29:39.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:29:39.643Z||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-10-28T05:29:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:29:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:29:39.646Z||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-10-28T05:29:39.647Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:29:49.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:29:49.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:30:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:30:39.644Z||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-10-28T05:30:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:30:39.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:30:39.646Z||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-10-28T05:30:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:30:49.189Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:30:49.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:31:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:31:39.644Z||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-10-28T05:31:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:31:39.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:31:39.645Z||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-10-28T05:31:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:31:49.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:31:49.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:32:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:32:39.643Z||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-10-28T05:32:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:32:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:32:39.646Z||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-10-28T05:32:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:32:49.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:32:49.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:33:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:33:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:33:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:33:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:33:39.649Z||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-10-28T05:33:39.649Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:33:49.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:33:49.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:34:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:34:39.644Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:34:39.644Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:34:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:34:39.645Z||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-10-28T05:34:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:34:49.189Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:34:49.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:35:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:35:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:35:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:35:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:35:39.646Z||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-10-28T05:35:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:35:49.191Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:35:49.207Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:36:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:36:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:36:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:36:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:36:39.645Z||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-10-28T05:36:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:36:47.325Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-28T05:36:49.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:36:49.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:37:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:37:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:37:39.644Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:37:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:37:39.646Z||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-10-28T05:37:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:37:49.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:37:49.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:38:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:38:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:38:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:38:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:38:39.646Z||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-10-28T05:38:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:38:49.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:38:49.208Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:39:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:39:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:39:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:39:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:39:39.646Z||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-10-28T05:39:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:39:49.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:39:49.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:40:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:40:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:40:39.644Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:40:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:40:39.646Z||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-10-28T05:40:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:40:49.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:40:49.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:41:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:41:39.644Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:41:39.644Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:41:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:41:39.646Z||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-10-28T05:41:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:41:49.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:41:49.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:42:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:42:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:42:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:42:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:42:39.645Z||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-10-28T05:42:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:42:49.182Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:42:49.183Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:43:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:43:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:43:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:43:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:43:39.645Z||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-10-28T05:43:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:43:49.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:43:49.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:44:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:44:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:44:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:44:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:44:39.645Z||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-10-28T05:44:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:44:49.184Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:44:49.185Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:45:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:45:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:45:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:45:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:45:39.645Z||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-10-28T05:45:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:45:49.193Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:45:49.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:46:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:46:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:46:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:46:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:46:39.646Z||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-10-28T05:46:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:46:49.185Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:46:49.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:47:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:47:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:47:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:47:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:47:39.646Z||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-10-28T05:47:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:47:49.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:47:49.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:48:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:48:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:48:39.644Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:48:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:48:39.645Z||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-10-28T05:48:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:48:49.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:48:49.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:49:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:49:39.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:49:39.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:49:39.645Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:49:39.645Z||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-10-28T05:49:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:49:49.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:49:49.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:50:39.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:50:39.644Z||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-10-28T05:50:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:50:39.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:50:39.646Z||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-10-28T05:50:39.647Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:50:49.194Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:50:49.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:51:39.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:51:39.643Z||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-10-28T05:51:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:51:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:51:39.645Z||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-10-28T05:51:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:51:49.189Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:51:49.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:52:39.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:52:39.644Z||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-10-28T05:52:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:52:39.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:52:39.647Z||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-10-28T05:52:39.647Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:52:49.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:52:49.218Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:53:39.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:53:39.643Z||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-10-28T05:53:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:53:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:53:39.646Z||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-10-28T05:53:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:53:49.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:53:49.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:54:39.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:54:39.643Z||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-10-28T05:54:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:54:39.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:54:39.646Z||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-10-28T05:54:39.647Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:54:49.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:54:49.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:55:39.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:55:39.643Z||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-10-28T05:55:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:55:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:55:39.646Z||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-10-28T05:55:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:55:49.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:55:49.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:56:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:56:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:56:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:56:39.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:56:39.646Z||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-10-28T05:56:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:56:49.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:56:49.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:57:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:57:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:57:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:57:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:57:39.646Z||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-10-28T05:57:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:57:49.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:57:49.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:58:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:58:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:58:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:58:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:58:39.645Z||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-10-28T05:58:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:58:49.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:58:49.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:59:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:59:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:59:39.645Z||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-10-28T05:59:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:59:39.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:59:39.646Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:59:49.217Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T05:59:49.219Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:00:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:00:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:00:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:00:39.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:00:39.646Z||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-10-28T06:00:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:00:49.185Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:00:49.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:01:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:01:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:01:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:01:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:01:39.646Z||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-10-28T06:01:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:01:49.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:01:49.205Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:02:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:02:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:02:39.644Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:02:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:02:39.645Z||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-10-28T06:02:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:02:49.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:02:49.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:03:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:03:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:03:39.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:03:39.645Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:03:39.645Z||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-10-28T06:03:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:03:49.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:03:49.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:04:39.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:04:39.643Z||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-10-28T06:04:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:04:39.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:04:39.647Z||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-10-28T06:04:39.647Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:04:49.231Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:04:49.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:05:39.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:05:39.643Z||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-10-28T06:05:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:05:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:05:39.646Z||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-10-28T06:05:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:05:49.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:05:49.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:06:39.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:06:39.643Z||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-10-28T06:06:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:06:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:06:39.645Z||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-10-28T06:06:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:06:49.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:06:49.193Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:07:39.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:07:39.644Z||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-10-28T06:07:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:07:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:07:39.645Z||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-10-28T06:07:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:07:49.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:07:49.211Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:08:39.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:08:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:08:39.645Z||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-10-28T06:08:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:08:39.645Z||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-10-28T06:08:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:08:49.214Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:08:49.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:39.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:09:39.643Z||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-10-28T06:09:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:09:39.645Z||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-10-28T06:09:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:40.288Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:40.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b908848f-f332-45c4-b658-c5ccadd34dac","serviceName":"vFW 2022-10-28 06-07-59","serviceVersion":"1.0","serviceUUID":"d00cc446-57fe-4142-a565-cb39c6ff87c0","serviceDescription":"catalog service description","serviceInvariantUUID":"69d51862-47ac-4fda-a28e-98447653eb93","resources":[{"resourceInstanceName":"vFW 50e93e40-b817 0","resourceName":"vFW 50e93e40-b817","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1c72d2df-d919-4028-be1b-97d687e8e7ec","resourceInvariantUUID":"0758dd49-66f5-478b-939b-e342b53814c1","resourceCustomizationUUID":"1d2c8bf0-4147-48c1-a0b2-2bf0be984548","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vf-license-model.xml","artifactChecksum":"ZGUwMDg1Yzg3YmE2MjY5MmQ5N2QwZjVkZWZlNzAyMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"143db8e1-c020-45b4-bb74-9275d861ab00","artifactVersion":"1"},{"artifactName":"vfw50e93e40b8170_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json","artifactChecksum":"ZDI3YzVmZmE4NDUwNjVjNjZhNWM5YzhiMTU2ZjhkMDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d0cc6e35-8cd4-4ef5-a801-6e6e5b7f1686","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ab85509-bab5-4516-a4ba-6530e6455130","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vendor-license-model.xml","artifactChecksum":"NTgxNzQ5YzE3Mjg2OTllMDlhMmVkMjc3NjliNmIxZmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6edea810-3418-49bd-be18-08516de3ab25","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02","artifactVersion":"2","generatedFromUUID":"5ab85509-bab5-4516-a4ba-6530e6455130"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221028060759-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-template.yml","artifactChecksum":"ZDUyYWZkODM4NGFmZTgwOWFiMzFiYzI4MGVlOTA2MGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a48663d2-5297-419a-9fcd-32f413f11784","artifactVersion":"1"},{"artifactName":"service-Vfw20221028060759-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar","artifactChecksum":"YzUyNDUyYmU1Y2EwYmUxZTY3Yjk5MDA3OWE0MGJmOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a4b40cc-550c-4ade-8e4f-9ac009ffd6bf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T06:09:40.294Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:40.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937336050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.303Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:09:40.309Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:40.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "ves-openapi-manager",
"timestamp": 1666937335531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "cds",
"timestamp": 1666937338430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "aai-ml",
"timestamp": 1666937337890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937336050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
"status": "NOTIFIED"
}
2022-10-28T06:09:40.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "ves-openapi-manager",
"timestamp": 1666937335531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "cds",
"timestamp": 1666937338430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.320Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:40.320Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937379642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "aai-ml",
"timestamp": 1666937337890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937336050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "ves-openapi-manager",
"timestamp": 1666937335531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "cds",
"timestamp": 1666937338430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "aai-ml",
"timestamp": 1666937337890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937336050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "ves-openapi-manager",
"timestamp": 1666937335531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "cds",
"timestamp": 1666937338430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "aai-ml",
"timestamp": 1666937337890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937336050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-28T06:09:40.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "ves-openapi-manager",
"timestamp": 1666937335531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "cds",
"timestamp": 1666937338430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "aai-ml",
"timestamp": 1666937337890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937336050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "cds",
"timestamp": 1666937338430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "ves-openapi-manager",
"timestamp": 1666937335531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "aai-ml",
"timestamp": 1666937337890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937336050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "ves-openapi-manager",
"timestamp": 1666937335531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "cds",
"timestamp": 1666937338430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "aai-ml",
"timestamp": 1666937337890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937348621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "cds",
"timestamp": 1666937349365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "aai-ml",
"timestamp": 1666937348885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937349306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "cds",
"timestamp": 1666937350386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-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-10-28T06:09:40.420Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-28T06:09:40.427Z||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-10-28T06:09:40.428Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:40.441Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:40.442Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-28T06:09:40.634Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b908848f-f332-45c4-b658-c5ccadd34dac
2022-10-28T06:09:40.651Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b908848f-f332-45c4-b658-c5ccadd34dac 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-10-28T06:09:40.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937349705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:09:40.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937349306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937350806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:09:40.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937349306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937351920,
"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-10-28T06:09:40.700Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b908848f-f332-45c4-b658-c5ccadd34dac
2022-10-28T06:09:40.701Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b908848f-f332-45c4-b658-c5ccadd34dac 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-10-28T06:09:40.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937349306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937352925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
"status": "DEPLOY_OK"
}
2022-10-28T06:09:40.713Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937349306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937349306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937349306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937357157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:09:40.715Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937362616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T06:09:40.715Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937363621,
"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-10-28T06:09:40.720Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b908848f-f332-45c4-b658-c5ccadd34dac
2022-10-28T06:09:40.721Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b908848f-f332-45c4-b658-c5ccadd34dac 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-10-28T06:09:40.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "aai-ml",
"timestamp": 1666937365727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T06:09:40.739Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "aai-ml",
"timestamp": 1666937366739,
"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-10-28T06:09:40.744Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b908848f-f332-45c4-b658-c5ccadd34dac
2022-10-28T06:09:40.745Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b908848f-f332-45c4-b658-c5ccadd34dac 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-10-28T06:09:41.328Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:09:41.328Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:41.330Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:41.331Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937379642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
"status": "NOTIFIED"
}
2022-10-28T06:09:41.431Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:41.432Z||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-10-28T06:09:41.432Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:41.446Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:41.448Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:09:42.332Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:09:42.333Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:42.335Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:42.336Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937379642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-28T06:09:42.436Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:42.450Z||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-10-28T06:09:42.450Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:42.472Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:42.473Z||pool-5-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:09:43.336Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:09:43.337Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:43.340Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:43.340Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937379642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:43.440Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:43.441Z||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-10-28T06:09:43.441Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:43.452Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:43.453Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:09:44.341Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:09:44.342Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:44.344Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:44.344Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937379642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-28T06:09:44.445Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:09:44.447Z||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-10-28T06:09:44.447Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:44.462Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:44.463Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:09:45.345Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:09:45.346Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:45.348Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:45.348Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937379642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:09:45.448Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:45.450Z||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-10-28T06:09:45.450Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:45.463Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:45.464Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:09:46.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:09:46.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:46.351Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:46.352Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937379642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:09:46.452Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:46.454Z||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-10-28T06:09:46.454Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:46.466Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:46.467Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:09:47.353Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"serviceName": "vFW 2022-10-28 06-07-59",
"serviceVersion": "1.0",
"serviceUUID": "d00cc446-57fe-4142-a565-cb39c6ff87c0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "69d51862-47ac-4fda-a28e-98447653eb93",
"resources": [
{
"resourceInstanceName": "vFW 50e93e40-b817 0",
"resourceCustomizationUUID": "1d2c8bf0-4147-48c1-a0b2-2bf0be984548",
"resourceName": "vFW 50e93e40-b817",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1c72d2df-d919-4028-be1b-97d687e8e7ec",
"resourceInvariantUUID": "0758dd49-66f5-478b-939b-e342b53814c1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw50e93e40b8170_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
"artifactChecksum": "ZDI3YzVmZmE4NDUwNjVjNjZhNWM5YzhiMTU2ZjhkMDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d0cc6e35-8cd4-4ef5-a801-6e6e5b7f1686",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5ab85509-bab5-4516-a4ba-6530e6455130",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02",
"generatedFromUUID": "5ab85509-bab5-4516-a4ba-6530e6455130"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221028060759-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"artifactChecksum": "YzUyNDUyYmU1Y2EwYmUxZTY3Yjk5MDA3OWE0MGJmOGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3a4b40cc-550c-4ade-8e4f-9ac009ffd6bf"
}
],
"workloadContext": "Production"
}
2022-10-28T06:09:47.354Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T06:09:47.355Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d00cc446-57fe-4142-a565-cb39c6ff87c0 ASDC
2022-10-28T06:09:47.529Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b908848f-f332-45c4-b658-c5ccadd34dac
ServiceName:vFW 2022-10-28 06-07-59
ServiceVersion:1.0
ServiceUUID:d00cc446-57fe-4142-a565-cb39c6ff87c0
ServiceInvariantUUID:69d51862-47ac-4fda-a28e-98447653eb93
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221028060759-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar
ArtifactUUID:3a4b40cc-550c-4ade-8e4f-9ac009ffd6bf
ArtifactChecksum:YzUyNDUyYmU1Y2EwYmUxZTY3Yjk5MDA3OWE0MGJmOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 50e93e40-b817 0
ResourceCustomizationUUID:1d2c8bf0-4147-48c1-a0b2-2bf0be984548
ResourceInvariantUUID:0758dd49-66f5-478b-939b-e342b53814c1
ResourceName:vFW 50e93e40-b817
ResourceType:VF
ResourceUUID:1c72d2df-d919-4028-be1b-97d687e8e7ec
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw50e93e40b8170_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json
ArtifactUUID:d0cc6e35-8cd4-4ef5-a801-6e6e5b7f1686
ArtifactChecksum:ZDI3YzVmZmE4NDUwNjVjNjZhNWM5YzhiMTU2ZjhkMDY=
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/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml
ArtifactUUID:5ab85509-bab5-4516-a4ba-6530e6455130
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/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env
ArtifactUUID:efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02
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/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env
ArtifactUUID:efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-28T06:09:47.530Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d00cc446-57fe-4142-a565-cb39c6ff87c0 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-10-28T06:09:47.615Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:09:47.616Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T06:09:47.622Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T06:09:47.623Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3a4b40cc-550c-4ade-8e4f-9ac009ffd6bf from URL: /sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:47.623Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T06:09:47.625Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:47.841Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T06:09:47.858Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar 3a4b40cc-550c-4ade-8e4f-9ac009ffd6bf 100718
2022-10-28T06:09:47.860Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar ASDC sendASDCNotification
2022-10-28T06:09:47.860Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:47.881Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:09:47.882Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:47.885Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:47.885Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937387858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:09:47.985Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:47.986Z||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-10-28T06:09:47.986Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:47.997Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:47.998Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:09:48.885Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:09:48.886Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T06:09:48.887Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3a4b40cc-550c-4ade-8e4f-9ac009ffd6bf, URL: /sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar to file: /app/ASDC/1/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:48.887Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221028060759-csar.csar
2022-10-28T06:09:48.990Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:48.990Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:49.524Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1258864762250752535/Definitions/service-Vfw20221028060759-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-10-28T06:09:51.973Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T06:09:51.981Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-28T06:09:51.982Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.982Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-28T06:09:51.983Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.983Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||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-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.983Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||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-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.983Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||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-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.983Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.983Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.983Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||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-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.984Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.984Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.984Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 50e93e40-b817 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.984Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.984Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-28T06:09:51.991Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:51.993Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:51.997Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:51.997Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-28T06:09:51.999Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:09:52.000Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:52.001Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:52.001Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:52.001Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-28T06:09:52.001Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:09:52.002Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:52.002Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:52.006Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:52.006Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is not matching search criteria
2022-10-28T06:09:52.007Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T06:09:52.007Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-28T06:09:52.007Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.007Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.007Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-28T06:09:52.007Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.008Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T06:09:52.008Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-28T06:09:52.008Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-28T06:09:52.008Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.008Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.008Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-28T06:09:52.009Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.009Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-28T06:09:52.009Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.009Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-28T06:09:52.009Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:52.009Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T06:09:52.011Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:52.011Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:52.012Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:09:52.012Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:52.013Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:52.013Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:09:52.013Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:52.013Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:52.013Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:09:52.014Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:52.014Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is not matching search criteria
2022-10-28T06:09:52.014Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T06:09:52.014Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-28T06:09:52.015Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T06:09:52.015Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-28T06:09:52.015Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-28T06:09:52.015Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.015Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.015Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-28T06:09:52.015Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.016Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-28T06:09:52.016Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.016Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=31ed0199-ae3a-4ea8-aab5-7d23382f8885
2022-10-28T06:09:52.016Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is not matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-28T06:09:52.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-28T06:09:52.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4adf0c86-f478-447e-89c8-6cd9c9ba6711
2022-10-28T06:09:52.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:52.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is not matching search criteria
2022-10-28T06:09:52.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T06:09:52.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-28T06:09:52.019Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.019Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.019Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-28T06:09:52.019Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.019Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T06:09:52.019Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-28T06:09:52.019Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-28T06:09:52.020Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.020Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.020Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-28T06:09:52.020Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e5634a81-07ca-4c6f-98b1-de180b92bc75
2022-10-28T06:09:52.020Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:52.021Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:52.021Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:52.021Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:52.021Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:52.021Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:52.021Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:52.021Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:52.021Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-28 06-07-59
Description:catalog service description
Model UUID:d00cc446-57fe-4142-a565-cb39c6ff87c0
Model Version:NULL
Model InvariantUuid:69d51862-47ac-4fda-a28e-98447653eb93
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 50e93e40-b817
Model UUID:08691cf5-ff29-482c-a927-09b9b8321c2c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0758dd49-66f5-478b-939b-e342b53814c1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1d2c8bf0-4147-48c1-a0b2-2bf0be984548
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:04c15258-ea19-487e-9e55-6207df4e0663
ModelName:Vfw50e93e40B817..base_vfw..module-0
ModelUuid:9c920226-cc02-4f3c-8530-f95ade309d65
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:31ed0199-ae3a-4ea8-aab5-7d23382f8885
ModelInvariantUuid:437355ff-1ff0-48de-85b9-14bbd41196bd
ModelName:vFW 50e93e40-b817-nodes.vfwCvfc
ModelUuid:8d68bf66-1494-4d3d-83d8-c4b3ccfb0984
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:39195cc8-8965-4550-ba2a-e35175bfb8f0
ModelInvariantUuid:a28f85fe-1b47-4e32-8893-07435cdad221
ModelName:Vfw50e93e40B817.compute.nodes.heat.vfw
ModelUuid:b196e45f-ec2f-49d6-857a-08fd6b1e5c08
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4adf0c86-f478-447e-89c8-6cd9c9ba6711
ModelInvariantUuid:efbd7c27-06ad-4ba1-ad3c-e75c454521bb
ModelName:vFW 50e93e40-b817-nodes.vsnCvfc
ModelUuid:e187b5cf-7f3d-4a15-9899-4671833cf534
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d6e9c54f-a225-45a1-8f06-4cf6f96b6540
ModelInvariantUuid:c87ca4b3-03ab-4ae5-a606-6bc65224fa26
ModelName:Vfw50e93e40B817.compute.nodes.heat.vsn
ModelUuid:c866dc15-9f67-4835-8262-ab331b8924e6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e5634a81-07ca-4c6f-98b1-de180b92bc75
ModelInvariantUuid:5afa522d-7143-4023-b1a2-064af2c0e940
ModelName:vFW 50e93e40-b817-nodes.vpgCvfc
ModelUuid:fefaa68a-7663-4c6e-a91f-b4f70deee0e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a6514fe8-778a-4c54-9af9-999c914d5d85
ModelInvariantUuid:c0f5e475-5dd3-4be3-a664-98280137b073
ModelName:Vfw50e93e40B817.compute.nodes.heat.vpg
ModelUuid:e7b411e1-b7a2-4739-b22b-48f85c0a5aa0
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-10-28T06:09:52.033Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 1c72d2df-d919-4028-be1b-97d687e8e7ec
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-10-28T06:09:52.317Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||vFW 50e93e40-b817 0
2022-10-28T06:09:52.325Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1c72d2df-d919-4028-be1b-97d687e8e7ec
2022-10-28T06:09:52.325Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d0cc6e35-8cd4-4ef5-a801-6e6e5b7f1686 from URL: /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json
2022-10-28T06:09:52.326Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T06:09:52.326Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json
2022-10-28T06:09:52.379Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T06:09:52.379Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json d0cc6e35-8cd4-4ef5-a801-6e6e5b7f1686 785
2022-10-28T06:09:52.380Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json ASDC sendASDCNotification
2022-10-28T06:09:52.380Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json
2022-10-28T06:09:52.380Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:09:52.380Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:52.384Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:52.384Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937392380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:09:52.484Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:52.485Z||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-10-28T06:09:52.486Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:52.499Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:52.500Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:09:53.386Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw50e93e40B817..base_vfw..module-0",
"vfModuleModelInvariantUUID": "04c15258-ea19-487e-9e55-6207df4e0663",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9c920226-cc02-4f3c-8530-f95ade309d65",
"vfModuleModelCustomizationUUID": "f83546af-ddfb-4c72-9967-4476d07febc4",
"isBase": true,
"artifacts": [
"5ab85509-bab5-4516-a4ba-6530e6455130",
"efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02"
],
"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-10-28T06:09:53.406Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw50e93e40B817..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c920226-cc02-4f3c-8530-f95ade309d65
VfModuleModelInvariantUUID:04c15258-ea19-487e-9e55-6207df4e0663
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ab85509-bab5-4516-a4ba-6530e6455130
,
efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02
}
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-10-28T06:09:53.408Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw50e93e40B817..base_vfw..module-0",
"vfModuleModelInvariantUUID": "04c15258-ea19-487e-9e55-6207df4e0663",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9c920226-cc02-4f3c-8530-f95ade309d65",
"vfModuleModelCustomizationUUID": "f83546af-ddfb-4c72-9967-4476d07febc4",
"isBase": true,
"artifacts": [
"5ab85509-bab5-4516-a4ba-6530e6455130",
"efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02"
],
"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-10-28T06:09:53.409Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw50e93e40B817..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c920226-cc02-4f3c-8530-f95ade309d65
VfModuleModelInvariantUUID:04c15258-ea19-487e-9e55-6207df4e0663
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ab85509-bab5-4516-a4ba-6530e6455130
,
efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02
}
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-10-28T06:09:53.409Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ab85509-bab5-4516-a4ba-6530e6455130 from URL: /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml
2022-10-28T06:09:53.409Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T06:09:53.409Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml
2022-10-28T06:09:53.474Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T06:09:53.474Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml 5ab85509-bab5-4516-a4ba-6530e6455130 20368
2022-10-28T06:09:53.475Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-28T06:09:53.475Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml
2022-10-28T06:09:53.475Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:09:53.475Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:53.476Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:53.477Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937393475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:09:53.577Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:53.578Z||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-10-28T06:09:53.578Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:53.591Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:53.591Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:09:54.477Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02 from URL: /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env
2022-10-28T06:09:54.478Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T06:09:54.478Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env
2022-10-28T06:09:54.566Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T06:09:54.567Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02 2098
2022-10-28T06:09:54.567Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-28T06:09:54.568Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env
2022-10-28T06:09:54.568Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:09:54.568Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:54.570Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:54.571Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937394567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:09:54.671Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:54.672Z||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-10-28T06:09:54.672Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:54.713Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:54.714Z||pool-13-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:09:55.572Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d00cc446-57fe-4142-a565-cb39c6ff87c0
2022-10-28T06:09:55.573Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 50e93e40-b817 0 1c72d2df-d919-4028-be1b-97d687e8e7ec 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-10-28T06:09:55.614Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b27512f, org.onap.sdc.toscaparser.api.parameters.Input@5ce79801, org.onap.sdc.toscaparser.api.parameters.Input@6ed90267, org.onap.sdc.toscaparser.api.parameters.Input@7d16d68d, org.onap.sdc.toscaparser.api.parameters.Input@2c695e29]
2022-10-28T06:09:55.618Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.619Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:55.619Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-10-28T06:09:55.619Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1d2c8bf0-4147-48c1-a0b2-2bf0be984548
2022-10-28T06:09:55.619Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1d2c8bf0-4147-48c1-a0b2-2bf0be984548 matches Tosca VF Customization UUID: 1d2c8bf0-4147-48c1-a0b2-2bf0be984548
2022-10-28T06:09:55.619Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1d2c8bf0-4147-48c1-a0b2-2bf0be984548 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-10-28T06:09:55.626Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.627Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:55.628Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1d2c8bf0-4147-48c1-a0b2-2bf0be984548: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-28T06:09:55.628Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6bd47695
2022-10-28T06:09:55.629Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.629Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T06:09:55.629Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f83546af-ddfb-4c72-9967-4476d07febc4
2022-10-28T06:09:55.630Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f83546af-ddfb-4c72-9967-4476d07febc4
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-10-28T06:09:55.638Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.638Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:55.638Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:09:55.639Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.640Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:55.640Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:09:55.640Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.640Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is not matching search criteria
2022-10-28T06:09:55.640Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T06:09:55.641Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-28T06:09:55.641Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T06:09:55.641Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-28T06:09:55.641Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-28T06:09:55.641Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:55.641Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:55.641Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-28T06:09:55.641Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:55.642Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-28T06:09:55.642Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:55.642Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=31ed0199-ae3a-4ea8-aab5-7d23382f8885
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-10-28T06:09:55.651Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.652Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:55.652Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:09:55.652Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.652Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is not matching search criteria
2022-10-28T06:09:55.652Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T06:09:55.652Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-28T06:09:55.652Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4adf0c86-f478-447e-89c8-6cd9c9ba6711
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-10-28T06:09:55.656Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.657Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:55.657Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:09:55.660Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.660Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is not matching search criteria
2022-10-28T06:09:55.660Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T06:09:55.661Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-28T06:09:55.661Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:55.661Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:55.661Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-28T06:09:55.661Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:55.661Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T06:09:55.661Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-28T06:09:55.661Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-28T06:09:55.662Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:55.662Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:55.662Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-28T06:09:55.662Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e5634a81-07ca-4c6f-98b1-de180b92bc75
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-10-28T06:09:55.665Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.665Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:55.666Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:09:55.666Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.666Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:55.666Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=1d2c8bf0-4147-48c1-a0b2-2bf0be984548
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-10-28T06:09:55.669Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.670Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:55.670Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d00cc446-57fe-4142-a565-cb39c6ff87c0: vFW 50e93e40-b817
2022-10-28T06:09:55.670Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.670Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-10-28 06-07-59
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-10-28T06:09:56.009Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 50e93e40-b817 1c72d2df-d919-4028-be1b-97d687e8e7ec 1 ASDC deployResourceStructure
2022-10-28T06:09:56.010Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json ASDC sendASDCNotification
2022-10-28T06:09:56.010Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json
2022-10-28T06:09:56.010Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:09:56.011Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:56.012Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:56.013Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937396010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
"status": "DEPLOY_OK"
}
2022-10-28T06:09:56.114Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:09:56.120Z||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-10-28T06:09:56.120Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:56.145Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:56.146Z||pool-14-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:09:57.014Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-28T06:09:57.014Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml
2022-10-28T06:09:57.014Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:09:57.014Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:57.016Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:57.016Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937397014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-28T06:09:57.116Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:57.117Z||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-10-28T06:09:57.118Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:57.131Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:57.132Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:09:58.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-28T06:09:58.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env
2022-10-28T06:09:58.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:09:58.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:58.051Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:58.052Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937398017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-28T06:09:58.121Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 69 ms
2022-10-28T06:09:58.122Z||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-10-28T06:09:58.122Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:58.133Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:58.133Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:09:59.053Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar ASDC sendASDCNotification
2022-10-28T06:09:59.053Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:59.053Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:09:59.053Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:59.055Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:59.055Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937399052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T06:09:59.155Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:59.156Z||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-10-28T06:09:59.156Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:59.167Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:09:59.168Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:00.056Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b908848f-f332-45c4-b658-c5ccadd34dac
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-10-28T06:10:00.077Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b908848f-f332-45c4-b658-c5ccadd34dac
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-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||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-10-28T06:10:00.088Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-28T06:10:30.089Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b908848f-f332-45c4-b658-c5ccadd34dac 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-10-28T06:10:30.100Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b908848f-f332-45c4-b658-c5ccadd34dac and serviceModelVersionId: d00cc446-57fe-4142-a565-cb39c6ff87c0
2022-10-28T06:10:30.100Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69d51862-47ac-4fda-a28e-98447653eb93
2022-10-28T06:10:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:10:39.646Z||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-10-28T06:10:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:39.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:39.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:10:39.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937379642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:10:39.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:10:41.851Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?depth=0
2022-10-28T06:10:41.965Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-28T06:10:42.420Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?depth=0|INFO|500||Invoke
2022-10-28T06:10:42.429Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b908848f-f332-45c4-b658-c5ccadd34dac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c80a97c-9fac-4b67-bdac-b89b97d35153], X-ECOMP-RequestID=[b908848f-f332-45c4-b658-c5ccadd34dac], X-TransactionId=[], X-ONAP-RequestID=[b908848f-f332-45c4-b658-c5ccadd34dac], Content-Type=[application/merge-patch+json]}
2022-10-28T06:10:42.539Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-28T06:10:42.741Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?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/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221028-06:10:42:692-23085], vertex-id=[233576], Content-Length=[0], Date=[Fri, 28 Oct 2022 06:10:42 GMT], Content-Type=[application/json]}
2022-10-28T06:10:42.743Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-28T06:10:42.743Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?depth=0|INFO|500||InvokeReturn
2022-10-28T06:10:42.747Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-28T06:10:42.748Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||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-10-28T06:10:42.754Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||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-10-28T06:10:42.755Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b908848f-f332-45c4-b658-c5ccadd34dac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-28T06:10:42.756Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-28T06:10:42.757Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:42.759Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:42.759Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937442755,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:10:42.859Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:42.860Z||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-10-28T06:10:42.860Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:42.877Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:42.878Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-28T06:10:43.779Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:10:43.780Z|b908848f-f332-45c4-b658-c5ccadd34dac|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-10-28T06:10:43.781Z|b908848f-f332-45c4-b658-c5ccadd34dac|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:44.408Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:44.409Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T06:10:44.409Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3db81634-ffc3-4a18-84c8-2d513d46700c","serviceName":"basic_onboard_RPXrRA","serviceVersion":"1.0","serviceUUID":"544e183c-433f-4046-b5eb-652bfcdfe471","serviceDescription":"service","serviceInvariantUUID":"3fb09b9d-8940-49ba-b6ee-db0ce19692f5","resources":[{"resourceInstanceName":"basic_onboard_RPXrRA 0","resourceName":"basic_onboard_RPXrRA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b1f83918-ab99-41f9-8c6a-f6d9b05c1f66","resourceInvariantUUID":"e30e7bc6-0e86-4abf-8ec3-ecca64e1a53b","resourceCustomizationUUID":"1d2a1b5e-86ad-4a7c-96bf-4c24694badd3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vf-license-model.xml","artifactChecksum":"YmM1NWM4ZDJhZjUxNTQwMWYyYzI1OTM3N2EwYjQxMTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e81e0968-9152-4dca-91b1-790a45539386","artifactVersion":"1"},{"artifactName":"basic_onboard_rpxrra0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json","artifactChecksum":"ZTc5NzFjODFmOTllZTZmYzQ0NTRmY2Q1YTI2NzdkNDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ba826aac-d235-4173-aa96-f2dcc2c9aafe","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d321ebbe-d06f-432d-b1d8-a0caebb5124e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"33513307-bf4c-442b-8412-5c6ddb6d07c9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"87dda4d7-fd65-463f-8681-db86aae8bc37","artifactVersion":"2","generatedFromUUID":"d321ebbe-d06f-432d-b1d8-a0caebb5124e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRpxrra-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-template.yml","artifactChecksum":"ZTc1ZjdhYjMzMDQ5MjU0NTg2OTk4Yzg0OTQ2N2FlMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"429086db-2db6-47c6-9bd6-85878f6cc3ac","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRpxrra-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar","artifactChecksum":"MGYxZjg0MjQ5YWMwMDdlOTI2Y2ZlYTY3ZDQ5OWY5MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18e591ba-a19f-4bb6-b420-3182e00eba95","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T06:10:44.411Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:10:44.412Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:44.414Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:44.414Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937443779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:10:44.514Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:44.515Z||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-10-28T06:10:44.515Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:44.528Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:44.529Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:10:45.414Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:10:45.415Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:45.418Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:45.418Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937443779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
"status": "NOTIFIED"
}
2022-10-28T06:10:45.518Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:45.519Z||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-10-28T06:10:45.519Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:45.532Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:45.533Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:46.418Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:10:46.419Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:46.421Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:46.421Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937443779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-28T06:10:46.521Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:46.522Z||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-10-28T06:10:46.523Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:46.534Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:46.535Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:10:47.423Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:10:47.423Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:47.425Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:47.426Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937443779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:10:47.528Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-28T06:10:47.530Z||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-10-28T06:10:47.530Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:47.561Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:47.561Z||pool-22-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:48.426Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:10:48.427Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:48.429Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:48.430Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937443779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-28T06:10:48.530Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:48.531Z||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-10-28T06:10:48.531Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:48.543Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:48.543Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:49.430Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:10:49.431Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:49.433Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:49.433Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937443779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:10:49.533Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:49.534Z||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-10-28T06:10:49.534Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:49.572Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:49.572Z||pool-24-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:50.434Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:10:50.435Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:50.437Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:50.438Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937443779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:10:50.538Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:50.539Z||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-10-28T06:10:50.539Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:50.553Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:50.554Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:51.440Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"serviceName": "basic_onboard_RPXrRA",
"serviceVersion": "1.0",
"serviceUUID": "544e183c-433f-4046-b5eb-652bfcdfe471",
"serviceDescription": "service",
"serviceInvariantUUID": "3fb09b9d-8940-49ba-b6ee-db0ce19692f5",
"resources": [
{
"resourceInstanceName": "basic_onboard_RPXrRA 0",
"resourceCustomizationUUID": "1d2a1b5e-86ad-4a7c-96bf-4c24694badd3",
"resourceName": "basic_onboard_RPXrRA",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b1f83918-ab99-41f9-8c6a-f6d9b05c1f66",
"resourceInvariantUUID": "e30e7bc6-0e86-4abf-8ec3-ecca64e1a53b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_rpxrra0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
"artifactChecksum": "ZTc5NzFjODFmOTllZTZmYzQ0NTRmY2Q1YTI2NzdkNDk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ba826aac-d235-4173-aa96-f2dcc2c9aafe",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d321ebbe-d06f-432d-b1d8-a0caebb5124e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "87dda4d7-fd65-463f-8681-db86aae8bc37",
"generatedFromUUID": "d321ebbe-d06f-432d-b1d8-a0caebb5124e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "87dda4d7-fd65-463f-8681-db86aae8bc37",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardRpxrra-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"artifactChecksum": "MGYxZjg0MjQ5YWMwMDdlOTI2Y2ZlYTY3ZDQ5OWY5MTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "18e591ba-a19f-4bb6-b420-3182e00eba95"
}
],
"workloadContext": "Production"
}
2022-10-28T06:10:51.440Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T06:10:51.440Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 544e183c-433f-4046-b5eb-652bfcdfe471 ASDC
2022-10-28T06:10:51.440Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3db81634-ffc3-4a18-84c8-2d513d46700c
ServiceName:basic_onboard_RPXrRA
ServiceVersion:1.0
ServiceUUID:544e183c-433f-4046-b5eb-652bfcdfe471
ServiceInvariantUUID:3fb09b9d-8940-49ba-b6ee-db0ce19692f5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRpxrra-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar
ArtifactUUID:18e591ba-a19f-4bb6-b420-3182e00eba95
ArtifactChecksum:MGYxZjg0MjQ5YWMwMDdlOTI2Y2ZlYTY3ZDQ5OWY5MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_RPXrRA 0
ResourceCustomizationUUID:1d2a1b5e-86ad-4a7c-96bf-4c24694badd3
ResourceInvariantUUID:e30e7bc6-0e86-4abf-8ec3-ecca64e1a53b
ResourceName:basic_onboard_RPXrRA
ResourceType:VF
ResourceUUID:b1f83918-ab99-41f9-8c6a-f6d9b05c1f66
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rpxrra0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json
ArtifactUUID:ba826aac-d235-4173-aa96-f2dcc2c9aafe
ArtifactChecksum:ZTc5NzFjODFmOTllZTZmYzQ0NTRmY2Q1YTI2NzdkNDk=
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/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d321ebbe-d06f-432d-b1d8-a0caebb5124e
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/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env
ArtifactUUID:87dda4d7-fd65-463f-8681-db86aae8bc37
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/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env
ArtifactUUID:87dda4d7-fd65-463f-8681-db86aae8bc37
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-28T06:10:51.440Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 544e183c-433f-4046-b5eb-652bfcdfe471 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-10-28T06:10:51.470Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:10:51.471Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T06:10:51.471Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T06:10:51.471Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 18e591ba-a19f-4bb6-b420-3182e00eba95 from URL: /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:51.471Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T06:10:51.471Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:51.565Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T06:10:51.568Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar 18e591ba-a19f-4bb6-b420-3182e00eba95 75298
2022-10-28T06:10:51.569Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar ASDC sendASDCNotification
2022-10-28T06:10:51.569Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:51.569Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:10:51.569Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:51.571Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:51.571Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937451568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:10:51.671Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:51.672Z||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-10-28T06:10:51.672Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:51.685Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:51.685Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:52.571Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:10:52.572Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T06:10:52.573Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 18e591ba-a19f-4bb6-b420-3182e00eba95, URL: /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar to file: /app/ASDC/1/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:52.574Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:52.575Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:52.575Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:52.673Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13573969419052091023/Definitions/service-BasicOnboardRpxrra-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-28T06:10:53.770Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T06:10:53.771Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-28T06:10:53.771Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:53.771Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RPXrRA 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||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-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||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-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||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-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||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-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:53.773Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:53.773Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-28T06:10:53.773Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:10:53.773Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:53.773Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:53.773Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:53.774Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-28T06:10:53.774Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:10:53.774Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:53.774Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:53.774Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:53.774Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is not matching search criteria
2022-10-28T06:10:53.774Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-28T06:10:53.774Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-28T06:10:53.775Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-28T06:10:53.775Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-28T06:10:53.775Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-28T06:10:53.775Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:53.775Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T06:10:53.775Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:53.775Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:53.775Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:10:53.777Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:53.777Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:53.777Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:10:53.777Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:53.777Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:53.777Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:10:53.777Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is not matching search criteria
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=257bfd5d-a2ac-40ef-bc7a-a09e3bf4811d
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:53.779Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:53.779Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_RPXrRA
Description:service
Model UUID:544e183c-433f-4046-b5eb-652bfcdfe471
Model Version:NULL
Model InvariantUuid:3fb09b9d-8940-49ba-b6ee-db0ce19692f5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_RPXrRA
Model UUID:90fa5ff6-6e50-439d-8171-59702da2df7e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e30e7bc6-0e86-4abf-8ec3-ecca64e1a53b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1d2a1b5e-86ad-4a7c-96bf-4c24694badd3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c242a791-7f82-40e4-98af-64118dc47bd3
ModelName:BasicOnboardRpxrra..base_ubuntu18..module-0
ModelUuid:19a8108c-063c-4de5-adbc-29e8a8c61da6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:257bfd5d-a2ac-40ef-bc7a-a09e3bf4811d
ModelInvariantUuid:f98eb99e-3465-4673-a50f-6d13cdfb5185
ModelName:basic_onboard_RPXrRA-nodes.ubuntu18Cvfc
ModelUuid:61f230f0-6700-4565-8dda-38d3bd687ecd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:bc5d2c31-b1ce-476c-aba6-5fe2db65cadf
ModelInvariantUuid:64643c0e-cf1b-4224-b33b-b6e5604f6ad3
ModelName:BasicOnboardRpxrra.compute.nodes.heat.ubuntu18
ModelUuid:9367b690-44d9-48e3-8bb9-1fa47fde3be9
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-10-28T06:10:53.789Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b1f83918-ab99-41f9-8c6a-f6d9b05c1f66
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-10-28T06:10:53.793Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||basic_onboard_RPXrRA 0
2022-10-28T06:10:53.793Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b1f83918-ab99-41f9-8c6a-f6d9b05c1f66
2022-10-28T06:10:53.793Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ba826aac-d235-4173-aa96-f2dcc2c9aafe from URL: /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json
2022-10-28T06:10:53.793Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T06:10:53.794Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json
2022-10-28T06:10:53.862Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T06:10:53.862Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json ba826aac-d235-4173-aa96-f2dcc2c9aafe 798
2022-10-28T06:10:53.862Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json ASDC sendASDCNotification
2022-10-28T06:10:53.862Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json
2022-10-28T06:10:53.862Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:10:53.863Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:53.865Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:53.865Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937453862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:10:53.965Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:53.966Z||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-10-28T06:10:53.966Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:53.979Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:53.980Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:54.865Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRpxrra..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c242a791-7f82-40e4-98af-64118dc47bd3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "19a8108c-063c-4de5-adbc-29e8a8c61da6",
"vfModuleModelCustomizationUUID": "583f3b12-ec0b-493e-a694-bab8d60c0b45",
"isBase": true,
"artifacts": [
"d321ebbe-d06f-432d-b1d8-a0caebb5124e",
"87dda4d7-fd65-463f-8681-db86aae8bc37"
],
"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-10-28T06:10:54.871Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRpxrra..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:19a8108c-063c-4de5-adbc-29e8a8c61da6
VfModuleModelInvariantUUID:c242a791-7f82-40e4-98af-64118dc47bd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
d321ebbe-d06f-432d-b1d8-a0caebb5124e
,
87dda4d7-fd65-463f-8681-db86aae8bc37
}
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-10-28T06:10:54.874Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRpxrra..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c242a791-7f82-40e4-98af-64118dc47bd3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "19a8108c-063c-4de5-adbc-29e8a8c61da6",
"vfModuleModelCustomizationUUID": "583f3b12-ec0b-493e-a694-bab8d60c0b45",
"isBase": true,
"artifacts": [
"d321ebbe-d06f-432d-b1d8-a0caebb5124e",
"87dda4d7-fd65-463f-8681-db86aae8bc37"
],
"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-10-28T06:10:54.875Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRpxrra..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:19a8108c-063c-4de5-adbc-29e8a8c61da6
VfModuleModelInvariantUUID:c242a791-7f82-40e4-98af-64118dc47bd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
d321ebbe-d06f-432d-b1d8-a0caebb5124e
,
87dda4d7-fd65-463f-8681-db86aae8bc37
}
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-10-28T06:10:54.875Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d321ebbe-d06f-432d-b1d8-a0caebb5124e from URL: /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml
2022-10-28T06:10:54.875Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T06:10:54.875Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml
2022-10-28T06:10:54.931Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T06:10:54.932Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml d321ebbe-d06f-432d-b1d8-a0caebb5124e 5033
2022-10-28T06:10:54.932Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-28T06:10:54.932Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml
2022-10-28T06:10:54.932Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:10:54.933Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:54.935Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:54.935Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937454932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:10:55.035Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:55.037Z||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-10-28T06:10:55.037Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:55.055Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:55.056Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:10:55.936Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 87dda4d7-fd65-463f-8681-db86aae8bc37 from URL: /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env
2022-10-28T06:10:55.936Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T06:10:55.937Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env
2022-10-28T06:10:56.002Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T06:10:56.002Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env 87dda4d7-fd65-463f-8681-db86aae8bc37 909
2022-10-28T06:10:56.003Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-28T06:10:56.003Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env
2022-10-28T06:10:56.003Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:10:56.003Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:56.005Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:56.005Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937456003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:10:56.106Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:10:56.107Z||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-10-28T06:10:56.107Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:56.120Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:56.120Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:57.010Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 544e183c-433f-4046-b5eb-652bfcdfe471
2022-10-28T06:10:57.010Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RPXrRA 0 b1f83918-ab99-41f9-8c6a-f6d9b05c1f66 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-10-28T06:10:57.027Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57fa04b2, org.onap.sdc.toscaparser.api.parameters.Input@3c820800, org.onap.sdc.toscaparser.api.parameters.Input@57ea2186, org.onap.sdc.toscaparser.api.parameters.Input@d5e900d, org.onap.sdc.toscaparser.api.parameters.Input@a86da80]
2022-10-28T06:10:57.029Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:57.030Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:57.030Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-10-28T06:10:57.030Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1d2a1b5e-86ad-4a7c-96bf-4c24694badd3
2022-10-28T06:10:57.030Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1d2a1b5e-86ad-4a7c-96bf-4c24694badd3 matches Tosca VF Customization UUID: 1d2a1b5e-86ad-4a7c-96bf-4c24694badd3
2022-10-28T06:10:57.030Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1d2a1b5e-86ad-4a7c-96bf-4c24694badd3 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-10-28T06:10:57.032Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:57.033Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:57.033Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1d2a1b5e-86ad-4a7c-96bf-4c24694badd3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-28T06:10:57.034Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59afd076
2022-10-28T06:10:57.034Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:57.034Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T06:10:57.034Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 583f3b12-ec0b-493e-a694-bab8d60c0b45
2022-10-28T06:10:57.034Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 583f3b12-ec0b-493e-a694-bab8d60c0b45
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-10-28T06:10:57.037Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:57.038Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:57.038Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:10:57.038Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:57.038Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:57.038Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:10:57.038Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:57.038Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is not matching search criteria
2022-10-28T06:10:57.039Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-28T06:10:57.039Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-28T06:10:57.039Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=257bfd5d-a2ac-40ef-bc7a-a09e3bf4811d
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-10-28T06:10:57.042Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:57.042Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:57.042Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:10:57.043Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:57.043Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:57.043Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0] matching following query criteria: sdcType=VF, customizationUUID=1d2a1b5e-86ad-4a7c-96bf-4c24694badd3
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-10-28T06:10:57.045Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:57.045Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 544e183c-433f-4046-b5eb-652bfcdfe471: basic_onboard_RPXrRA
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:10:57.047Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:57.047Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_RPXrRA
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-10-28T06:10:57.143Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RPXrRA b1f83918-ab99-41f9-8c6a-f6d9b05c1f66 1 ASDC deployResourceStructure
2022-10-28T06:10:57.144Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json ASDC sendASDCNotification
2022-10-28T06:10:57.144Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json
2022-10-28T06:10:57.144Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:10:57.144Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:57.146Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:57.146Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937457144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-28T06:10:57.246Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:57.247Z||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-10-28T06:10:57.248Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:57.262Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:57.262Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1}
2022-10-28T06:10:58.147Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-28T06:10:58.148Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml
2022-10-28T06:10:58.148Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:10:58.148Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:58.150Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:58.150Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937458147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-28T06:10:58.250Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:58.251Z||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-10-28T06:10:58.251Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:58.264Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:58.265Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:59.151Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-28T06:10:59.151Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env
2022-10-28T06:10:59.151Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:10:59.151Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:59.155Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:59.155Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937459151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-28T06:10:59.253Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-28T06:10:59.254Z||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-10-28T06:10:59.255Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:59.278Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:10:59.279Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:11:00.156Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar ASDC sendASDCNotification
2022-10-28T06:11:00.156Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:11:00.156Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:11:00.157Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:11:00.158Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:11:00.159Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937460155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T06:11:00.259Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:11:00.260Z||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-10-28T06:11:00.261Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:11:00.274Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:11:00.275Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:11:01.159Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3db81634-ffc3-4a18-84c8-2d513d46700c
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-10-28T06:11:01.173Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3db81634-ffc3-4a18-84c8-2d513d46700c
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-10-28T06:11:01.177Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:11:01.177Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:11:01.177Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:11:31.178Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3db81634-ffc3-4a18-84c8-2d513d46700c
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-10-28T06:11:31.190Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3db81634-ffc3-4a18-84c8-2d513d46700c
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-10-28T06:11:31.194Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:11:31.194Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:11:31.194Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:11:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:11:39.646Z||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-10-28T06:11:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:11:39.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:11:39.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937379642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
"status": "NOTIFIED"
}
2022-10-28T06:11:39.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937379642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-28T06:11:39.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937379642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937379642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937379642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937379642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937387858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937392380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937393475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937394567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937396010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
"status": "DEPLOY_OK"
}
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937397014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937398017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937399052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666937395531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "aai-ml",
"timestamp": 1666937397890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "cds",
"timestamp": 1666937398430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937396050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666937395531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "cds",
"timestamp": 1666937398430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "aai-ml",
"timestamp": 1666937397890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937396050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
"status": "NOTIFIED"
}
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "cds",
"timestamp": 1666937398430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666937395531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "aai-ml",
"timestamp": 1666937397890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937396050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666937395531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "cds",
"timestamp": 1666937398430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "aai-ml",
"timestamp": 1666937397890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937396050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "cds",
"timestamp": 1666937398430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666937395531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "aai-ml",
"timestamp": 1666937397890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937396050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "cds",
"timestamp": 1666937398430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666937395531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "aai-ml",
"timestamp": 1666937397890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937396050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "aai-ml",
"timestamp": 1666937397890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "cds",
"timestamp": 1666937398430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666937395531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937396050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937409305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937409867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "cds",
"timestamp": 1666937410598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "aai-ml",
"timestamp": 1666937410020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937409305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "cds",
"timestamp": 1666937411604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-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-10-28T06:11:39.704Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3db81634-ffc3-4a18-84c8-2d513d46700c
2022-10-28T06:11:39.704Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db81634-ffc3-4a18-84c8-2d513d46700c 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-10-28T06:11:39.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937410989,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937409305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937412086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937409305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937413113,
"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-10-28T06:11:39.733Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3db81634-ffc3-4a18-84c8-2d513d46700c
2022-10-28T06:11:39.734Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db81634-ffc3-4a18-84c8-2d513d46700c 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-10-28T06:11:39.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937409305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666937414117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-28T06:11:39.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937409305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937409305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937417108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "aai-ml",
"timestamp": 1666937417905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "aai-ml",
"timestamp": 1666937418910,
"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-10-28T06:11:39.760Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3db81634-ffc3-4a18-84c8-2d513d46700c
2022-10-28T06:11:39.761Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db81634-ffc3-4a18-84c8-2d513d46700c 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-10-28T06:11:39.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937419477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T06:11:39.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666937420482,
"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-10-28T06:11:39.779Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3db81634-ffc3-4a18-84c8-2d513d46700c
2022-10-28T06:11:39.780Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db81634-ffc3-4a18-84c8-2d513d46700c 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-10-28T06:12:01.194Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3db81634-ffc3-4a18-84c8-2d513d46700c
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-10-28T06:12:01.212Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3db81634-ffc3-4a18-84c8-2d513d46700c
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-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||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-10-28T06:12:01.223Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-28T06:12:31.224Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3db81634-ffc3-4a18-84c8-2d513d46700c 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-10-28T06:12:31.236Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3db81634-ffc3-4a18-84c8-2d513d46700c and serviceModelVersionId: 544e183c-433f-4046-b5eb-652bfcdfe471
2022-10-28T06:12:31.237Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3fb09b9d-8940-49ba-b6ee-db0ce19692f5
2022-10-28T06:12:31.238Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?depth=0
2022-10-28T06:12:31.246Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-28T06:12:31.289Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?depth=0|INFO|500||Invoke
2022-10-28T06:12:31.289Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3db81634-ffc3-4a18-84c8-2d513d46700c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f126c51-fc15-4927-87f7-39174697969a], X-ECOMP-RequestID=[3db81634-ffc3-4a18-84c8-2d513d46700c], X-TransactionId=[], X-ONAP-RequestID=[3db81634-ffc3-4a18-84c8-2d513d46700c], Content-Type=[application/merge-patch+json]}
2022-10-28T06:12:31.321Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-28T06:12:31.438Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?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/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221028-06:12:31:476-33978], vertex-id=[246000], Content-Length=[0], Date=[Fri, 28 Oct 2022 06:12:31 GMT], Content-Type=[application/json]}
2022-10-28T06:12:31.439Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-28T06:12:31.440Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?depth=0|INFO|500||InvokeReturn
2022-10-28T06:12:31.440Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-28T06:12:31.440Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||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-10-28T06:12:31.447Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||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-10-28T06:12:31.448Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3db81634-ffc3-4a18-84c8-2d513d46700c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-28T06:12:31.448Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-28T06:12:31.448Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:12:31.451Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:12:31.452Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937551448,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:12:31.552Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:12:31.554Z||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-10-28T06:12:31.554Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:12:31.569Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:12:31.570Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-28T06:12:32.468Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:12:32.468Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:12:32.469Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:12:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:12:39.646Z||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-10-28T06:12:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:12:39.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:12:39.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937442755,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:12:39.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:39.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937443779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:12:39.682Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:12:39.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937443779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
"status": "NOTIFIED"
}
2022-10-28T06:12:39.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:12:39.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937443779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937443779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937443779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937443779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937443779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937451568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937453862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937454932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937456003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937457144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937458147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-28T06:12:39.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:39.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937459151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-28T06:12:39.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:39.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937460155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T06:12:39.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:42.023Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:12:42.024Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:12:42.025Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:12:42.025Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:12:51.583Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:13:39.642Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:13:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:13:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:13:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:13:39.646Z||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-10-28T06:13:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:13:40.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:13:40.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:13:40.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666937551448,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:13:40.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:13:49.205Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:14:39.642Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:14:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:14:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:14:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:14:39.646Z||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-10-28T06:14:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:14:49.191Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:14:49.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:15:39.642Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:15:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:15:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:15:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:15:39.646Z||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-10-28T06:15:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:15:49.197Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:15:49.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:16:39.642Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:16:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:16:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:16:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:16:39.646Z||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-10-28T06:16:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:16:49.188Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:16:49.229Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:17:39.642Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:17:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:17:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:17:39.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:17:39.645Z||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-10-28T06:17:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:17:49.193Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:17:49.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:18:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:18:39.644Z||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-10-28T06:18:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:18:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:18:39.645Z||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-10-28T06:18:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:18:49.219Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:18:49.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:19:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:19:39.643Z||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-10-28T06:19:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:19:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:19:39.645Z||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-10-28T06:19:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:19:49.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:19:49.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:20:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:20:39.643Z||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-10-28T06:20:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:20:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:20:39.645Z||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-10-28T06:20:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:20:49.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:20:49.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:21:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:21:39.643Z||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-10-28T06:21:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:21:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:21:39.645Z||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-10-28T06:21:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:21:49.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:21:49.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:22:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:22:39.643Z||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-10-28T06:22:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:22:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:22:39.645Z||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-10-28T06:22:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:22:49.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:22:49.204Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:23:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:23:39.643Z||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-10-28T06:23:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:23:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:23:39.646Z||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-10-28T06:23:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:23:44.365Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:23:44.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-28T06:23:44.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"dcb2170b-874d-4b04-93f0-43dfc0877c44","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d9e2372e-0556-4a11-b217-c8248a9c62d4","serviceDescription":"service","serviceInvariantUUID":"6e2d4a2f-4ccd-41aa-ade6-235cf397ac94","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3062135a-12f1-4c69-a581-27b6fd4c2030","resourceInvariantUUID":"fbe61c26-2712-401c-bde5-b55bd2feec89","resourceCustomizationUUID":"45e709c0-478d-4980-b729-6299e6272a80","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NzNkNDVjNzE5ODEyMWE0MTU3NDlmN2E4NTZhMjU3YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af549048-81a5-4fa4-99c7-97492b59e523","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTY5MjI4YjRmODg3MmU2ZTJhZmVhMThhYWQ1OTVhYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe1d275e-1cb0-4d5e-9bd0-ed401ec12315","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T06:23:44.371Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:23:44.372Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:23:44.375Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:23:44.375Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938219641,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:23:44.476Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:23:44.477Z||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-10-28T06:23:44.478Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:23:44.507Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:23:44.508Z||pool-35-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":2,"count":1}
2022-10-28T06:23:44.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:23:44.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:23:44.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666938216050,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:23:44.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:23:44.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:23:44.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938215532,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:23:44.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:23:44.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:23:44.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666938219306,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:23:44.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:23:45.376Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:23:45.377Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:23:45.379Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:23:45.379Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938219641,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:23:45.479Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:23:45.480Z||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-10-28T06:23:45.481Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:23:45.505Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:23:45.506Z||pool-36-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:23:46.381Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d9e2372e-0556-4a11-b217-c8248a9c62d4",
"serviceDescription": "service",
"serviceInvariantUUID": "6e2d4a2f-4ccd-41aa-ade6-235cf397ac94",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "45e709c0-478d-4980-b729-6299e6272a80",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "3062135a-12f1-4c69-a581-27b6fd4c2030",
"resourceInvariantUUID": "fbe61c26-2712-401c-bde5-b55bd2feec89",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "OTY5MjI4YjRmODg3MmU2ZTJhZmVhMThhYWQ1OTVhYTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fe1d275e-1cb0-4d5e-9bd0-ed401ec12315"
}
],
"workloadContext": "Production"
}
2022-10-28T06:23:46.381Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T06:23:46.381Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d9e2372e-0556-4a11-b217-c8248a9c62d4 ASDC
2022-10-28T06:23:46.382Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:dcb2170b-874d-4b04-93f0-43dfc0877c44
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d9e2372e-0556-4a11-b217-c8248a9c62d4
ServiceInvariantUUID:6e2d4a2f-4ccd-41aa-ade6-235cf397ac94
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:fe1d275e-1cb0-4d5e-9bd0-ed401ec12315
ArtifactChecksum:OTY5MjI4YjRmODg3MmU2ZTJhZmVhMThhYWQ1OTVhYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:45e709c0-478d-4980-b729-6299e6272a80
ResourceInvariantUUID:fbe61c26-2712-401c-bde5-b55bd2feec89
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3062135a-12f1-4c69-a581-27b6fd4c2030
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-28T06:23:46.382Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d9e2372e-0556-4a11-b217-c8248a9c62d4 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-10-28T06:23:46.415Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:23:46.416Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-28T06:23:46.417Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-28T06:23:46.417Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe1d275e-1cb0-4d5e-9bd0-ed401ec12315 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-28T06:23:46.417Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-28T06:23:46.417Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-28T06:23:46.511Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-28T06:23:46.513Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fe1d275e-1cb0-4d5e-9bd0-ed401ec12315 57658
2022-10-28T06:23:46.513Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-28T06:23:46.514Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-28T06:23:46.514Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:23:46.514Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:23:46.517Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:23:46.517Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938226513,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:23:46.616Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-28T06:23:46.618Z||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-10-28T06:23:46.618Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:23:46.630Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:23:46.630Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:23:47.518Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:23:47.519Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-28T06:23:47.520Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe1d275e-1cb0-4d5e-9bd0-ed401ec12315, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:47.520Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-28T06:23:47.520Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:47.521Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:47.717Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7887839689891351869/Definitions/service-BasicNetwork-template.yml
2022-10-28T06:23:48.154Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T06:23:48.154Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:23:48.156Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.156Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-28T06:23:48.156Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-28T06:23:48.156Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:23:48.157Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:23:48.157Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.157Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-28T06:23:48.157Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-28T06:23:48.157Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:23:48.157Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:23:48.157Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.157Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:23:48.158Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.158Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:23:48.158Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.158Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:23:48.158Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.158Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:23:48.158Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.159Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:d9e2372e-0556-4a11-b217-c8248a9c62d4
Model Version:NULL
Model InvariantUuid:6e2d4a2f-4ccd-41aa-ade6-235cf397ac94
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:fbe61c26-2712-401c-bde5-b55bd2feec89
Model UUID:d4df00bc-1ab1-4d0a-a1e4-69eb00f1e5df
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:45e709c0-478d-4980-b729-6299e6272a80
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-28T06:23:48.169Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 3062135a-12f1-4c69-a581-27b6fd4c2030
2022-10-28T06:23:48.169Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||No resources found for Service: d9e2372e-0556-4a11-b217-c8248a9c62d4
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-10-28T06:23:48.175Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||
2022-10-28T06:23:48.176Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-28T06:23:48.177Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||No resources found for Service: d9e2372e-0556-4a11-b217-c8248a9c62d4
2022-10-28T06:23:48.177Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d9e2372e-0556-4a11-b217-c8248a9c62d4
2022-10-28T06:23:48.177Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-28T06:23:48.177Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-28T06:23:48.184Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@202e2114, org.onap.sdc.toscaparser.api.parameters.Input@76ca3668, org.onap.sdc.toscaparser.api.parameters.Input@43047212, org.onap.sdc.toscaparser.api.parameters.Input@6179d303, org.onap.sdc.toscaparser.api.parameters.Input@300e68b9]
2022-10-28T06:23:48.186Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:23:48.186Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.187Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:23:48.187Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.187Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d9e2372e-0556-4a11-b217-c8248a9c62d4: Generic NeutronNet
2022-10-28T06:23:48.187Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:23:48.187Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.187Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:23:48.187Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-10-28T06:23:48.225Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:23:48.225Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.226Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:23:48.226Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.226Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:23:48.226Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.227Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-28T06:23:48.290Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-28T06:23:48.290Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-28T06:23:48.290Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-28T06:23:48.290Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:23:48.291Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:23:48.292Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:23:48.292Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938228290,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T06:23:48.393Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:23:48.394Z||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-10-28T06:23:48.395Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:23:48.405Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:23:48.405Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:23:49.293Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
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-10-28T06:23:49.310Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
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-10-28T06:23:49.314Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:23:49.314Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:23:49.314Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:24:19.315Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
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-10-28T06:24:19.328Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
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-10-28T06:24:19.333Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:24:19.334Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:24:19.334Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:24:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:24:39.646Z||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-10-28T06:24:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:24:39.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:24:39.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:24:39.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938219641,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:24:39.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:24:49.334Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
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-10-28T06:24:49.347Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
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-10-28T06:24:49.351Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:24:49.351Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:24:49.351Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:25:19.352Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
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-10-28T06:25:19.364Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
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-10-28T06:25:19.369Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:25:19.369Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:25:19.370Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:25:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:25:39.646Z||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-10-28T06:25:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:25:39.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:25:39.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:25:39.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "cds",
"timestamp": 1666938223430,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:25:39.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:25:49.370Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
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-10-28T06:25:49.399Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
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-10-28T06:25:49.406Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:25:49.406Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:25:49.406Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:26:19.407Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
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-10-28T06:26:19.423Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
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-10-28T06:26:19.426Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:26:19.426Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:26:19.426Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:26:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:26:39.646Z||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-10-28T06:26:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:26:39.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:26:39.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666938216050,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:26:39.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938215532,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666938219306,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938219641,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "cds",
"timestamp": 1666938223430,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938226513,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "cds",
"timestamp": 1666938226839,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666938226692,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "cds",
"timestamp": 1666938227849,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-28T06:26:39.698Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dcb2170b-874d-4b04-93f0-43dfc0877c44
2022-10-28T06:26:39.698Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcb2170b-874d-4b04-93f0-43dfc0877c44 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-10-28T06:26:39.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666938228436,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T06:26:39.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938228290,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T06:26:39.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666938229441,
"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-10-28T06:26:39.718Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dcb2170b-874d-4b04-93f0-43dfc0877c44
2022-10-28T06:26:39.718Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcb2170b-874d-4b04-93f0-43dfc0877c44 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-10-28T06:26:39.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "aai-ml",
"timestamp": 1666938237890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "aai-ml",
"timestamp": 1666938237890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "aai-ml",
"timestamp": 1666938240630,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "aai-ml",
"timestamp": 1666938244705,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T06:26:39.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "aai-ml",
"timestamp": 1666938245710,
"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-10-28T06:26:39.736Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dcb2170b-874d-4b04-93f0-43dfc0877c44
2022-10-28T06:26:39.736Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcb2170b-874d-4b04-93f0-43dfc0877c44 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-10-28T06:26:39.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "cds",
"timestamp": 1666938253431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666938249306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "cds",
"timestamp": 1666938253431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666938249306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938255531,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "cds",
"timestamp": 1666938253431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666938249306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666938256050,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938255531,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "cds",
"timestamp": 1666938253431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666938249306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666938256050,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938255531,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666938249306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "cds",
"timestamp": 1666938253431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666938256050,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938255531,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666938249306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "cds",
"timestamp": 1666938253431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666938256050,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938255531,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666938249306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "cds",
"timestamp": 1666938253431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666938256050,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938255531,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-10-28T06:26:39.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666938249306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:26:39.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "cds",
"timestamp": 1666938253431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666938256050,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938255531,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666938262949,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "cds",
"timestamp": 1666938263179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666938256050,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938255531,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "cds",
"timestamp": 1666938264185,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-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-10-28T06:26:39.771Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 890e58f5-c56f-4d22-a468-a3fe74e4bbbf
2022-10-28T06:26:39.772Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890e58f5-c56f-4d22-a468-a3fe74e4bbbf 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-10-28T06:26:39.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666938256050,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:26:39.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938264354,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:26:39.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666938264926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T06:26:39.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938265581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-10-28T06:26:39.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666938265930,
"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-10-28T06:26:39.789Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 890e58f5-c56f-4d22-a468-a3fe74e4bbbf
2022-10-28T06:26:39.789Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890e58f5-c56f-4d22-a468-a3fe74e4bbbf 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-10-28T06:26:39.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938266586,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-10-28T06:26:39.814Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 890e58f5-c56f-4d22-a468-a3fe74e4bbbf
2022-10-28T06:26:39.814Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890e58f5-c56f-4d22-a468-a3fe74e4bbbf and ComponentName
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-10-28T06:26:39.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "aai-ml",
"timestamp": 1666938267890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "aai-ml",
"timestamp": 1666938267890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "aai-ml",
"timestamp": 1666938267890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "aai-ml",
"timestamp": 1666938267890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
"consumerID": "cds",
"timestamp": 1666938268430,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "aai-ml",
"timestamp": 1666938267890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
"consumerID": "cds",
"timestamp": 1666938268430,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "aai-ml",
"timestamp": 1666938267890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
"consumerID": "cds",
"timestamp": 1666938268430,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "aai-ml",
"timestamp": 1666938267890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
"consumerID": "cds",
"timestamp": 1666938268430,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "aai-ml",
"timestamp": 1666938267890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938275531,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
"consumerID": "cds",
"timestamp": 1666938268430,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "aai-ml",
"timestamp": 1666938276671,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666938276050,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938275531,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
"consumerID": "cds",
"timestamp": 1666938268430,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666938276050,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938275531,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
"consumerID": "cds",
"timestamp": 1666938268430,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666938276050,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1666938275531,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:39.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
"consumerID": "cds",
"timestamp": 1666938268430,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T06:26:49.426Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
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-10-28T06:26:49.443Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
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-10-28T06:26:49.450Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:26:49.451Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-28T06:26:49.451Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-28T06:26:49.451Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-28T06:26:49.451Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T06:26:49.451Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T06:26:49.451Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T06:26:49.451Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T06:26:49.451Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||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-10-28T06:26:49.458Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-28T06:27:19.459Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44 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-10-28T06:27:19.468Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dcb2170b-874d-4b04-93f0-43dfc0877c44 and serviceModelVersionId: d9e2372e-0556-4a11-b217-c8248a9c62d4
2022-10-28T06:27:19.468Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e2d4a2f-4ccd-41aa-ade6-235cf397ac94
2022-10-28T06:27:19.470Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e2d4a2f-4ccd-41aa-ade6-235cf397ac94/model-vers/model-ver/d9e2372e-0556-4a11-b217-c8248a9c62d4?depth=0
2022-10-28T06:27:19.477Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-28T06:27:19.520Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2d4a2f-4ccd-41aa-ade6-235cf397ac94/model-vers/model-ver/d9e2372e-0556-4a11-b217-c8248a9c62d4?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-10-28T06:27:19.522Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2d4a2f-4ccd-41aa-ade6-235cf397ac94/model-vers/model-ver/d9e2372e-0556-4a11-b217-c8248a9c62d4?depth=0|INFO|500||Invoke
2022-10-28T06:27:19.543Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2d4a2f-4ccd-41aa-ade6-235cf397ac94/model-vers/model-ver/d9e2372e-0556-4a11-b217-c8248a9c62d4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-28T06:27:19.654Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2d4a2f-4ccd-41aa-ade6-235cf397ac94/model-vers/model-ver/d9e2372e-0556-4a11-b217-c8248a9c62d4?depth=0|INFO|500||InvokeReturn
2022-10-28T06:27:19.656Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2d4a2f-4ccd-41aa-ade6-235cf397ac94/model-vers/model-ver/d9e2372e-0556-4a11-b217-c8248a9c62d4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221028-06:27:19:719-52214], vertex-id=[188536], Content-Length=[0], Date=[Fri, 28 Oct 2022 06:27:19 GMT], Content-Type=[application/json]}
2022-10-28T06:27:19.656Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-10-28T06:27:19.656Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-28T06:27:19.657Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||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-10-28T06:27:19.664Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||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-10-28T06:27:19.664Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dcb2170b-874d-4b04-93f0-43dfc0877c44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-28T06:27:19.664Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-28T06:27:19.665Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:19.669Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:19.669Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938439664,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:27:19.770Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:27:19.771Z||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-10-28T06:27:19.771Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:19.786Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:27:19.787Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 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-10-28T06:27:20.683Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:27:20.684Z||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-10-28T06:27:20.684Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:25.128Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:27:25.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:27:25.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"890e58f5-c56f-4d22-a468-a3fe74e4bbbf","serviceName":"Demo_pNF_B8wDB9BBcgsy4gdCqc0o","serviceVersion":"1.0","serviceUUID":"50a1b050-cd7d-4355-b597-e7dfccc4806f","serviceDescription":"catalog service description","serviceInvariantUUID":"61b3ccd3-76f6-409c-b38f-4c48a029bdae","resources":[{"resourceInstanceName":"pNF 21e30fb8-e3f4 0","resourceName":"pNF 21e30fb8-e3f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ab9313c-4f75-4fd8-a2c2-1a0747cc9d13","resourceInvariantUUID":"1d96ec6d-fafd-4ec7-8166-2dabe9ae567c","resourceCustomizationUUID":"967b247a-e75d-440a-bea6-71129d9f1cb3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vf-license-model.xml","artifactChecksum":"NGQwNjM5MDQzMjI5NmViMTcwZTUyNzVhMjBiMDU5ZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83d8c229-38ac-436f-8aca-9393d0486afc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/pNF.csar","artifactChecksum":"ZTcyNWUwZjk1ZjkxOTI2YWQ2MjU1ZjhiYmYxYTY2MGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60df79c1-5df2-4f31-845f-88b60deae14d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1a100d2b-d8fd-4960-82ce-f8fb9dce5fd5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vendor-license-model.xml","artifactChecksum":"MDA1YjA0Y2JkNDlmYzBiMGU2ZWI2Y2Q0MzI2MDQ3YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5e9d9738-1021-4ae5-a480-54ffd0f41e6a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c89fb990-c3e6-4f4b-aeb8-5b750e462924","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd371729-1d7c-4b46-8b47-7a1d41684789","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml","artifactChecksum":"YWY2YjlhZWIxZjFhZDdlNTNlNmQzMWZjNTE4MzRiMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b35203dc-3e4a-4a48-a7a8-0f147edf8b9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar","artifactChecksum":"OGRjNmZjNTMzNmUwYTYxYzZjOGE5ZjFmY2E5MTJmOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8c408d9-49ee-4947-a43b-0b917965e0ff","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T06:27:25.131Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:27:25.131Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:25.133Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:25.133Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938440683,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:27:25.235Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-28T06:27:25.236Z||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-10-28T06:27:25.237Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:25.247Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:27:25.248Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:26.134Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:27:26.135Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:26.137Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:26.137Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938440683,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:27:26.238Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:27:26.239Z||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-10-28T06:27:26.240Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:26.263Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:27:26.264Z||pool-41-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:27.138Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:27:27.138Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:27.140Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:27.141Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938440683,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:27:27.240Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:27:27.241Z||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-10-28T06:27:27.241Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:27.253Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:27:27.254Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:28.141Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:27:28.142Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:28.144Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:28.144Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938440683,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:27:28.245Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:27:28.246Z||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-10-28T06:27:28.246Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:28.259Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:27:28.260Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:29.145Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:27:29.146Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:29.148Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:29.148Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938440683,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:27:29.248Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:27:29.249Z||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-10-28T06:27:29.249Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:29.261Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:27:29.262Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:30.148Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:27:30.149Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:30.151Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:30.151Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938440683,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:27:30.251Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:27:30.253Z||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-10-28T06:27:30.253Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:30.287Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:27:30.288Z||pool-45-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:31.152Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:27:31.153Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:31.155Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:31.155Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938440683,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T06:27:31.255Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:27:31.256Z||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-10-28T06:27:31.256Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:31.269Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:27:31.270Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:27:32.156Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:27:32.156Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:32.158Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:32.159Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938440683,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T06:27:32.259Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:27:32.259Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-28T06:27:32.260Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:32.272Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:27:32.273Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:33.160Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"serviceName": "Demo_pNF_B8wDB9BBcgsy4gdCqc0o",
"serviceVersion": "1.0",
"serviceUUID": "50a1b050-cd7d-4355-b597-e7dfccc4806f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "61b3ccd3-76f6-409c-b38f-4c48a029bdae",
"resources": [
{
"resourceInstanceName": "pNF 21e30fb8-e3f4 0",
"resourceCustomizationUUID": "967b247a-e75d-440a-bea6-71129d9f1cb3",
"resourceName": "pNF 21e30fb8-e3f4",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "9ab9313c-4f75-4fd8-a2c2-1a0747cc9d13",
"resourceInvariantUUID": "1d96ec6d-fafd-4ec7-8166-2dabe9ae567c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
"artifactChecksum": "OGRjNmZjNTMzNmUwYTYxYzZjOGE5ZjFmY2E5MTJmOTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e8c408d9-49ee-4947-a43b-0b917965e0ff"
}
],
"workloadContext": "Production"
}
2022-10-28T06:27:33.160Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T06:27:33.160Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 50a1b050-cd7d-4355-b597-e7dfccc4806f ASDC
2022-10-28T06:27:33.161Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:890e58f5-c56f-4d22-a468-a3fe74e4bbbf
ServiceName:Demo_pNF_B8wDB9BBcgsy4gdCqc0o
ServiceVersion:1.0
ServiceUUID:50a1b050-cd7d-4355-b597-e7dfccc4806f
ServiceInvariantUUID:61b3ccd3-76f6-409c-b38f-4c48a029bdae
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
ArtifactUUID:e8c408d9-49ee-4947-a43b-0b917965e0ff
ArtifactChecksum:OGRjNmZjNTMzNmUwYTYxYzZjOGE5ZjFmY2E5MTJmOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 21e30fb8-e3f4 0
ResourceCustomizationUUID:967b247a-e75d-440a-bea6-71129d9f1cb3
ResourceInvariantUUID:1d96ec6d-fafd-4ec7-8166-2dabe9ae567c
ResourceName:pNF 21e30fb8-e3f4
ResourceType:PNF
ResourceUUID:9ab9313c-4f75-4fd8-a2c2-1a0747cc9d13
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-28T06:27:33.161Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50a1b050-cd7d-4355-b597-e7dfccc4806f 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-10-28T06:27:33.196Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:27:33.197Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-28T06:27:33.197Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-28T06:27:33.197Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e8c408d9-49ee-4947-a43b-0b917965e0ff from URL: /sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:33.197Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-28T06:27:33.197Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:33.377Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-28T06:27:33.381Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar e8c408d9-49ee-4947-a43b-0b917965e0ff 87769
2022-10-28T06:27:33.381Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar ASDC sendASDCNotification
2022-10-28T06:27:33.381Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:33.381Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:27:33.381Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:33.383Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:33.383Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666938453381,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T06:27:33.484Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:27:33.485Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-28T06:27:33.485Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:33.497Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T06:27:33.497Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:34.384Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:27:34.385Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-28T06:27:34.386Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e8c408d9-49ee-4947-a43b-0b917965e0ff, URL: /sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar to file: /app/ASDC/1/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:34.386Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:34.386Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:34.387Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:34.582Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17650557987165876152/Definitions/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml
2022-10-28T06:27:35.246Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||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-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||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-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 21e30fb8-e3f4 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||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-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-28T06:27:35.248Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:27:35.248Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.248Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Node template pNF 21e30fb8-e3f4 0 is matching search criteria
2022-10-28T06:27:35.248Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-28T06:27:35.248Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 21e30fb8-e3f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:27:35.248Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Node template pNF 21e30fb8-e3f4 0 is matching search criteria
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 21e30fb8-e3f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.250Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:27:35.250Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.250Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:27:35.250Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.250Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_B8wDB9BBcgsy4gdCqc0o
Description:catalog service description
Model UUID:50a1b050-cd7d-4355-b597-e7dfccc4806f
Model Version:NULL
Model InvariantUuid:61b3ccd3-76f6-409c-b38f-4c48a029bdae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-28T06:27:35.264Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9ab9313c-4f75-4fd8-a2c2-1a0747cc9d13
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-10-28T06:27:35.268Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||pNF 21e30fb8-e3f4 0
2022-10-28T06:27:35.268Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9ab9313c-4f75-4fd8-a2c2-1a0747cc9d13
2022-10-28T06:27:35.269Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 50a1b050-cd7d-4355-b597-e7dfccc4806f
2022-10-28T06:27:35.269Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 50a1b050-cd7d-4355-b597-e7dfccc4806f
2022-10-28T06:27:35.269Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 21e30fb8-e3f4 0 9ab9313c-4f75-4fd8-a2c2-1a0747cc9d13 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-28T06:27:35.276Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71d6ce6c, org.onap.sdc.toscaparser.api.parameters.Input@353a0cf7, org.onap.sdc.toscaparser.api.parameters.Input@5e29ad9, org.onap.sdc.toscaparser.api.parameters.Input@7e2dae3b, org.onap.sdc.toscaparser.api.parameters.Input@394faa3c]
2022-10-28T06:27:35.277Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T06:27:35.277Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.278Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 50a1b050-cd7d-4355-b597-e7dfccc4806f: pNF 21e30fb8-e3f4
2022-10-28T06:27:35.278Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||Processing PNF resource: 9ab9313c-4f75-4fd8-a2c2-1a0747cc9d13
2022-10-28T06:27:35.278Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery